Jexactyl / docs

The documentation for installing, upgrading and modifying Jexactyl.
https://docs.jexactyl.com
MIT License
14 stars 14 forks source link

mysql user defaults to 'pterodactyl' in database setup #8

Closed TheRealGramdalf closed 2 years ago

TheRealGramdalf commented 2 years ago

In the php artisan p:environment:database command, the default username is 'pterodactyl', whereas in the database setup, (CREATE USER 'jexactyl'@'127.0.0.1' IDENTIFIED BY 'yourPassword';) the default is jexactyl.

ddfsdsfsdf commented 2 years ago

Fixed with #127