Originally Posted by
thugmuch
Uhh yeah. I got everything, and i mean EVERYTHING working perfectly fine up until the very end.
I boot up Logonserver.exe and after a sec it gets stuck on
Connecting to MySQL server on 'localhost' with (root: xxxxxxxx)
and then it closes. When I try ascent after this, it gets all the way to connecting to localhost , and then it says unable to connect to localhost and shuts down as well. Dunno what i did wrong in localhost, need help. Thanks.
Check the password in the logonserver.exe in these lines:
Code:
# LogonDatabase Section
#
# These directives are the location of the `realms` and `accounts`
# tables.
#
# LogonDatabase.Host - The hostname that the database is located on
# LogonDatabase.Username - The username used for the mysql connection
# LogonDatabase.Password - The password used for the mysql connection
# LogonDatabase.Name - The database name
# LogonDatabase.Port - Port that MySQL listens on. Usually 3306.
# LogonDatabase.Type - Client to use. 1 = MySQL, 2 = PostgreSQL, 3 = Oracle 10g
#
<LogonDatabase Hostname = "localhost"
Username = "root"
Password = "Your MySQL Pass Here"
Name = "ascent_char"
Port = "3306"
Type = "1">