03 2011 档案

摘要:In order to fix the error code problem in mysqldump, I have to use the following code explicitly: mysqldump -u root --default-character-set=latin1 -p trekshot > trekshot.sqlso I created the alias command in file .bashrc for my bakshell script npualias msd='mysqldump -u root --default-characte 阅读全文
posted @ 2011-03-12 16:37 Trekshot