Talk shop and learn about MySQL and occasionally some other stores!
Topics and RecordingsLearn From Previous Discussions!
How to JoinSome simple setup help!
$ /usr/bin/pt-table-checksum \
--quiet \
--ignore-databases=mysql,percona,information_schema,per
formance_schema \
--lock-wait-time=50 \
--chunk-size-limit=0 \
--no-check-plan \
--no-check-binlog-format \
--max-lag=1 \
--replicate percona.checksums \
h=database.example.com \
2>&1 | grep -v '^Cannot connect to'
$ tshark -l -i eth0 port 3306 -s 4096 -d tcp.port==3306,mysql -z "proto,colinfo,mysql.query,mysql.query" | awk '/MySQL Login Request/ {print $2 " " $8}'