What is flush privileges in mysql?



What is flush privileges in mysql?..

Answer / Deepa

Flush Privileges in MySQL is a command used to update the privilege tables immediately. This command ensures that all changes made to user accounts, host entries, and permissions are applied quickly.nThis command can be useful when a change needs to take effect as soon as possible, or when troubleshooting permission issues.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

What are the other commands to know the structure of a table using mysql commands except explain command?

1 Answers  


how to find max salary from the database

3 Answers  


What is blob in mysql?

1 Answers  


Explain triggers and stored procedures?

1 Answers  


What is unsigned int in mysql?

1 Answers  


How do I change the max connections in mysql?

1 Answers  


suppose data is copie to oracle to sql by using DTS. Actully it taken 2 hours. suppose some day distribute the server in the middle of 2 hours. after how can i get the data ?

1 Answers   ACC,


how to take mysql database structure backup

6 Answers  


How do I create a mysql database?

1 Answers  


What is 'mysqlcheck'?

1 Answers  


How do I find mysql location?

1 Answers  


What happens if you no create privilege in a database?

1 Answers  


Categories