Aerikkala85 Posted November 5, 2016 Share Posted November 5, 2016 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 More sharing options...
Guillaume Freelance Posted November 5, 2016 Share Posted November 5, 2016 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). 1 Link to comment Share on other sites More sharing options...
Aerikkala85 Posted November 6, 2016 Author Share Posted November 6, 2016 Thanks guillaume, i try that. My hosting provider refused to increase execution time on server, so i think this method is only way to import large database at once. Link to comment Share on other sites More sharing options...
Thesouhail Posted November 6, 2016 Share Posted November 6, 2016 thanks i have the same problem, but now it's ok Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now