objekt Posted October 17, 2010 Posted October 17, 2010 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 Quote
Guest Geoff Posted October 17, 2010 Posted October 17, 2010 That error means 1. Wrong username 2. Wrong Password 3. It could be this error Quote
Wizard Posted October 17, 2010 Posted October 17, 2010 Server=localhost. If you're trying to connect remotely, see this: http://www.helionet.org/index/index.php?showtopic=7187 Quote
objekt Posted October 17, 2010 Author Posted October 17, 2010 Thanks. I added the remote wildcard thing, and things seem to be connecting properly now Quote
Guest Geoff Posted October 18, 2010 Posted October 18, 2010 I've noticed that scripts running from mono seem to connect remotely instead of locally. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.