Commands to reset (flush) various caches in MariaDB/MySQL.
Title | Description |
---|---|
FLUSH | Clear or reload various internal caches. |
FLUSH QUERY CACHE | Defragmenting the query cache |
FLUSH TABLES FOR EXPORT | Flushes changes to disk for specific tables. |
© 2019 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/flush-commands/