Hi,
I'm trying to setup a daily backup of one of the MySQL databases. It seems that there is no way to do this within SQLyog (?) so I'm using mysqldump to create an optimised dump file and then importing it using the Execute Batch file option.
The mysqldump command is: mysqldump –opt –user #### –password=#### databasename > databasedump.sql
But I'm getting an error on running the Execute Batch file:
— MySQL dump 8.21
—
— Host: localhost Database: databasename
— Server version 3.23.49-max
—
— Table structure for table 'contacts'
—
DROP TABLE IF EXISTS contacts
Error : Something is wrong in your syntax près de '
— Se' à la ligne 4
Am I barking up the wrong tree?
Thanks,
Mark