First commit 31/12/2001
This commit is contained in:
9
sql/cr_global_key.sql
Normal file
9
sql/cr_global_key.sql
Normal 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;
|
Reference in New Issue
Block a user