mysql grant user privileges to database that has suffix and prefix

Solutions on MaxInterview for mysql grant user privileges to database that has suffix and prefix by the best coders in the world

showing results for - "mysql grant user privileges to database that has suffix and prefix"
Sabri
31 Nov 2018
1GRANT ALL PRIVILEGES ON `PREFIX\_%_\SUFFIX`.* TO 'USER'@'HOST' IDENTIFIED BY 'PASSWORD' WITH GRANT OPTION;
similar questions