-
Notifications
You must be signed in to change notification settings - Fork 107
Error: The mysql server is empty, i.e. no databases found. Check if something is wrong. Exiting. #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
uncomment and set no this line seems there is a bug with CONFIG_MAIL too : |
Hi @rvnz45, thank you for your reporting. You're right. I'm using the usessl='no' for all my local backups directly in the configuration. I changed that in the code so usessl='no' is used by default. Checkout 3.0.5 for this change. For the mail part, what did you configure for CONFIG_mailcontent? The default is stdout which should not need mail. For all other options the script checks the dependencies. |
this is my configure : but give line 184: mail: command not found. thanks |
When mail is not found, maybe install mailx, depends on which system you are. |
Thanks @rvnz45 you saved my day. |
This fixed my issue but I got a new error - se below. Any idea good people. |
testing on mariadb 10.1 and failed
i have set mysql server with root and root mysql password and get this error:
automysqlbackup]# /usr/local/bin/automysqlbackup /etc/automysqlbackup/automysqlbackup.conf
checking directory "/var/backup/db/daily" ... exists.
checking directory "/var/backup/db/weekly" ... exists.
checking directory "/var/backup/db/monthly" ... exists.
checking directory "/var/backup/db/latest" ... exists.
checking directory "/var/backup/db/tmp" ... exists.
checking directory "/var/backup/db/fullschema" ... exists.
checking directory "/var/backup/db/status" ... exists.
Testing for installed programs
pigz ... found.
mysql ... found.
mysqldump ... found.
Parsing databases ... Note: Parsed config file /etc/automysqlbackup/automysqlbackup.conf.
Error: The mysql server is empty, i.e. no databases found. Check if something is wrong. Exiting.
WARNING
Errors reported during AutoMySQLBackup execution.. Backup failed
Error log below..
mysql: unknown variable 'ssl-mode=REQUIRED'
The text was updated successfully, but these errors were encountered: