correction commande PURGE BINARY LOGS

This commit is contained in:
gcolpart 2017-01-01 12:53:13 +01:00
parent d072d8c732
commit aff0902382

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` : 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 : ou par rapport à une date :