3 lines
72 B
MySQL
3 lines
72 B
MySQL
|
|
create database if not exists apidb;
|
||
|
|
grant all on apidb.* to wineowner;
|