Answers for "mysql grant user privileges to database that has suffix and prefix"

SQL
0

mysql grant user privileges to database that has suffix and prefix

GRANT ALL PRIVILEGES ON `PREFIX\_%_\SUFFIX`.* TO 'USER'@'HOST' IDENTIFIED BY 'PASSWORD' WITH GRANT OPTION;
Posted by: Guest on December-11-2020

Code answers related to "mysql grant user privileges to database that has suffix and prefix"

Code answers related to "SQL"

Browse Popular Code Answers by Language