MySQL "fast" shutdown.
This commit is contained in:
parent
209228f7ec
commit
ce6d469987
1 changed files with 7 additions and 0 deletions
|
@ -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, …).
|
||||
|
||||
~~~
|
||||
|
|
Loading…
Reference in a new issue