View Single Post
  #10  
Old 04-28-2018, 01:33 AM
Night_Rider0
Fire Beetle
 
Join Date: Apr 2018
Posts: 2
Default Solved

Quote:
Originally Posted by GRUMPY View Post
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!
Reply With Quote