Kenny Gryp
Kenny Gryp
For a handson tutorial at a conference (MySQLDays, a FOSDEM Fringe conf, presenting about MySQL InnoDB Cluster/ReplicaSet), I was using `docker-tc` to simulate network issues. However, during the class, I...
some settings such as identityfile can have multiple values and are defined as lists, this caused it to always be 'changed', which is fixed with this small patch
``` Fatal error: Uncaught exception 'Exception' with message 'Datasource dbv1 has a source_type of performance_schema which requires mysql version >= 5.6. Found version: 10.0.19-MariaDB-2~wheezy-log' in /var/www/anemometer/lib/AnemometerModel.php:138 Stack trace: #0 /var/www/anemometer/lib/Anemometer.php(64):...
At the moment, the documentation is written in the `master` branch in `/doc/`. However, for github.io Project Pages, the `gh-pages` branch is used. For now, I just manually merged all...
At the moment, this repository just converted from code.google.com. the urls still link `code.google.com`.
added `-nobs` to `html2text` to remove the `character-backspace-character` as reported in issue #5
In case of a restart of a slave, the _read_only_ configuration set by MHA is lost. Define a configuration file (which is read by my.cnf with _!includedir_, and has permissions...
As `gh-ost` is very flexible in where and how it can migrate a new table, we can add MySQL transportable tablespaces in the `gh-ost` process to not have to rebuild...
Why do we need ssh from every machine to every machine? For geo-DR, this is used to fetch who the master is and it's binary log information. Can't we just...