Dump:
mysqldump –all-databases -u [username] -p [password] -h [hostname] > mydb.sql
Restore:
mysqldump -u [username] -p [password] -h [hostname] < mydb.sql
I sit at my window this morning where the world like a passer by stops for a moment, nods to me and goes.
Dump:
mysqldump –all-databases -u [username] -p [password] -h [hostname] > mydb.sql
Restore:
mysqldump -u [username] -p [password] -h [hostname] < mydb.sql
Posted in 技术.
– 2006年03月23日
0 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.