What does mysql flush hosts do?



What does mysql flush hosts do?..

Answer / Deepika Pathak

The FLUSH HOSTS command in MySQL resets the connection cache for a specific host, forcing all connections from that host to be re-authenticated.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MySQL Interview Questions

How to write date and time literals?

1 Answers  


How to create a test table in your mysql server?

1 Answers  


What is schema in mysql?

1 Answers  


What is the difference between MyISAM Static and MyISAM Dynamic?

1 Answers  


How do I edit a database in mysql workbench?

1 Answers  


What are the advantages of mysql?

1 Answers  


what is the default port for mysql server? : Mysql dba

1 Answers  


How to return query output in xml format?

1 Answers  


The table tbl_sites contains the following data: ----------------------------------------------------- Userid sitename country ------------------------------------------------------ 1 sureshbabu indian 2 PHPprogrammer andhra 3 PHP.net usa 4 PHPtalk.com germany 5 MySQL.com usa 6 sureshbabu canada 7 PHPbuddy.com pakistan 8. PHPtalk.com austria 9. PHPfreaks.com sourthafrica 10. PHPsupport.net russia 11. sureshbabu australia 12. sureshbabu nepal 13. PHPtalk.com italy Write a select query that will displayed the duplicated site name and how many times it is duplicated?

4 Answers   Afixi, GE,


Is there an object-oriented version of MySQL library functions?

1 Answers  


Is mysql a free database?

1 Answers  


what is the advantage of left outer join?

2 Answers  


Categories