PDA

View Full Version : My SQL users


iserna
Sun 31st Aug '03, 10:42am
Hi all:

I have a Windows 2000 server and i only use My SQL for Vbulletin. I was looking with PHPMyAdmin the users that are created in the MySQL and i would like to know if it's all ok or should i delete some for security reasons.

I have:

Any @ localhost
Any @ %
Root @ localhost
Root @ %
the vbulletin user

Should i delete the Any users ? or are necessary to run vbulletin?

Thanks a lot.

Scott MacVicar
Sun 31st Aug '03, 12:16pm
delete the values with % as the host since that is wildcard. the ones for localhost are file as long as no one else has access to the box.

iserna
Sun 31st Aug '03, 12:22pm
Thank you very much!