Interview Questions

What are some good ideas regarding user security in MySQL?

MySQL and SQL


(Continued from previous question...)

What are some good ideas regarding user security in MySQL?

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.

(Continued on next question...)

Other Interview Questions