原文:错误代码: 1142 REFERENCES command denied to user 'wuyong'@'localhost' for table 'orders'

错误代码: REFERENCES command denied to user wuyong localhost for table orders 原因:在使用SQLyog操作数据表时出现的错误,出现错误的原因是用户的权限不够。 我采用的解决办法是:更换用户,使用有最高权限root用户重新登录,然后在进行表的操作。 ...

2016-11-03 15:15 0 2358 推荐指数:

查看详情

1142 - show view command denied to user

原因是没有给test用户授予"show_view_priv"权限 mysql> SELECT * FROM mysql.user WHERE User = 'test' and Host = '%'\G; *************************** 1. row ...

Wed May 03 19:26:00 CST 2017 0 3586
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM