Ver código fonte

first commit

张延森 3 anos atrás
commit
20afb30272
4 arquivos alterados com 3312 adições e 0 exclusões
  1. 1
    0
      .gitignore
  2. 1647
    0
      BDS_BDS_ORGANIZATION.sql
  3. 5
    0
      init.sql
  4. 1659
    0
      灌南条码.pdma.json

+ 1
- 0
.gitignore Ver arquivo

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

+ 1647
- 0
BDS_BDS_ORGANIZATION.sql
Diferenças do arquivo suprimidas por serem muito extensas
Ver arquivo


+ 5
- 0
init.sql Ver arquivo

@@ -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
Diferenças do arquivo suprimidas por serem muito extensas
Ver arquivo