A
A
Alexey Demin2011-06-13 16:42:23
MySQL
Alexey Demin, 2011-06-13 16:42:23

backup-manager doesn't save mysql

Hello!
I can not figure out why the subject happens.
archived empty SQL files are created.
at least I put __ALL__ at least, I prescribe the databases
Password and login correctly. manually mysqldump works.
I don't know where to dig :)

Help :)

UPD: Can you tell me another way to automate backups that support mysqldump?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
H
himik, 2011-06-13
@himik

SypexDumper

B
bigdogsru, 2011-06-14
@bigdogsru

Hand write an executable file, throw it in /etc/cron.daily (/etc/cron.weekly, /etc/cron.monthly), or register its launch in crontab, if necessary, at other time intervals - and enjoy. More or less like this
#!/bin/bash
cd /home/backupdir
mysqldump -udbuser -pdbpassword dbname | gzip -c > `date "+%Y-%m-%d"`_dbname.sql.gz

D
Deesy, 2012-08-29
@Deesy

I use AutoMySQLBackup can do a lot of things. Look.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question