#MySQL Database Setup

9 messages · Page 1 of 1 (latest)

wicked crypt
#

I have been playing around trying to make a database and no matter what I fill out I always get this message. I double checked that the user is present and MySQL is running.

solid bluffBOT
#

I have found the following for: https://media.discordapp.net/attachments/1061819660804313228/1061819661009821796/image.png
🇫🇷 🥖 Bienvenue sur Internet, @wicked crypt 🥖 🇫🇷

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.

  1. Is your MySQL instance running? systemctl status mysql(hopefully not down the road)
  2. Is the user you're trying to connect with authorized to access the given database from this IP address?
  3. Did you correctly give that user permission to even access that database?
  4. Do you have a Firewall that is blocking connections?
  5. Is your MySQL instance bound to 127.0.0.1 or localhost and you're trying to connect from outside the server?
  6. Does the user have GRANT permissions if you're trying to use them to create a new database for a server?
  7. 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

dry shuttle
#

Is good for u @wicked crypt ?

wicked crypt
#

Oh I figured it out a month ago. Thanks for the asking.

dry shuttle
#

You can help me ?

solid bluffBOT
#

Please explain the issue you're experiencing in as much detail as possible. Preferably with error messages in a text format or paste link to logs. Nobody can assist you without information that helps to understand the issue. Help us help you. Messages such as "doesn't work" or "i need help" will most likely be ignored.

wicked crypt
#

I think what I did was refresh the page