Interview Preparation mode beta
Funny Facebook Status Funny Facebook Status
Enter your email address

What are some good ideas regarding user security in MySQL?

Nice?Vote!

1 Answer

Nice?Vote!
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.
answered 1 year ago by R (19,530 points)

Related questions