First commit 31/12/2001

This commit is contained in:
2021-09-12 22:53:35 +02:00
commit ec29dd1409
56 changed files with 2883 additions and 0 deletions

9
sql/cr_global_key.sql Normal file
View File

@ -0,0 +1,9 @@
#########################################
# Definimos 3 Nuevos USUARIOS #
# #
################# PERMISOS ESPECIFICOS ##
##
GRANT ALL PRIVILEGES ON SYNCRO.* to syncro_users@localhost
IDENTIFIED BY '29dic2001' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON SYNCRO.* to syncro_users@"%"
IDENTIFIED BY '29dic2001' WITH GRANT OPTION;