How to back up the mysql database
Skill administrator (2000-12-24 10:13) 〖Back〗 〖Forward〗
MySQLDUMP -U [User] -p [password] [DatabaseName]> [dump_name] Copy Dump_name to another computer on another computer, first enter MYSQL to create a Database and perform the following instructions Mysql -u [user ] -P [password] [Database_name] <[dump_name]