mysql 1449 解決方案

 在使用mysql視圖是出現問題: The user specified as a definer ('root'@'%') does not exist。

  通常是因爲root用戶對全局host無訪問權限。所以只要給root用戶添加一個訪問權限便可。 mysql

  解決辦法: sql

  登錄mysql ,執行 ide

  mysql -u root -pPasswd ci

  mysql >grant all privileges on *.* to root@"%" identified by "Passwd"; 權限

  mysql >flush privileges; vi

相關文章
相關標籤/搜索