posted by kedar vaijanaupurkar
on Mon 08 Feb 2010 12:06 UTC
Stored procedure to add-remove prefix by rename table
posted by Lenz Grimmer
on Mon 01 Feb 2010 14:47 UTC
A description of the MySQL Cluster startup process and its various phases.
posted by Giuseppe Maxia
on Sat 23 Jan 2010 03:54 UTC
This paper is an introduction to the new 'performance schema' feature, which will be part of the upcoming MySQL 5.5 release. Covering in details every part of the performance schema would require much, much more than a simple article. The pace of this teaser is voluntarily fast, to have a quick overview of the new landscape, and help users already familiar with MySQL to understand by examples what the performance schema provides.
posted by Sakila The Librarian
on Fri 22 Jan 2010 17:45 UTC
A while back Friendfeed posted a blog post explaining how they changed from storing data in MySQL columns to serializing data and just storing it inside TEXT/BLOB columns. It seems that since then, the technique has gotten more popular with Ruby gems now around to do this for you automatically.
So when is it a good idea to use this technique?
posted by Lenz Grimmer
on Wed 20 Jan 2010 20:52 UTC
Insightful report by Linden Labs (the company behind Second Life) on how they prepared to update their central database from MySQL 4.1 to 5.0.
posted by Sakila The Librarian
on Wed 20 Jan 2010 20:38 UTC
On first glance, it looks like TEXT and VARCHAR can store the same information. However, there are fundamental differences between the way TEXT fields and VARCHAR fields work, which are important to take into consideration.
posted by Sakila The Librarian
on Wed 20 Jan 2010 05:18 UTC
Sample explanation and code to create data cubes in MySQL using a Gearman UDF and a perl worker.
No need to know Perl. This method allows anyone to create crosstabs in SQL, regardless of the programming language used to query the database.
posted by kedar vaijanaupurkar
on Thu 14 Jan 2010 14:08 UTC
Loading csv or delimited data files to MySQL database is a very common task frequently questioned about and almost everytime LOAD DATA INFILE come into rescue.
In this article we will try to understand some of the very common scenarios for loading data into MySQL Database.
posted by Wane cooper
on Mon 04 Jan 2010 12:23 UTC
posted by Giuseppe Maxia
on Thu 24 Dec 2009 19:53 UTC
The release of MySQL 5.5 has brought several enhancements. While most of the coverage went, understandably, to the semi-synchronous replication, the enhancements of partitioning were neglected, and sometimes there was some degree of misunderstanding on their true meaning. With this article, we want to explain these cool enhancements, especially the parts that were not fully understood.
posted by Lenz Grimmer
on Tue 15 Dec 2009 19:25 UTC
Interesting article about some gotchas and things worthwhile knowing about MySQL's built-in replication system.
posted by Lenz Grimmer
on Tue 15 Dec 2009 17:52 UTC
A useful introduction to using SIGNAL with triggers/stored routines.
posted by Chris Calender
on Tue 01 Dec 2009 23:01 UTC
This example will show you how to log your MySQL Proxy output to a log file rather than to the terminal.
posted by Lenz Grimmer
on Fri 27 Nov 2009 11:17 UTC
An in-depth article that explains how to use MySQL replication for high-availability purposes.
posted by Lenz Grimmer
on Fri 27 Nov 2009 11:14 UTC
An article describing some key aspects to keep in mind when adding more data nodes in order to gain more performance.
posted by Lenz Grimmer
on Mon 23 Nov 2009 14:50 UTC
An excellent Q&A Session with insightful details about the PBXT Storage Engine
posted by daniel talavera
on Thu 19 Nov 2009 19:42 UTC
tutorial de mysql workbecnch
posted by Sheeri Cabral
on Wed 11 Nov 2009 13:29 UTC
Video: Building a MySQL Slave and Keeping it in Sync
At the Boston MySQL User Group Sheeri Cabral presented on how to get a consistent snapshot to build a slave, how to use mk-table-checksum to check for differences between masters and slaves on an ongoing basis, and how to use tools such as mk-table-sync and mysqldump to sync the data if there are any discrepancies.
This link contains the slides and the videos
posted by Sheeri Cabral
on Wed 11 Nov 2009 13:22 UTC
Author's announcement that the MySQL Bible, for beginner and intermediate MySQL DBA's, is available. The book is suitable for those completely new to databases, or those that are familiar with another RDBMS (such as Oracle or Microsoft SQL Server) and want to learn how MySQL works.
posted by Gerry Narvaja
on Wed 28 Oct 2009 21:46 UTC
sar-sql name change, state of the software and road map.