What are some good ideas regarding user security in MySQL?
By Balu Prasad
What are some good ideas regarding user security in MySQL??
Teacher SiliconIndia replied to Balu Prasad Thursday, March 18, 2010
Hi Balu,
There is no user without a password. There is no user without a user name. There is no user whose Host column contains % (which here indicates that the user can log in from anywhere in the network or the Internet). There are as few users as possible (in the ideal case only root) who have unrestricted access.