Jump to content

Recommended Posts

Posted

Hey! So I'm trying to set up a donation system on your service. I have created a MySQL database and got a website on the server connected to it successfully.

Now for the second part of it to work, I need my gameserver to connect to the MySQL database. Here is the troubles I'm having:

 

It asks me to set this up in the configuration files:

 

Prometheus.Mysql.Host = "johnny.heliohost.org"

Prometheus.Mysql.Port = 3306

Prometheus.Mysql.Username = "deadvcr_donateus"

Prometheus.Mysql.Password = [REDACTED]

Prometheus.Mysql.DBName = "deadvcr_donate"

 

And then when I launch the server:

[Prometheus repeated error of 18:58:33 - 29/08/2016] DB Connection failed! Error msg: Access denied for user 'deadvcr_donateus'@'[SERVERIP]' (using password: YES)
Is there something I'm doing wrong here? Can someone help me?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...