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了。
http://www.bkjia.com/PHPjc/318633.htmlwww.bkjia.comtruehttp://www.bkjia.com/PHPjc/318633.htmlTechArticleupdatemysql.usersetpassword=old_password('新密码')whereuser='用户名' 注意这个old_password(MYSQL函数)这样一来就把密码加密成16位,而不能用 password()...
Kenyataan:Kandungan artikel ini disumbangkan secara sukarela oleh netizen, dan hak cipta adalah milik pengarang asal. Laman web ini tidak memikul tanggungjawab undang-undang yang sepadan. Jika anda menemui sebarang kandungan yang disyaki plagiarisme atau pelanggaran, sila hubungi admin@php.cn