Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Moving datbase to a new site


fleeced

Recommended Posts

You certainly have phpMyAdmin at both sites?

 

Export the database from the first site and upload the backup on the new site.

 

Warning: You'll get the same configuration in both shops, as it is stored in the database. If you don't want this, delete the configuration contents from your backup before uploading.

Christian Lescuyer

Link to comment
Share on other sites

phpMyAdmin is quite easy to use, which is why I recommended it.

 

If you have direct acces to the MySQL server (not that usual), you can try something as:

mysqldump --opt old_database | mysql --host new.host.com new_database

Other than that, no, you can't upload the database with FTP, you have to load it via the SQL server.

Christian Lescuyer

Link to comment
Share on other sites

i'm trying to bring a database from one store into a new store. And i found how to export using PHP Myadmin but i can find where to import using PHP MyAdmin.

 

Once i export the database from 'store A' how do i import it into 'store B' using PHP MyAdmin?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...