MySQL-Clients higher than 5.6 will display a warning, when using automysqlbackup for backing up databases. The script will run fine and do its job, but I always receive an additional error mail, that the backup failed.
This also lets my backup-client (currently CarbonCopyCloner on OSX) stop the backup-process, because the script returns an error.
Is there a workaround for automysqlbackup to prevent this behaviour. I know, that the simplest solution would be to bring MySQL to stop printing this warning, but it doesn't seem, that the developers are interested in such a solution.
Another solution may be to implement the support for MySQL login paths. I'll check your code, if it's easy to implement, but may be there are already solutions for this case.
Regards,
Matthias
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
MySQL-Clients higher than 5.6 will display a warning, when using automysqlbackup for backing up databases. The script will run fine and do its job, but I always receive an additional error mail, that the backup failed.
This also lets my backup-client (currently CarbonCopyCloner on OSX) stop the backup-process, because the script returns an error.
Is there a workaround for automysqlbackup to prevent this behaviour. I know, that the simplest solution would be to bring MySQL to stop printing this warning, but it doesn't seem, that the developers are interested in such a solution.
Another solution may be to implement the support for MySQL login paths. I'll check your code, if it's easy to implement, but may be there are already solutions for this case.
Regards,
Matthias
I have modified scripts to include login-path and it works fine.