张延森 hace 3 años
commit
20afb30272
Se han modificado 4 ficheros con 3312 adiciones y 0 borrados
  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 fichero

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

+ 1647
- 0
BDS_BDS_ORGANIZATION.sql
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero


+ 5
- 0
init.sql Ver fichero

@@ -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
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero