
04-28-2018, 01:33 AM
|
Fire Beetle
|
|
Join Date: Apr 2018
Posts: 2
|
|
Solved
Quote:
Originally Posted by GRUMPY
When dumping the database from windows, try this from a CMD prompt :
(remember the folder you are in with prompt)
mysqldump --routines -u root -ppassword peqdbname > peqdbbackup.sql
(Replace all the characters in yellow with your own needs)
Then source that .sql into the linux peqdbname (database)
|
Thank you sir!
|