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

How to delete the repeated records from a table?

0 Answers  


What are date and time intervals?

0 Answers  


How do I delete a row in mysql?

0 Answers  


List some mysql advantages and disadvantages?

0 Answers  


What is mysqli_select_db?

0 Answers  






How to use regular expression in pattern match conditions?

0 Answers  


How can I insert images into a Mysql database?

0 Answers  


Can mysql store files?

0 Answers  


how many ways we can get the current date in mysql?

2 Answers  


How do you know if your mysql server is alive?

0 Answers  


What is mysql aggregate functions? Explain

0 Answers  


Is mysql a free database?

0 Answers  


Categories