jpetstore-mysql-create-user.sql

来自「是一个ibats和struts的整合的实例」· SQL 代码 · 共 4 行

SQL
4
字号
-- Create a new user, grant her rights, and set her password.
grant select, insert, update, delete
on jpetstore.*
to jpetstore@localhost identified by 'ibatis9977';

⌨️ 快捷键说明

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