Hi, I've tried this and have got C:\Program Files\MySQL\MySQL Server 5.1\bin>mysqldump -u user_name -p the_password -database s DBname > backup.sql mysqldump: unknown option '-b' Furthermore, is there any example for that we insert one record with one image file (from the local disk), to the DB table? Many Thanks & Best Regards, HuaMin Chen
try below command #mysqldump -u user_name -p the_password DBname > backup.sql - databases ---> not required.