Compare commits
2 Commits
146b00ed43
...
eadfa5c675
| Author | SHA1 | Date | |
|---|---|---|---|
| eadfa5c675 | |||
| 872dd50a9f |
@@ -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`;
|
||||
Reference in New Issue
Block a user