#DataBase problem
6 messages · Page 1 of 1 (latest)
I have found the following for: https://media.discordapp.net/attachments/1340121653199372382/1340121653786447992/image.png?ex=67b1350c&is=67afe38c&hm=b76fed5567844b94ad5d299e572751a7d9fac326c29305492cc4faffaa955276&
🇫🇷 🥖 Bienvenue sur Internet, @hardy spoke 🥖 🇫🇷
Your database is refusing the Panel's attempts to connect to it. This can be for a number of different reasons so I'll let a human double check, but here are some ideas.
- Is your MySQL instance running?
systemctl status mysql(hopefully not down the road) - Is the user you're trying to connect with authorized to access the given database from this IP address?
- Did you correctly give that user permission to even access that database?
- Do you have a Firewall that is blocking connections?
- Is your MySQL instance bound to
127.0.0.1orlocalhostand you're trying to connect from outside the server? - Does the user have
GRANTpermissions if you're trying to use them to create a new database for a server? - Have special characters in your password? Make sure DB_PASSWORD in your .env file is enclosed in double quotes
Here is some additional documentation to help you out: https://pterodactyl.io/tutorials/mysql_setup.html
https://pterodactyl.io/tutorials/mysql_setup.html#creating-a-database-host-for-nodes you followed that ?
Pterodactyl is an open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
also : Make sure to allow the MySQL port (default 3306) in your firewall.