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_apidb_base.sql
Normal file
2
tables/create_apidb_base.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
create database if not exists apidb;
|
||||
grant all on apidb.* to wineowner;
|
||||
Reference in New Issue
Block a user