i keep on getting
http://img238.imageshack.us/img238/2893/44225601wc1.jpg
please help
thanks
3 posts
Posted 1 year ago » Permalink
If im not mistaken its a problem with your world database info in mangosd.conf.
from here im guessing your username and password is admin, so you would have to modify the following line in your mangosd.conf from
____________
WorldDatabaseInfo = "127.0.0.1;3306;admin;admin;root
to
WorldDatabaseInfo = "127.0.0.1;3306;admin;admin;mangos
____________
hope this helped
Posted 1 year ago » Permalink
Hmmm I think the format for that is usually the database admin NAME default which is "root" first, then the database password "admin" (change this to something of your own when you install mysql!) THEN the database name "mangos".
e.g. WorldDatabaseInfo = "127.0.0.1;3306;root;admin;mangos
----------------------------------------------------------------^^^^^
-----------------------------------------------------change this password!
Default passwords might be unwise for a secure online server but don't quote me on that.
Wazzar
Posted 1 year ago » Permalink
You must log in to post.