Warning: mysql_connect() [function.mysql-connect]: Client does not support authentication protocol requested by server; consider upgrading MySQL client in D:\Web\Link\db_conn.php on line 4
数据库连接错误!请确认配置文件参数正确!
Discuz! info: Can not connect to MySQL server
Time: 2006-8-11 10:35am
Script: /club/index.php
Error: Client does not support authentication protocol requested by server; consider upgrading MySQL client
Errno.: 1251
Similar error report has beed dispatched to administrator before.
mysql>update mysql user set password = old_password('5201314')
->where host = '192.168.1.143' and user = 'root';
error 1046(3D000):No database selected.
mysql>update mysql user set password = old_password('5201314')
->where host = 'localhost' and user = 'root';
error 1046(3D000):No database selected