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
Can mysql store files?
Can you tell the difference between mysql_fetch_object and mysql_fetch_array?
How many columns can a table have?
What is a heap table?
How to Creating a new user. Login as root. Switch to the MySQL db. Make the user. Update privs.
Is oracle better than mysql?
How to run a sql statement?
What is the maximum number of columns per table?
Which statement is used to delete a table in MySQL.
Which software is used for mysql?
What is a result set object?
How we get sum of column.
How to see table's field formats or description of table .
How would you enter characters as hex numbers?
What is mysql architecture?