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

YOGESH KURNEPosted Jul 18, 2017, 7:37 AM
Nitin BhardwajPosted Jul 17, 2017, 11:42 PM
Manikandan MurugesanPosted Jul 17, 2017, 8:50 PM