database setup together so the user is prompted for only a couple of times during initialization.
3 lines
72 B
SQL
3 lines
72 B
SQL
create database if not exists apidb;
|
|
grant all on apidb.* to wineowner;
|