#Urgent Please MySQL
13 messages · Page 1 of 1 (latest)
I have found the following for: https://pteropaste.com/6oox
🇫🇷 🥖 Bienvenue sur Internet, @crisp turtle 🥖 🇫🇷
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
@radiant shoal It was running after you told me what to do but LP wouldn't connect to mySQL so I tried to troubleshoot that and mySQL died completely
I think I installed a second instance of MySQL on accident but I'm not sure how to fix it
I have found the following for: https://pteropaste.com/d1rz
@crisp turtle; You appear to be missing PHP extensions that are listed in the documentation dependencies list. They should have been installed if you followed the documentation.
Worry not, follow the PHP upgrade guide to install the required extensions for PHP 8.1 https://pterodactyl.io/guides/php_upgrade.html
I have found the following for: https://pteropaste.com/81aj
🇫🇷 🥖 Bienvenue sur Internet, @crisp turtle 🥖 🇫🇷
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
At this point I have no idea what I need to do and would really like some help
Urgent Please MySQL
I'm guessing you have installed mysql when you already had mariadb installed.