Initial commit
This commit is contained in:
parent
146b00ed43
commit
872dd50a9f
7
aprilandtrey.sql
Normal file
7
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