[HELP] Realmd.conf can

Junior Spellweaver
Joined
Mar 6, 2007
Messages
175
Reaction score
3
My realmd.conf can't connect to the database because my database isn't using a password.
What should I fill in?
Because my site works without a password, a registered through the site, everything can connect to the database except realmd.conf:
Code:
[SIZE=2]
LoginDatabaseInfo = "127.0.0.1;3306;root;;realmd"
Between 'root' and 'realmd' you see two ';' of those things. Between them should be the password which I don't use. How to use realmd.conf without using a password?
[/SIZE]
 
Uh, I highly recomend that you make a real account for you db, so it doesn't make it alot easier for hackers to destroy your db. Alteast put a password on root.
 
Back