(Shlomi Noach) Or: How do you reach the conclusion your MySQL master/intermediate-master is dead and must be recovered?
Tag: Open Source
SELinux and the MySQL init script
(Stephane Combaudon) I recently worked with a customer who had a weird issue: when their MySQL server was started (Percona Server 5.5), if they try to run service mysql start a second time, the init script was not able to detect that an instance was already running.
SELinux and the MySQL init script
(Stephane Combaudon) I recently worked with a customer who had a weird issue: when their MySQL server was started (Percona Server 5.5), if they try to run service mysql start a second time, the init script was not able to detect that an instance was already running.
Improved Server Defaults in 5.7
(Matt Lord) Morgan and I started an initiative a while back to improve the “out of the box” configuration and behavior defaults for MySQL. Working closely with the Community, we were able to come up with a good list of improvements.
Improved Server Defaults in 5.7
(Matt Lord) Morgan and I started an initiative a while back to improve the “out of the box” configuration and behavior defaults for MySQL. Working closely with the Community, we were able to come up with a good list of improvements.
Helgrind and MySQL 5.7
(Rik Prohaska) Valgrind’s helgrind tool identifies data races and lock deadlocks in multi-threaded programs. Since the MySQL server is a multi-threaded program, can helgrind find any issues in the MySQL server?
Helgrind and MySQL 5.7
(Rik Prohaska) Valgrind’s helgrind tool identifies data races and lock deadlocks in multi-threaded programs. Since the MySQL server is a multi-threaded program, can helgrind find any issues in the MySQL server?
MySQL 1018 (HY000): Can’t read dir errno: 13 – Permission denied
(Kedar Vaijanapurkar) In this post we will see the resolution of MySQL “permission denied” error due to movement of database to a different partition on CentOS.
MySQL 1018 (HY000): Can’t read dir errno: 13 – Permission denied
(Kedar Vaijanapurkar) In this post we will see the resolution of MySQL “permission denied” error due to movement of database to a different partition on CentOS.
What Is InnoDB History List Length?
(Baron Schwartz) Houston, we have a problem. Google search for “What is innodb history list length?” and you get a bunch of nonsense mixed in with correct information, and it’s hard to tell which information is right. Let’s fix this.
