⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mysql-create.sql

📁 this is for appfuse1.8 source using strut 1.x, spring and hibernate.
💻 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 + -