dbuser.sql

来自「ibatis源码及帮助文档(IBatis源码+xsd+帮助)」· SQL 代码 · 共 2 行

SQL
2
字号
-- Create a new user, grant her rights, and set her password.
grant select, insert, update, delete ON npetshop.* TO npetshop@'localhost' IDENTIFIED BY 'ibatis'  ;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?