jpetstore-mysql-create-user.sql

来自「经典的关于j2ee架构代码,采用alias+struts,其中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 + -
显示快捷键?