mirror of
https://github.com/pterodactyl/development.git
synced 2026-02-04 02:07:17 -06:00
6 lines
158 B
SQL
6 lines
158 B
SQL
create database if not exists testing;
|
|
|
|
grant all on testing.* TO 'pterodactyl'@'%';
|
|
grant all on `testing\_test_%`.* TO 'pterodactyl'@'%';
|
|
|
|
flush privileges; |