[Mangos] Cannot connect to Database

Initiate Mage
Joined
Feb 8, 2006
Messages
1
Reaction score
0
2007-06-23 01:44:27 World Database: 192.168.1.100;3306;root;[hereismypass];mangos
2007-06-23 01:44:27 ERROR:Could not connect to MySQL database at 192.168.1.100: Access denied for user 'root'@'192.168.1.100' (using password: YES)

2007-06-23 01:44:27 ERROR:Cannot connect to world database 192.168.1.100;3306;root;[hereismypass];mangos

2007-06-23 01:44:26 Verbinde zur Datenbank: 192.168.1.100;3306;root;[hereismypass];realmd
2007-06-23 01:44:26 ERROR:Could not connect to MySQL database at 192.168.1.100: Access denied for user 'root'@'192.168.1.100' (using password: YES)

2007-06-23 01:44:26 ERROR:Cannot connect to database
 
where they ask for the mysql passw

go to the .conf file and change this:

take out the [ ]

just put you password between the ;

like that ;password;
 
Back