I'm getting this error when I run mysqldump like this:
$ mysqldump -u my_user -pXXX -h 127.0.0.1 --databases my_db > db_backup.sql
mysqldump: unknown variable 'sql-mode=STRICT_ALL_TABLES'
Does anyone know what could be going on?
I also get the same thing when I try to start the MySQL client.