Showing entries 39886 to 39895 of 44070
« 10 Newer Entries | 10 Older Entries »
SHOW COLUMN TYPES: A hidden MySQL treat?

I was poking around in the MySQL source code, namely in sql/sql_yacc.yy, and found a hidden treat: there's a SHOW COLUMN TYPES command. It's fun to read source code!

451 CAOS Links - 2006.09.19

Pentaho Acquires Weka Project, Pentaho (Press Release)

MySQL Expands Telecom Services to Meet Growing Demand, MySQL (Press Release)

Project.net Integrates Project and Portfolio Management Application with Oracle Database 10g Express Edition, Project.net (Press Release)

OpenBI Introduces OpenQuick Suite Solutions, OpenBI (Press Release)

IT Industry Veteran Steve McManus Joins Zenoss Executive Team, Zenoss (Press Release)

[Read more]
MySQL Expands Telecom Services to Meet Growing Demand

MySQL AB today announced that it is expanding its telecom-specific services and consulting offerings to meet increased industry demand for MySQL-powered software. MySQL's momentum in the networking and telecommunications industry has been growing as a number of the industry's top carriers, operators and infrastructure ISVs select the MySQL and MySQL Cluster databases for low-cost, reliable and carrier-grade data management.

Python 2.5 released, the new ?with? statement will be great for database use

The final release of python 2.5 is out! The list of what’s new is pretty impressive, but I’m especially happy to have the new “with” statement. Ruby has block methods, or closures, which can be used for doing very clean setup/cleanup. While full-blown Anonymous block statements were rejected from Python, the new “with” statement handles the part I care about: making it easier to write code that works correctly in the case of failures.

The 3 typical use cases are a file that needs to be closed, a lock that needs to be released, and and a database transaction that needs to be either committed or rolled back. The database case is the …

[Read more]
The future of database I/O systems?

Will NAND Flash / Solid State Disk (SSD) will be the future for Database I/O systems? Actually SSD are still limited in size (64 GB) and expensive (EUR 30/GB) and thus cannot yet compete with SCSI or IDE disks. But they also have an advantage. They are fast! For some uses like databases the price per GB is not that relevant. Also most of the databases fit into one or two 64 GB disks (more than 90%).

When you really get an I/O bottleneck you should consider to choose SSD:

Red Hat moves ahead with JBoss integration

Red Hat made an announcement yesterday concerning its acquisition of JBoss. The deal closed over 90 days ago and Red Hat was ready to talk specifics about integrating JBoss’ products and services into the Red Hat portfolio. This announcement has two main components:

  • JBoss subscriptions are now available through Red Hat’s global channel partners, providing a much greater reach than existed previously.
  • The Red Hat Application Stack aimed at LAMP and Java deployments. The stack includes Red Hat Enterprise Linux (RHEL), JBoss Application Server, Apache Tomcat, JBoss Hibernate, and support for MySQL and PostgreSQL. Additional LAMP components, such as Apache Web Server, PHP, and Perl, are included as part of RHEL.

In addition, Red Hat remains committed to JBoss multi-platform support. Although its new stack …

[Read more]
Two Good Community Contributions to Highlight

I wanted to quickly mention a couple community members who have contributed to the MySQL Forge this week, in completely different ways.

That Damn Error 2003

Long-time MySQL Forum extraordinaire, Bill Karwin, has put together a wiki page in the Forge wiki on the various causes and solutions to perhaps the most common MySQL error encountered by newbies (or even veterans who haven't installed MySQL in a while... ).

So, why does this page deserve mention? A few reasons. First, the wiki page highlights both Windows and *nix solutions. Too many times, users of Windows or *nix have a tendency to forget (or ignore) the fact that the other side of the equation even exists. Bill does a great job in balancing the OS worldview and providing insight on how to diagnose and fix connection issues on both major platforms. Secondly, he has …

[Read more]
Connecting to MySQL without a password
Quote - 19 September 2006

“MySQL is at the heart of revolutionary changes in the computer industry” - Tim O’Reilly

Hmmm, worthy of my Quote of the Day Section, but is it necessarily true. I believe MySQL is significant in the advancement of great opportunities in the computer industry particularly the Internet, but is it revolutionary?

The Oxford Dictionary states: revolutionary ? adjective ? involving or causing dramatic change or innovation.

Perhaps so. Any Comments Welcome.

Stolen shamelessly from the MySQL User Conference Web Site Banner.

MySQL Index Analyzer: First GUI version

Over on my MySQL Index Analyzer blog I just posted two screenshots of the first working GUI drafts. If you are interested, you will have to check this version out from the SVN repository, I will prepare a new distribution package soon.

Showing entries 39886 to 39895 of 44070
« 10 Newer Entries | 10 Older Entries »