create database
This commit is contained in:
parent
97d362d1e1
commit
2f922dc294
1 changed files with 1 additions and 7 deletions
|
@ -19,12 +19,6 @@
|
|||
-- Current Database: `a0001`
|
||||
--
|
||||
|
||||
/*!40000 DROP DATABASE IF EXISTS `a0001`*/;
|
||||
|
||||
CREATE DATABASE /*!32312 IF NOT EXISTS*/ `a0001` /*!40100 DEFAULT CHARACTER SET latin1 */;
|
||||
|
||||
USE `a0001`;
|
||||
|
||||
--
|
||||
-- Table structure for table `accounts`
|
||||
--
|
||||
|
|
Loading…
Reference in a new issue