(Jesper Krogh) A problem that sometimes when writing queries or stored routines is the need to use strings to do basic manipulation of the data. While from a performance perspective it is generally faster to do these manipulations inside the application, for various reasons it may be desirably to ke
Tag: Open Source
MySQL AutoTuner
(Daniël van Eeden) After reading a blog post about MySQL Tuning scripts I thought about the possibility of a fully Automatic MySQL Tuner.
Recovering from a bad UPDATE statement
(Michael Coburn) Did you just run an UPDATE against your 10 million row users table without a WHERE clause? Did you know that in MySQL 5.5 that sometimes you can recover from a bad UPDATE statement? This is possible if you are running in binlog_format=ROW !
Case Sensitive MySQL Searches
(Brian Buchalter) Here at End Point we strongly encourage the use of PostgreSQL. The reasons are numerous, but I’d like to highlight one today. MySQL’s support for case sensitive search is explained somewhat opaquely in the aptly titled Case Sensitivity in String Searches documentation.
How to avoid two backups running at the same time
(Vlad Fedorkov) When your backup script is running for too long it sometimes causes the second backup script starting at the time when previous backup is still running. This increasing pressure on the database, makes server slower, could start chain of backup processes and in some cases may break ba
Adminer web-based database administration
(Leo Hsu and Regina Obe) We were recently looking for an open source light-weight database web administration tool that would be preferably database cross-platform and would work on either ASP.NET or PHP. Adminer fit the bill. Adminer is written in PHP. It supports, out of the box PostgreSQL, MySQL,
MySQL Performance: InnoDB Buffer Pool Instances in 5.6
(Dimitri) The InnoDB Buffer Pool (BP) Instances feature was introduced since MySQL 5.5.4 and presented for the first time during MySQL UC2010. This solution was the key point on its time, as without BP instances no one from other newly added great features was able to show any positive impact on per
Thoughts on MySQL 5.6 new replication features
(Shlomi Noach) After playing a little bit with MySQL 5.6 (RC), and following closely on Giuseppe’s MySQL 5.6 replication gotchas (and bugs), I was having some thoughts.
MySQL 5.6 Prepped to Handle Demanding Web Use
(Terri Wells) What do you do to make a highly-successful open source database even more capable than it already is? If that database is MySQL, you beef up and add to all the features that make it perform so well on the web.
MySQL 5.6: SHA256 secure password support for PHP mysqlnd
(Ulf Wendel) Pluggable Authentication is one of the many new MySQL 5.6 features. Pluggable authentication adds a capability to use external authentication services (PAM, Windows login IDs, LDAP, Kerberos, …) but also introduces built-in strong SHA-256 hashing for passwords.
