Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

easy way to move database to new server


ErikOS

Recommended Posts

Posted

If you're using phpMyAdmin, you can export the database. Export it with full structure and full data as SQL code, not compressed. Go to the new database, and execute the SQL code. It will build the database tables and populate them with the data.

 

ed

Posted

you can also do a backup from the admin/tools area of the site, if you already have a store on the other site, just ftp the file into the backups directory there and then restore from admin/tools

Posted

John,

 

Will that work if a contribution added a table or column to the base osCommerce schema?

 

Thanks,

Ed

Posted

you have to have the code in place to use the table or field if they are in the db.

if all you are doing is changing servers or moving the data from local to a web server you can do it this way.

some hosts do limit how much data you can xfer via php, which is a real pain for the people who have large db's unless they control their own server.

Archived

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

×
×
  • Create New...