热门标签
更多>
搜索结果
查询Tags标签: MySQLgrant,共有 2条记录-
MySQLgrant使用
grant 操作 MySQL 临时表权限。 grant create temporary tables on testdb.* to developer@192.168.0.%; grant 操作 MySQL 索引权限。 grant index on testdb.* to developer@192.168.0.%; grant 操作 MySQL 视图、查看视图源代码 权限。 grant create view on testdb.* …
2022/1/4 2:07:49 人评论 次浏览 -
MySQLgrant使用
grant 操作 MySQL 临时表权限。 grant create temporary tables on testdb.* to developer@192.168.0.%; grant 操作 MySQL 索引权限。 grant index on testdb.* to developer@192.168.0.%; grant 操作 MySQL 视图、查看视图源代码 权限。 grant create view on testdb.* …
2022/1/4 2:07:49 人评论 次浏览