How do you flush privileges?



How do you flush privileges?..

Answer / Sushant Agrawal

To flush privileges in MySQL, use the FLUSH PRIVILEGES command. This reloads the grant tables and applies all changes to the server.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

Consider you have the following three tables which have to be linked together.

1 Answers  


Is mysql free for enterprise?

1 Answers  


What is mysql connection limit?

1 Answers  


How to validate email addresses in mysql?

1 Answers  


How to enter boolean values in sql statements?

1 Answers  


What is join in mysql? What are the different types of join?

1 Answers  


How to Recover a MySQL root password. Stop the MySQL server process. Start again with no grant tables. Login to MySQL as root. Set new password. Exit MySQL and restart MySQL server.

1 Answers  


What is difference between Sql server and MySql database? It may be silly question but i really dont know.

1 Answers  


How can we find the number of rows in a table using MySQL?

3 Answers  


Is mysql good for large database?

1 Answers  


What is the maximum connection pool size?

1 Answers  


Suppose you have to collect the first name, middle name and the last name of students from the below table. But, you observe that there few missing values either in the first name, middle name and the last name columns. How will you return the first non-null values?

1 Answers  


Categories