I've never installed MySQL before, and I used wamp5 do to so. When I started up phpMyAdmin, it gave me this warning:
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.
So I went to the Priviledges page, and saw a table similar to this one:
User Host Password Global privileges Grant
Any build No USAGE No
Any localhost No USAGE No
root build No ALL PRIVILEGES Yes
root localhost No ALL PRIVILEGES Yes
I'm not new to using MySQL, but I am new to setting it up. Basically, I don't understand the difference between "build" and "localhost", as well as the functions of other feilds. Yes, I tried the manual, but couldn't make any sence out of it, so hoping someone here can shed some light.
Thanks,