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 is difference between mysql and mysql server?

0 Answers  


How to add a new column to an existing table in mysql?

0 Answers  


How to copy data from one server to another using php?

0 Answers  


Is mysql a framework?

0 Answers  


What is the difference between mysql and oracle?

0 Answers  






Explain MySQL locks?

1 Answers  


What is index length in mysql?

0 Answers  


Is mysql a scripting language?

0 Answers  


Which storage engine is best in mysql?

0 Answers  


What is mysql_connect?

0 Answers  


What is the use of ENUM in MySQL?

1 Answers  


Explain % and _ inside like statement?

0 Answers  


Categories