I have created one database in mysql server 5.0.How i can import this database(I have created the database 开发者_开发技巧using mysql command Line)
mysql -ppasword -uuserxy database < database_dump.sql
I have created one database in mysql server 5.0.How i can import this database(I have created the database 开发者_开发技巧using mysql command Line)
mysql -ppasword -uuserxy database < database_dump.sql
精彩评论