📄 mysql-create.sql
字号:
create database if not exists appfuse;grant all privileges on appfuse.* to test@"%" identified by "test";grant all privileges on appfuse.* to test@localhost identified by "test";-- You may have to explicitly define your hostname in order for things-- to work correctly. For example:-- grant all privileges on appfuse.* to test@host.domain.com identified by "test";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -