Go Back   RunUO - Ultima Online Emulation > Developer's Corner > Programming > C#

C# C# Discussion

Reply
 
Thread Tools Display Modes
Old 08-03-2006, 08:37 PM   #1 (permalink)
Forum Expert
 
Join Date: Jan 2005
Posts: 846
Default MyRunUo (Old I know)

Alright, I seem to be able to connect ect, but it will not allow me to connect directly to the database.
Code:
MyRunUO: Updating character database
MyRunUO: Unable to connect to the database
System.Data.Odbc.OdbcException: ERROR [HYT00] [MySQL][ODBC 3.51 Driver]Access denied for user 'xxx'@'xxxxxxxxxx' (using password: YES)

   at System.Data.Odbc.OdbcConnection.Open()
   at Server.Engines.MyRunUO.DatabaseCommandQueue.Thread_Start()
MyRunUO: Database statements compiled in 0.56 seconds
MyRunUO: Updating status database
MyRunUO: Unable to connect to the database
System.Data.Odbc.OdbcException: ERROR [HYT00] [MySQL][ODBC 3.51 Driver]Access denied for user 'xxxx'@'xxxxxxxxxxxxxxx' (using password: YES)

   at System.Data.Odbc.OdbcConnection.Open()
   at Server.Engines.MyRunUO.DatabaseCommandQueue.Thread_Start()
Mikey is offline   Reply With Quote
Old 08-09-2006, 07:29 AM   #2 (permalink)
Forum Expert
 
Shadow1980's Avatar
 
Join Date: Mar 2005
Location: York, UK
Age: 27
Posts: 708
Default

Check your webserver/database and make sure you allow connections from the IP of your RunUO Server, not just localhost! Make sure the username you are trying to access the database with has priviledges to read/write to the database as well.
__________________
Shadow1980
Game Reviews, Jokes and Rants from real People
Shadow1980 is offline   Reply With Quote
Old 08-11-2006, 07:13 PM   #3 (permalink)
Forum Expert
 
Join Date: Jan 2005
Posts: 846
Default

Quote:
Originally Posted by Shadow1980
Check your webserver/database and make sure you allow connections from the IP of your RunUO Server, not just localhost! Make sure the username you are trying to access the database with has priviledges to read/write to the database as well.
Hmm, I have sufficient privileges also, I have it setup so it access connect from my ip, also my ISP.
Mikey is offline   Reply With Quote
Old 08-31-2006, 01:49 PM   #4 (permalink)
Forum Expert
 
Join Date: Jan 2004
Age: 30
Posts: 880
Default

The error message that is returned says there is a problem with the username and/or password supplied for that database.

This message is usually true, there usually is a problem with your username/password. Check your ODBC connection and insure the username and password are correct, try restarting the database.

If the problem still exists check your database logs and server logs for more information and post them here.
__________________
--BeTrayed / The Dev

http://www.gamemusketeers.com
http://www.wecentral.com
BeTrayed is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5