第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

mysql無法設(shè)置密碼

mysql無法設(shè)置密碼

冉冉說 2018-09-24 17:24:42
無論設(shè)置什么密碼,都不起作用。登錄時(shí)輸入任何密碼都可以進(jìn)去。在mysql內(nèi)查看顯示如下:MariaDB [mysql]> select authentication_string from user;authentication_string1 row in set (0.00 sec)MariaDB [mysql]> select user from user;userroot1 row in set (0.00 sec)MariaDB [mysql]> select host from user;hostlocalhost1 row in set (0.00 sec)
查看完整描述

1 回答

?
慕少森

TA貢獻(xiàn)2019條經(jīng)驗(yàn) 獲得超9個(gè)贊

解決了,是mysql密碼驗(yàn)證方式有問題。
select Host,User,plugin from mysql.user where User='root';

這個(gè)時(shí)候會(huì)發(fā)現(xiàn)plugin(加密方式)是unix_socket,

update mysql.user set plugin='mysql_native_password'; #重置加密方式

update mysql.user set password=PASSWORD("newpassword") where User='root'; #設(shè)置新密碼

flush privileges; #刷新權(quán)限信息

然后就可以正常使用


查看完整回答
反對(duì) 回復(fù) 2018-09-24
  • 1 回答
  • 0 關(guān)注
  • 828 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)