#MySQL credentials using Discord Bot

1 messages · Page 1 of 1 (latest)

sturdy badger

Hello,
I'm trying to put my bot on the same server where my MySQL databse is running and I'm wondering which credentials I now have to use in order to connect the bot with the database.
When I'm using the exact same as when the bot is running from my PC (Servers IP adress) the bot gets a Socket connection timeout.
I tried using 127.0.0.1 or localhost but then the connection gets somehow refused even with an admin account and firewall disabled.
Currently I'm stuck and don't know what to do, any ideas?