What are some good ideas regarding user security in MySQL?

Answers were Sorted based on User's Feedback



What are some good ideas regarding user security in MySQL?..

Answer / 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

What are some good ideas regarding user security in MySQL?..

Answer / amita

u can use grant command for security. assigned access to the
user according to the requirement

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What are the limitations of mysql?

0 Answers  


What is mysqladmin flush hosts?

0 Answers  


What is bigint in mysql?

0 Answers  


How do I view tables in mysql workbench?

0 Answers  


How to set the time zone for MySQL to particular country time?

0 Answers  






In which language it is written?

0 Answers  


How can you create and drop view in mysql?

0 Answers  


How do you say mysql?

0 Answers  


Ondelete clause is specified with a.)Drop table b.)Delete command c.)Create table d.)Select command

5 Answers   Amdocs, MediaSoft,


How can you retrieve a portion of any column value by using a select query?

0 Answers  


Explain about the architecture of MYSQL?

0 Answers  


What is mysql installer?

0 Answers  


Categories