Browse Source

first commit

张延森 3 years ago
commit
20afb30272
4 changed files with 3312 additions and 0 deletions
  1. 1
    0
      .gitignore
  2. 1647
    0
      BDS_BDS_ORGANIZATION.sql
  3. 5
    0
      init.sql
  4. 1659
    0
      灌南条码.pdma.json

+ 1
- 0
.gitignore View File

@@ -0,0 +1 @@
1
+.back_灌南条码/

+ 1647
- 0
BDS_BDS_ORGANIZATION.sql
File diff suppressed because it is too large
View File


+ 5
- 0
init.sql View File

@@ -0,0 +1,5 @@
1
+CREATE DATABASE `lyg_gnyy` CHARACTER SET 'utf8mb4' COLLATE 'utf8mb4_general_ci';
2
+
3
+CREATE USER `lyg_gnyy`@`%` IDENTIFIED BY 'gnyy@ABCD1234';
4
+
5
+GRANT Alter, Alter Routine, Create, Create Routine, Create Temporary Tables, Create View, Delete, Drop, Event, Execute, Grant Option, Index, Insert, Lock Tables, References, Select, Show View, Trigger, Update ON `lyg\_gnyy`.* TO `lyg_gnyy`@`%`;

+ 1659
- 0
灌南条码.pdma.json
File diff suppressed because it is too large
View File