国产欧美日韩第一页|日本一二三不卡视频|在线精品小视频,亚洲第一免费播放区,metcn人体亚洲一区,亚洲精品午夜视频

幫助中心 >  技術(shù)知識庫 >  數(shù)據(jù)庫 >  相關(guān)技術(shù)支持 >  mysql刪除用戶后再次創(chuàng)建用戶報(bào)錯(cuò)

mysql刪除用戶后再次創(chuàng)建用戶報(bào)錯(cuò)

2021-09-02 13:29:34 102

mysql刪除用戶后再次創(chuàng)建用戶報(bào)錯(cuò)

mysql中刪除又想重建123用戶,但是執(zhí)行創(chuàng)建命令報(bào)錯(cuò)。

image.png

可以看到mysql用戶中并沒有123,可是卻無法創(chuàng)建,經(jīng)查閱這是一個(gè)mysql官方bug:

This bug has been sitting on bugs.mysql.com since 2007 and this thread is mainly just a parroting of all those wrong answers even up to a year ago.


解決方法:

drop user 123@localhost;

flush privileges;

create user 123@localhost identified by 'password'


提交成功!非常感謝您的反饋,我們會繼續(xù)努力做到更好!

這條文檔是否有幫助解決問題?

非常抱歉未能幫助到您。為了給您提供更好的服務(wù),我們很需要您進(jìn)一步的反饋信息:

在文檔使用中是否遇到以下問題: