* le slave est désynchroniser car il ne pouvait pas communiquer avec le master
* le fichier bin_log est trop petit pour contenir les requêtes le temps ... le slave les récupère
Wording / Vocabulaire : **master & slave -> primary & replica**.
* mariadb.c... g/|Binary Log ]]
* Lui donner un nom --**log-basename** pour qu'il ne soit pas dépendant du hostna
same query over and over again to see if a table has got new content, just waiting for that magic row ... === How to select random rows in MySQL ====
The easiest way to generate random rows in MySQL is to us... bles, it will have a serious performance problem, as in order to generate the list of random rows, MySQL needs to assign random number to each row and then sort them.