lines in a table, just like you might tail a log file in Linux.
==== Mysql Workbench ====
https://dev... W
BEGIN
DECLARE i_decalage NUMERIC;
DECLARE c_file_demandes CURSOR FOR
SELECT decalage_sec FROM
file_demandes,
themes
WHERE file_demandes.id_theme = themes.id
AND file_demandes.id = NEW.id_file_dema
n **SHOW SLAVE STATUS** to check which binary log file each replica is currently reading.
* Find the earliest log file still being read by a replica. No log files befor... * Purge all log files before (not including) the file identified above.
===== Essais de réplication =