mysql 數據庫數據遷移 The user specified as a definer ('root'@'%') does not exist 解決方法

從一個數據庫數據遷移到本地localhost 程序在調用到數據庫的視圖時報錯,直接在數據庫中打開視圖時也報錯,相似: mysql 1449 : The user specified as a definer ('montor'@'%') does not exist 經查,是權限問題,解決辦法: 運行: grant all privileges on *.* to monitor@"%" iden
相關文章
相關標籤/搜索