create_user_no_super.inc
来自「视频监控网络部分的协议ddns,的模块的实现代码,请大家大胆指正.」· INC 代码 · 共 12 行
INC
12 行
##### suite/funcs_1/include/create_user_no_super.inc## $new_user must contain the name (with @<host> if necessary)# of the user to be created--error 0,1396eval DROP USER $new_user;eval CREATE USER $new_user identified by 'PWD';eval GRANT ALL ON *.* TO $new_user WITH GRANT OPTION;eval REVOKE SUPER ON *.* FROM $new_user;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?