- 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:
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]
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"
[/SIZE]