Moved to mysql/init
This commit is contained in:
parent
eadfa5c675
commit
d3cc3004bb
7
mysql/init/aprilandtrey.sql
Normal file
7
mysql/init/aprilandtrey.sql
Normal file
@ -0,0 +1,7 @@
|
||||
CREATE OR REPLACE USER `aprilandtrey`@`%` IDENTIFIED BY 'redacted';
|
||||
CREATE OR REPLACE USER `aprilandtrey`@`localhost` IDENTIFIED BY 'redacted';
|
||||
|
||||
CREATE DATABASE aprilandtrey;
|
||||
|
||||
GRANT ALL PRIVILEGES ON aprilandtrey.* TO `aprilandtrey`@`%`;
|
||||
GRANT ALL PRIVILEGES ON aprilandtrey.* TO `aprilandtrey`@`localhost`;
|
Loading…
Reference in New Issue
Block a user