update mysql.user set password=old_password('新密碼') where user='用戶名'
注意這個old_password(MYSQL函數)這樣一來就把密碼加密成16位,而不能用
password()這個函數,不然就加密成40位。
然後修改PHPMYADMIN
復制代碼 代碼如下:
$cfg['Servers'][$i]['auth_type'] = 'http'; // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed
做好這兩部,心裡安慰多了,馬上
放上俺的程序,然後給大斌弄個BLOG。
OK,明天就該弄下VIRTUAL HOST了。