MySQL

DZone Daily Dose - 2009/11/14

If Oracle were to sell MySQL to a third-party, who would it be?  Many thought Red Hat was the obvious choice with thier JBoss open source division. ...

0 replies - 2424 views - 11/14/09 by Mitch Pronschinske in News

EU Rejects Snoracle - Larry Vows to Fight!

Oracle and the  EU are escalating their legal battle over the Sun acquisition.  The EU took the first step towards blocking the merger Monday with a formal...

6 replies - 2538 views - 11/10/09 by Mitch Pronschinske in News

Oracle Reveals Plans for NetBeans, Glassfish, and VirtualBox

More revealing statements have finally surfaced about Oracle's future plans for popular Java tools.  Oracle recently updated its FAQ on the future of Sun...

10 replies - 10055 views - 10/28/09 by Mitch Pronschinske in News

Developing Web Applications with Apache, MySQL, memcached, and Perl

My initial interest in “Developing Web Applications with Apache, MySQL®, memcached, and Perl” by Patrick Galbraith before I opened it was the mention of memcached.  I had heard about it, but...

0 replies - 2020 views - 08/13/09 by bjackson73 in Book Reviews

A Better MySQL Replication Heartbeat

If you’ve used MySQL replication you’ve probably discovered that slave machines can lag behind the master. Replication can also break completely, requiring...

4 replies - 6223 views - 02/05/09 by Derek Young in Articles

MySQL 5.1.28 Release Candidate With Important Security Fix

On 13 September MySQL announced the MySQL 5.1.28 release candidate. One of the important changes from 5.1.26 to 5.1.28 is an important security fix related to...

0 replies - 2530 views - 09/15/08 by Schalk Neethling in Announcements

MySQL Workbench 5.0.25 Bug Fix Release

On the 11th of September MySQL announced the latest bug fix release of the MySQL Workbench 5.0 release, Workbench 5.0.25. This point release includes 19 bug...

0 replies - 2479 views - 09/15/08 by Schalk Neethling in Announcements

ANALYZE: MyISAM vs Innodb

Following up on my Previous Post I decided to do little test to see how accurate stats we can get for for Index Stats created by ANALYZE TABLE for MyISAM and...

0 replies - 2896 views - 09/11/08 by Schalk Neethling in News

Troubleshooting Relay Log Corruption in MySQL

Have you ever seen the replication stopped with message like this: Last_Error: Could not parse relay log event entry. The possible reasons are: the master's...

0 replies - 4091 views - 09/09/08 by Schalk Neethling in News

Podcast: Writing LUA Scripts for MySQL Proxy - MySQL University

This session will introduce the basics of the Lua language, with particular emphasis on the features of immediate use with MySQL Proxy. The lecture will...

0 replies - 2350 views - 09/08/08 by Schalk Neethling in News

MySQL 6.0.6 Alpha Released Introduces Maria

MySQL 6.0.6-alpha, a new version of the MySQL database system has been released and intoduces two new storage engines most interesting Maria.

0 replies - 2725 views - 08/19/08 by Schalk Neethling in Announcements

How adding another table to JOIN can improve performance

JOINs are expensive and it most typical the fewer tables (for the same database) you join the better performance you will get. As for any rules there are...

1 replies - 3640 views - 08/14/08 by Schalk Neethling in News

MySQL Connector/C++ Preview Released

The MySQL Connector/C++ provides a C++ API for connecting client applications to the MySQL Server. The MySQL Connector/C++ mimics the JDBC 3.0 API. JDBC is a...

0 replies - 2303 views - 08/06/08 by Schalk Neethling in Announcements

PHP 5.3 alpha1 With New Native MySQL Driver

The first alpha version of PHP 5.3 was made available for download by the PHP Development Team. It contains the latest version of the MySQL native driver for...

0 replies - 4124 views - 08/01/08 by Schalk Neethling in Announcements

TOTD #38: Creating a MySQL Persistence Unit using NetBeans IDE

This TOTD (Tip Of The Day) shows how to create a Persistence Unit (PU) for a MySQL database using NetBeans IDE. This PU can then be used in any of Java EE...

0 replies - 2655 views - 07/26/08 by Arun Gupta in Blogs