mysql fast
This commit is contained in:
parent
4a09a6a18c
commit
0862cf9464
1 changed files with 2 additions and 2 deletions
|
@ -19,8 +19,8 @@ for file in /proc/*/status ; do awk '/VmSwap|Name/{printf $2 " " $3}END{ print "
|
|||
MySQL "fast" shutdown.
|
||||
|
||||
~~~
|
||||
set global innodb_max_dirty_pages_pct = 0
|
||||
show global status like '%dirty%';
|
||||
> set global innodb_max_dirty_pages_pct = 0;
|
||||
$ mysqladmin ext -i10 | grep dirty
|
||||
~~~
|
||||
|
||||
mkfs.ext4 for old systems in rescue mode (Debien Wheezy, …).
|
||||
|
|
Loading…
Reference in a new issue