What are some good ideas regarding user security in MySQL?
Answer Posted / guest
There is no user without a password. There is no user
without a user name. There is no user whose Host column
contains % (There are as few users as possible (in the
ideal case only root) who have unrestricted access
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is delimiter $$?
What mysql means?
What is mysql optimization?
What is the datatype of image?
Can foreign key have duplicate values?
How do I start mysql manually?
What are the advantages of mysql?
What are the 3 main types of search queries?
Consider you have a composite index of three columns. Now, you have to provide the value of two columns in the where clause of a select query. Do you think index can be used for the operation?
What does it mean to be case sensitive?
why not null is not allowed at table level
Which is faster mongodb or mysql?
Can mysql handle billions of records?
What is max_used_connections in mysql?
What is the default port for MySQL Server?