Hi!
I want to code some kind of automatic backup-thingie for my mysql database. How can this be done best? I want it in a text-file like I can get when using "phpmysqladmin".
I have read something about a "dump"-function or something...?
mysqldump
read the mysql manual.