mysql-create.sql

来自「this is for appfuse1.8 source using stru」· SQL 代码 · 共 7 行

SQL
7
字号
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 + =
减小字号Ctrl + -
显示快捷键?