mirror of
https://github.com/pterodactyl/development.git
synced 2025-12-10 10:44:48 -06:00
4 lines
108 B
SQL
4 lines
108 B
SQL
create database if not exists panel_test;
|
|
grant all on panel_test.* TO 'pterodactyl'@'%';
|
|
flush privileges;
|