我在本地安装好了二个论坛,一切正常
F:\Discuz!EXP\MySQL5\bin>mysql -u root -p
Enter password: ****
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 84 to server version: 5.0.24a-community-nt
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> update mysql.user set password=old_PASSWORD('root')
-> WHERE Host='localhost:6033' AND User ='root';
Query OK, 0 rows affected (0.09 sec)
Rows matched: 0 Changed: 0 Warnings: 0
原帖由 arto 于 2008-5-15 14:37 发表
我在本地安装好了二个论坛,一切正常
F:\Discuz!EXP\MySQL5\bin>mysql -u root -p
Enter password: ****
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 84 to server ...