3 lines
86 B
MySQL
3 lines
86 B
MySQL
|
|
create database if not exists apidb;
|
||
|
|
grant all on apidb.* to 'wineowner'@'localhost';
|