精简版里的mysql不支持:old_passwords=1
[i=s] 本帖最后由 linlin520 于 2012-9-17 16:21 编辑 [/i]精简版里的mysql 不支持 old_passwords=1
my.cnf添加了 old_passwords=1 ,重新启动mysql后, 发现old_passwords功能依然没启动。
mysql> show VARIABLES like '%old_passwords%';
+---------------+-------+
| Variable_name | Value |
+---------------+-------+
| old_passwords | OFF |
+---------------+-------+
1 row in set (0.00 sec)
请求管理帮忙,是不支持这个命令,还是在精简版里是使用不用的命令?先万分感谢了。:P 用命令设置了:set old_passwords=on;
可是重新启动mysql,又变回原来的。 看下mysql的日志,如果系统不支持的话,会有提示错误的
页:
[1]