|
@@ -18,6 +18,15 @@ SET NAMES utf8mb4;
|
|
|
SET
|
|
|
FOREIGN_KEY_CHECKS = 0;
|
|
|
|
|
|
+create
|
|
|
+DATABASE if not exists gb_db character set utf8;
|
|
|
+GRANT ALL PRIVILEGES ON *.* TO
|
|
|
+'root'@'localhost';
|
|
|
+FLUSH
|
|
|
+PRIVILEGES;
|
|
|
+use
|
|
|
+gb_db;
|
|
|
+
|
|
|
-- ----------------------------
|
|
|
-- Table structure for account
|
|
|
-- ----------------------------
|