Heim >Datenbank >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:101221Durchsuche

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

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn