22
0
Fork 0

correction commande PURGE BINARY LOGS

This commit is contained in:
gcolpart 2017-01-01 12:53:13 +01:00
parent d072d8c732
commit aff0902382
1 changed files with 1 additions and 1 deletions

View File

@ -790,7 +790,7 @@ Le mode **mixed** est un bon compromis pour de la réplication : il permet de vo
Pour supprimer les binlogs antérieurs à `mysql-bin.00NNNN` :
~~~
mysql> PURGE BINARY LOGS TO `mysql-bin.00NNNN`;
mysql> PURGE BINARY LOGS TO 'mysql-bin.00NNNN';
~~~
ou par rapport à une date :