.Log File

Newbie Spellweaver
Joined
Jan 3, 2007
Messages
44
Reaction score
0
I have server log not mangosd o realmd.log


2007-03-16 07:04:24 MaNGOS daemon /0.6-SVN (Win32)
2007-03-16 07:04:24 <Ctrl-C> to stop.


MM MM MM MM MMMMM MMMM MMMMM
MM MM MM MM MMM MMM MM MM MMM MMM
MMM MMM MMM MM MMM MMM MM MM MMM
MM M MM MMMM MM MMM MM MM MMM
MM M MM MMMMM MM MMMM MMM MM MM MMM
MM M MM M MMM MM MMM MMMMMMM MM MM MMM
MM MM MMM MM MM MM MMM MM MM MMM
MM MM MMMMMMM MM MM MMM MMM MM MM MMM MMM
MM MM MM MMM MM MM MMMMMM MMMM MMMMM
MM MMM
MMMMMM


2007-03-16 07:04:24 World Database: 5.130.158.164;3306;root;sk*li*ht;mangos
2007-03-16 07:04:25 ERROR:Could not connect to MySQL database at 5.130.158.164: Can't connect to MySQL server on '5.130.158.164' (10061)

2007-03-16 07:04:25 ERROR:Cannot connect to world database
 
try replacing the ip address with 127.0.0.1

other than that, this info only tells us that you can't connect to your SQL database. Maybe it isn't set up properly, or isn't even installed.
 
Are you sure you actually configured your SQL? And are you sure the SQL is running? To find out if it's running do the following:

1. Press Ctrl+Alt+Del.
2. Click the Processes tab.
3. Look for "mysqld-nt.exe" in the list.

If it is not there, that is your problem, you must have the SQL running for it to be able to connect.
 
Back