IGonza
06-10-2005, 03:21 PM
BACKUP YOUR DATABASES !!!
It's beta version.
Create a file called import_data.php :
Content visible to registered users only.Then you need to fill this information :
define('DB_HOST_OLD', 'HOST');
define('DB_NAME_OLD', 'your-old-db_name');
define('DB_USER_OLD', 'your-old-user_name');
define('DB_PASSWORD_OLD', 'your-old-password');
You have it in the config.php for v1.
Then upload this file to you server to the folder with your directory and go to HOST/import_data.php. (for example yoursite.com/import_data.php).
That's it!
It's beta version.
Create a file called import_data.php :
Content visible to registered users only.Then you need to fill this information :
define('DB_HOST_OLD', 'HOST');
define('DB_NAME_OLD', 'your-old-db_name');
define('DB_USER_OLD', 'your-old-user_name');
define('DB_PASSWORD_OLD', 'your-old-password');
You have it in the config.php for v1.
Then upload this file to you server to the folder with your directory and go to HOST/import_data.php. (for example yoursite.com/import_data.php).
That's it!