(Shlomi Noach) Have just read MySQL Global status difference using MySQL procedures / functions, by Andres Karlsson. Have commented, but realized I did not provide with a direct answer. In the comment, I suggested checking out a solution based on views, found in common_schema. But the solution in co
Tag: Open Source
MySQL Global status difference using MySQL procedures / functions
(Anders Karlsson) As a MySQL DBA, I guess you use the SHOW GLOBAL STATUS command or the corresponding INFORMATION_SCHEMA.GLOBAL STATUS table to show current mySQL status quite often. And many of us use different tools to collect that data and view it.
Setting optimizer search depth in MySQL
(Max) A customer of ours had an interesting problem regarding a query that was taking too long, around 55s. Looking at the query with the query profiler we found that it was spending most of its time in the “statistics” phase.
Usability improvements in Tungsten Replicator 2.0.4
(Giuseppe Maxia) If you love a software product, you should try to improve it, and not be afraid of criticizing it. This principle has guided me with MySQL (where I have submitted many usability bugs, and discussed interface with developers for years), and it proves true for Tungsten Replicator as w
MySQL Two Timestamp Columns
(Michael McLaughlin) Somebody asked how to work around an error message they got after converting one of their who-audit columns to a TIMESTAMP column. A TIMESTAMP column has a DEFAULT or ON UPDATE current timestamp. They wanted to have two TIMESTAMP columns in the same table, with the intention of:
Finding CURRENT_USER for any user
(Shlomi Noach) A MySQL account is a user/host combination. A MySQL connection is done by a user connecting from some host.
How to Easily See Who’s Connected to Your MySQL Server
(Shlomo Priymak) I’m posting this here since it has been useful for me, and the blog is a nice place to keep public notes.
How good is MySQL INSERT TRIGGER performance
(Shinguz) In this article we discuss how big is the performance impact of MySQL TRIGGERs compared to application side logging (with INSERT) into a MySQL table.
mydumper & myloader : fast backup and restore
(Rene Cannao) At PalominoDB we do not normally use mysqldump for regular backups, but only in some circumstances (for example MySQL upgrade).
Reasons for MySQL Replication Lag
(Peter Zaitsev) One common theme in the questions our MySQL Support customers ask is Replication Lag. The story is typically along the lines everything is same as before and for some unknown reason the slave is started to lag and not catching up any more. I always smile at “nothing has changed” clai
