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
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
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
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
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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now