Could not connect to MySQL database at

Junior Spellweaver
Joined
Sep 30, 2005
Messages
116
Reaction score
0
Hi all.
I got a question how to fix this:
Code:
2007-02-28 16:59:11 Using configuration file realmd.conf.
2007-02-28 16:59:11 MaNGOS realm daemon /0.7-SVN (Win32)
2007-02-28 16:59:11 <Ctrl-C> to stop.

2007-02-28 16:59:11 Database: 127.0.0.1;3306;mang;root;realmd_bc
2007-02-28 16:59:11 ERROR:Could not connect to MySQL database at 127.0.0.1: Access denied for user 'mang'@'localhost' (using password: YES)

2007-02-28 16:59:11 ERROR:Cannot connect to database
----
Help me?
No flaming, just help please.
 
euhm root is my password><
bliep<<Edit>>well, just tried what u told me
Didnt work out
 
Database: 127.0.0.1;3306;mang;root;realmd_bc

is "mang" your username?
is "root" your password?
is "realmd_bc" the name of your db?
 
If you jump to command line and do a:
telnet 127.0.0.1 3306
does it do anything? If you can't even telnet into that port, likely you got a firewall, open port 3306, and also, ensure that SQL is running on that port. :)
 
Back