安装mysql5.5.8ErrorNr.13authentication_string_MySQL
来源:动视网
责编:小采
时间:2020-11-09 18:19:42
安装mysql5.5.8ErrorNr.13authentication_string_MySQL
安装mysql5.5.8ErrorNr.13authentication_string_MySQL:bitsCN.com 安装mysql 5.5.8 Error Nr.13 authentication_string 在安装mysql 5.5.8的最后一步,应用安全配置时, 弹出错误对话框, Error Nr.13 authentication_string 解决办法: 1、暂时不要关闭该窗口,cmd命令,执行mysql
导读安装mysql5.5.8ErrorNr.13authentication_string_MySQL:bitsCN.com 安装mysql 5.5.8 Error Nr.13 authentication_string 在安装mysql 5.5.8的最后一步,应用安全配置时, 弹出错误对话框, Error Nr.13 authentication_string 解决办法: 1、暂时不要关闭该窗口,cmd命令,执行mysql

bitsCN.com
安装mysql 5.5.8 Error Nr.13 authentication_string 在安装mysql 5.5.8的最后一步,应用安全配置时, 弹出错误对话框, Error Nr.13 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
安装mysql5.5.8ErrorNr.13authentication_string_MySQL
安装mysql5.5.8ErrorNr.13authentication_string_MySQL:bitsCN.com 安装mysql 5.5.8 Error Nr.13 authentication_string 在安装mysql 5.5.8的最后一步,应用安全配置时, 弹出错误对话框, Error Nr.13 authentication_string 解决办法: 1、暂时不要关闭该窗口,cmd命令,执行mysql