#MySql connection problem
24 messages · Page 1 of 1 (latest)
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
✅Marked as resolved by OP
You need to separate your port and hostname into two properties
can you tell how that looks, becoz in the guide they told like this
Exactly like that. Because 3306 is default MySQL port you don’t need to supply it at all. And localhost is the hostname for 127.0.0.1
Okay
I think i tried this but the error was same
I doubt it was but if it was show the error
well actually it was different
Do you actually have a MySQL server running?
Yeah in ptero panel
not this one wait
And that is the same server you are running node on?
yes
Also if it's there, means it's running right?
Set host to 127.0.0.1 as it might be that it‘s not listening on ipv6 but only on ipv4
No idea, never used pterodactyl
I'll try asking the hosting support
??????