The user specified as a definer (#39;root#39;@#39;%#39;) does not exist
                                                            生活随笔
收集整理的這篇文章主要介紹了
                                The user specified as a definer (#39;root#39;@#39;%#39;) does not exist
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.                        
                                
                            
                            
                             通常是因為root用戶對全局host無訪問權限。因此僅僅要給root用戶加入一個訪問權限就可以。
                        
                        
                        
解決的方法:
登陸mysql 。運行
mysql -u root -pPasswd
mysql >grant all privileges on *.* to root@"%" identified by "Passwd"
mysql >flush privileges
總結
以上是生活随笔為你收集整理的The user specified as a definer (#39;root#39;@#39;%#39;) does not exist的全部內容,希望文章能夠幫你解決所遇到的問題。
 
                            
                        - 上一篇: mshflexgrid固定行对齐_放开那
- 下一篇: python异常处理的作用_python
