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