PDA

View Full Version : Emu and MySQL


flipper
02-01-2002, 11:25 AM
My MySQL server is setup with xxxx as the username and no password. The problem is that I get error message when running world. It complains that the db.ini file is incomplete because the password field is left blank.

Anything I can do about that?

==Flipper==
Ignorant, but determined

CoderJ
02-01-2002, 03:28 PM
You need to assign a password to the username. The emu won't take NULL as a password.

You should do it anyway if your computer ever goes online with the mysql server running. It's dangerous to have no password usernames on a server.