|
Posted by Tom on 02/28/07 00:36
On Sun, 25 Feb 2007 21:48:06 +0100, Juegen Koenig wrote...
>
>Hi
>
>I am trying to do a backup of my database. After I tried with phpmyadmin and
>it didn't work, I did the hard way with mysqldump. Then the import works.
>On the import the database did not exist.
>
>How do I have to do the same with phpmyadmin, because it is much more
>comfortable? Can anybody help me?
>
>Thanks
>
>Juergen
Depending where your MySQL is installed (such as a Unix server), you might be
able to automate your backups. As an example if you added a line to crontab to
run the mysqldump command on a daily basis, it saves the hassle of remembering
to do that your self, or needing to use another program like phpmyadmin. If you
are running it from a Unix system it may be worth considering.
Tom
--
Newsguy.com
75+ Days Retention!
Higher levels of article completion!
Broader coverage of newsgroups
[Back to original message]
|