MySQL "fast" shutdown.

This commit is contained in:
benoit 2019-04-01 13:19:27 +00:00
parent 209228f7ec
commit ce6d469987

View file

@ -1,3 +1,10 @@
MySQL "fast" shutdown.
~~~
set global innodb_max_dirty_pages_pct = 0
show global status like '%dirty%';
~~~
mkfs.ext4 for old systems in rescue mode (Debien Wheezy, …).
~~~