mysql> grant select on test.* to JDBC_USER@"%" identified by 'crobo';
Query OK, 0 rows affected (0.08 sec)
mysql> grant update on test.* to JDBC_USER@"%" identified by 'crobo';
Query OK, 0 rows affected (0.08 sec)
本文演示了如何使用MySQL命令为用户JDBC_USER授予test数据库的SELECT和UPDATE权限。
mysql> grant select on test.* to JDBC_USER@"%" identified by 'crobo';
Query OK, 0 rows affected (0.08 sec)
mysql> grant update on test.* to JDBC_USER@"%" identified by 'crobo';
Query OK, 0 rows affected (0.08 sec)
6072
5913

被折叠的 条评论
为什么被折叠?