在mysql命令行界面输入
mysql> set old_passwords=0;mysql> SET PASSWORD FOR hhds_test=PASSWORD('hhds_test');
即可。
这种办法的优点是不需要修改代码。