mysql数据库管理

Posted by 猪头小队长 | 程序设计 | Thursday 27 May 2004 15:19
备份数据库:
mysqldump -u root -p database_name > database_bak_file.sql
导入数据库:
mysql -u root -p database_name < database_bak_file.sql

[@more@]

No Comments

No comments yet.

RSS feed for comments on this post.

Sorry, the comment form is closed at this time.