MySQL

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 - 8884 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 - 1906 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 - 6063 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 - 2478 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 - 2451 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 - 2847 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 - 4000 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 - 2309 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 - 2691 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 - 3596 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 - 2276 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 - 4018 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 - 2554 views - 07/26/08 by Arun Gupta in Blogs

Drizzle - What If There Was A MySQL Version Optimized For The Web

For the last 2-3 years, Brian Aker and I have had many discussions about how to refactor MySQL. Brian has been the one driving these discussions by asking why...

0 replies - 6636 views - 07/24/08 by Schalk Neethling in News

Drizzle - What If There Was A MySQL Version Optimized For The Web

For the last 2-3 years, Brian Aker and I have had many discussions about how to refactor MySQL. Brian has been the one driving these discussions by asking why...

0 replies - 1045 views - 07/24/08 by Schalk Neethling in News