First commit 08/03/2002

This commit is contained in:
2021-09-12 22:52:08 +02:00
commit ffeed9f33d
46 changed files with 1451 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;