navicat刪用戶出現(xiàn)1449錯誤怎么解決

navicat刪用戶出現(xiàn)1449錯誤怎么解決

相關(guān)推薦:《Navicat for mysql使用圖文教程

連接mysql時(shí)出現(xiàn)1449異常

mysql?1449?:?The?user?specified?as?a?definer?('root'@'%')?does?not?exist

權(quán)限問題,授權(quán) 給 root? 所有sql 權(quán)限;

mysql>?grant?all?privileges?on?*.*?to?root@"%"?identified?by?"."; SQLException:?The?user?specified?as?a?definer?('ebook'@'%')?does?not?exist:

解決辦法:

grant?all?privileges?on?*.*?to?ebook@"%"?identified?by?"."; Query?OK,?0?rows?affected?(0.00?sec)
mysql>?flush?privileges; Query?OK,?0?rows?affected?(0.00?sec) #Mysql

以上就是

? 版權(quán)聲明
THE END
喜歡就支持一下吧
點(diǎn)贊14 分享