MySQL management, tutorials, scripts, coding, programming and tips for database administrators
09/23
MySQL and PostgreSQL are worthy alternatives to the major commercial databases.
09/07
MySQL isn't just for the LAMP stack anymore.
05/19
Is a cloud database service for you? Here's what to consider if you're thinking about a cloud database solution.
05/17
The MySQL LIKE operator is great for finding words or phrases within strings, but you'll be happy to learn that it provides a form of advanced pattern matching based on UNIX utilities.
05/06
There are many times as a database developer and administrator that you'll want to know what entities are being excluded from a straight table join; fortunately, MySQL gives you not one but three options.
03/31
New clustering system promises fully synchronous replication for MySQL databases.
03/17
The MySQL in the cloud vendor extends its platform for Ruby developers.
03/11
Fragmentation can leave large holes in your table, blocks which must be read when scanning the table. Optimizing your table can make full table scans and range scans more efficient.
03/09
MySQL's thorough and flexible date handling allows you to switch between internal and external date/time formats with relative ease.
03/02
Versions of MySQL now come equipped with the powerful and stable InnoDB plugin. We will cover file formats in this article, a very important part of the InnoDB plugin feature set.
02/18
One nice feature added to the EXPLAIN statement in MySQL 4.1 is the EXTENDED keyword which provides you with some helpful additional information on query optimization.
02/16
Security and compliance are big worries in the cloud. We give you some strategies for coping.
02/01
There are many ways you can replicate MySQL data, whether it be a simple two-node cluster, chain or master/master. This article explains the two types of data replication (Statement-Based Replication and Row-Based Replication) available in MySQL.
01/28
Using MySQL analysis tools, you can identify and optimize slow queries in order to eliminate the bottlenecks that they cause. Rob Gravelle examines the Slow Query Log and Explain command, which can both help identify slow queries.
01/19
Cloud
deployments of internet sites are becoming much more prevalent every day. Let's take a look at what type of special considerations we'll need to make for
hosting MySQL successfully in the cloud.
MySQL Archives

|