Page 1 of 1

wampserver root password?

Posted: Sun May 30, 2010 4:13 am
by Callan S.
It's been awhile since I last ran wampserver, and I'm pretty sure it didn't have this error back then (though I may be wrong on that, but I just don't remember any red text)

Code: Select all

Your configuration file contains settings (root with no password) that correspond to the default MySQL privileged account. Your MySQL server is running with this default, is open to intrusion, and you really should fix this security hole by setting a password for user '.root'.
What does it mean?

I'm just running this on my comp at the moment?

Re: wampserver root password?

Posted: Sun May 30, 2010 4:40 am
by Jackolantern
It means your root user (aka admin account) for MySQL is running without a password. While developing on your own computer with WAMP (which really can't be accessed from outside your computer without you putting it online) it shouldn't be much of an issue.

Re: wampserver root password?

Posted: Sun May 30, 2010 8:11 am
by Callan S.
Thanks. I thought so, but wasn't sure if it's a new error or not, and I like to keep an eye on these things. I guess once I go to put my game online I'll knock this on the head.

Re: wampserver root password?

Posted: Sun May 30, 2010 8:35 am
by Jackolantern
It should just be a warning, and not an error. Everything should function just fine even if it is not set.