View Single Post
  #9  
Old 04-28-2018, 12:53 AM
GRUMPY
Discordant
 
Join Date: Oct 2016
Posts: 445
Default

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)
Reply With Quote