Jump to content

Access Denied for user


objekt

Recommended Posts

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...