Home >Database >Mysql Tutorial >安装mysql 5.5.8 Error Nr.1364 authentication_string_MySQL

安装mysql 5.5.8 Error Nr.1364 authentication_string_MySQL

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOriginal
2016-06-01 13:41:101212browse

bitsCN.com
安装mysql 5.5.8 Error Nr.1364 authentication_string 在安装mysql 5.5.8的最后一步,应用安全配置时, 弹出错误对话框, Error Nr.1364 authentication_string 解决办法: 1、暂时不要关闭该窗口,cmd命令,执行mysql -uroot -ppassword 登录进去   2、执行use mysql; ALTER TABLE `user`  CHANGE COLUMN `authentication_string` `authentication_string` TEXT NULL COLLATE 'utf8_bin' AFTER `plugin`; 3、打开刚才错误窗口,回退,然后next即可。 4、安装MySQL GUI Tools就可以进行操作了。 bitsCN.com

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn