Jump to content

Problem with database or database+prestashop transfer


Recommended Posts

Hi. I need a little help or at least push to the right direction. I have prestashop installed on my local computer and now i need to export database from local and import it to server. Exported file size is allmost 30mb. How can i import it to server, tryed once but got errors(sorry dont remember what errors). Is there a way to do it from command line? Also in mysql there was a mention of some prefix table name, how it can be changed. Thanks in advance

Link to comment
Share on other sites

Hi,

 

Exporting your database through tools such as PHPMyAdmin often results in errors and problems when you import it again on the new server.

 

The safest solution would be to use "mysqldump" (google it if you don't know how to use it) on your local computer, and import it on your server, via the "mysql" command if you have command line access. Or zip the dump file and try to import it via PHPMyAdmin (ask your hosting provider where to find it).

  • Like 1
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...