相關(guān)推薦:《Navicat for mysql使用圖文教程》
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)聲明
文章版權(quán)歸作者所有,未經(jīng)允許請勿轉(zhuǎn)載。
THE END
喜歡就支持一下吧
相關(guān)推薦