Moved to mysql/init

This commit is contained in:
Trey Blancher 2022-11-28 10:20:28 -05:00
parent d3cc3004bb
commit 5ca07b9b37
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
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`;