Clean up database creation to create the mysql interface user and grant permissions. Group
database setup together so the user is prompted for only a couple of times during initialization.
This commit is contained in:
2
tables/create_user.sql
Normal file
2
tables/create_user.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
create user wineowner identified by 'lemonade';
|
||||
|
||||
Reference in New Issue
Block a user