原文:[FAQ] Error 1142: INDEX command denied to user

MySQL 用戶沒有某個命令權限時提示的錯誤 具體這里提示的是沒有 index 命令權限。 把某庫的所有表的 index 命令授權給用戶即可: Link:https: www.cnblogs.com farwish p .html ...

2020-06-16 13:39 0 1487 推薦指數:

查看詳情

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