Jump to content

Recommended Posts

Posted

Hello,

 

I am having trouble connecting to the mysql database. I am receiving this error:

 

Access denied for user 'objekt_objekt'@'90.190.70.76' (using password: YES)

 

Here is my connection info in C#... on conDB.open() it throws the error:

 

MySqlConnection conDb = new MySqlConnection("server=216.218.192.170; uid='objekt_objekt'; password=some_pw;database=objekt_research; pooling=false");

conDb.Open();

 

I have tried with users objekt_objekt and objekt, and i have tried with server=stevie.heliohost.org, as suggested by this topic:

http://www.helionet.org/index/index.php?showtopic=7132

 

In phpAdmin the user objekt_objekt is listed and has access to my dbs... i can run sql statements under this user without access denied messages

Posted

I've noticed that scripts running from mono seem to connect remotely instead of locally.

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...