(Matt Lord) The Query Analyzer (QUAN) is one of the flagship features of the MySQL Enterprise Monitor (MEM). I wanted to take a few minutes to walkthrough a complete simulated example in order to demonstrate just how incredibly useful it is for becoming aware of problems, identifying the cause, and
Tag: Open Source
Typical misconceptions on Galera Replication for MySQL
(Stephane Combaudon) Even if a Galera node looks like a regular MySQL server, the underlying replication mechanism is very different. This implies some changes in the way you have to configure the Galera nodes.
View Per-Process I/O and More With VividCortex
(Baron Schwartz) What can explain mysterious slowdowns in database performance? Sometimes it’s not the database or the queries it’s running, but the non-database activity on the server. One of the most important types of activities to analyze is processes.
GET DIAGNOSTICS
(Peter Gulutzan) I know of seven DBMSs that support GET DIAGNOSTICS: DB2, Oracle Rdb, MySQL, MariaDB, PostgreSQL, Teradata, Mimer.
How to recover deleted tablespace?
(abdel-mawla) Sometimes, MySQL tablespace file(s) might be deleted by mistake, e.g. delete the shared tablespace (ibdata1) or an individual tablespace (table_name.ibd).
pstop – a top-like program for MySQL (based on performance_schema)
(Simon J Mudd) I have been working with MySQL for some time and it has changed significantly from what I was using in 5.0 to what we have now in 5.6. One of the biggest handicap we’ve had in the past is to not be able to see what MySQL is doing or why.
Discussing the innodb_log_block_size variable
(Chris Calender) Not a ground-breaking post here, but if you are interested in knowing more about the innodb_log_block_size variable, or if you use SSD cards and/or large InnoDB log files on ext4, then this is for you.
Things you should consider before using GTID
(abdel-mawla) Global Transaction ID (GTID) is one of the major features that were introduced in MySQL 5.6 which provides a lot of benefits.
Everything about MySQL Users and Logins You Didn’t Know and Were Afraid to Ask
(Georgi Kodinov) Logging into a MySQL server is generally dead simple—supply a username, a password, and you’re all set!
Log rotate and the (deleted) MySQL log file mystery
(Daniel Guzmán Burgos) When running logrotate for MySQL (after proper setting the /etc/logrotate.d/mysql conf file) from anacron, there’s a situation that you might potentially face if the user and password used to execute the “flush logs” command is stored in, for example, /root/.my.cnf file.
