3
Answers

How to Back Up MySQL Databases From The Command Line

Hi,
 
How to Back Up MySQL Databases From The Command Line in .Net core
 
I am using this syntax:
 
@"mysqldump -u -p databaseName> "'" + backupDIR + "\\" + dateTime.Now.ToString("ddMM") + ".Sql'"
 
I got an error
 
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near  
Answers (3)