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 the latest mysql?
What is the function of mysqldump?
How do I start mysql in linux?
Why do you think it is advised to not to use guid and character columns as clustered index arrays?
Does mysql need a server?
How do I select a database in mysql workbench?
How can you retrieve a portion of any column value by using a select query?
What is regex in mysql?
Where’s database data actually stored?
What is the difference between MyISAM Static and MyISAM Dynamic?
What are the benefits of mysql?
What is pdo :: fetch_assoc?
Can I use mysql for free?
How do I start mysql in mysql workbench?
What is the use of mysqli_num_rows?