No results found in makandra dev.

Best results in other decks

If replication is broken by a simple invalid query, i.e. grants change, etc. you can force-skip that query:

vasan's deck

...to use the less safe log_bin_trust_function_creators variable) login into the mysql container docker exec -it wow-mysql-cont /bin/bash cd /etc/mysql/ cp my.cnf mycnfbk

echo 'log_bin_trust_function_creators = 1' >> my.cnf OR login as root user mysql -h50.0.0.41 -uroot -p mysql> set global log_bin_trust_function_creators=1; cleaning dump database...

Search in all decks