神秘果 on 五月 24th, 2009

安装一个rpm包:

rpm -ivh  –nodeps –force  rpm_name

Read the rest of this entry »

神秘果 on 五月 24th, 2009
mysqldump -uroot -ppassword –default-character-set=latin1 –opt –routines –master-data=1 –single-transaction  –flush-logs –force DBName > tt.txt
Read the rest of this entry »