View Single Post

   
  #2 (permalink)  
Old 02-28-2008, 08:13 AM
Bill Karwin
 
Posts: n/a
Default Re: MySQL Administrator Sheduler backup !

"ParazaR" <parazar@nowhere.com> wrote in message
news:43a69094$0$18341$8fcfb975@news.wanadoo.fr...
> I use MySQL Administrator for MySQL database backup but if the manual
> backup it's ok, the sheduler backup does't work. There are no warning
> message and the sheduled task are ok !
> Have you idear ?


What operating system are you using for the MySQL server host? The MySQL
backup scheduler uses the Windows 2000/XP Schedule service, or else cron on
UNIX/Linux. Is the appropriate operating system service running?

How do you know the scheduled tasks are ok? Do you run it manually and have
the backup output generated correctly?

Is your server host running at the time you have specified for the backup?

Have you stored the correct password for the user under which to run the
scheduled task?

Does the destination directory for the backup output exist, and is it
writeable by the user under which to run the scheduled task?

Just a few ideas to start with...

Regards,
Bill K.


Reply With Quote