MySQL Connectors chapter rework completed

MySQL Connectors chapter rework completed


Well, it's been completed a few weeks now, but I've finally reworked the Connector/MXJ and Connector/J sections of the MySQL Reference Manual, which in turn means the Connectors chapter has been completed.

Connector/J is the JDBC 3.0 Type 4 driver (i..e. written in Pure Java) and it works by talking directly to the MySQL server over the network protocol. The Connector/J package is very comprehensive, and includes support for standard queries, stored procedures, prepared statements and character sets. There's full support for transactions (including distributed transactions (XA)) too.

Almost hidden away inside the connector is com.mysql.jdbc.ReplicationDriver. This isn't a tool for performing replication through JDBC, but a method for connecting to a pool of a MySQL servers that are set up in the replication environment. Read/write connections go to the Master within the replication set-up, while reads will go to one of the replicated slaves.

This provides a form of automatic load balancing, and means that you can spread the load of queries among your MySQL servers automatically performing reads from slaves and writes to the master.

While in Sorrento at the developer's conference, I was fortunate enough to meet up with Eric Hermann, the developer behind Connector/MXJ. Connector/MXJ is one of those products that first makes you go 'Wow', then makes you want to use it, and finally then makes you curse 'so simple, why didn't I think of that?'!

Connector/MXJ embeds a MySQL server (mysqld) into a Java package, and automatically extracts, initializes and starts the right mysqld for your platform. This isn't an emulation, or a redevelopment of the MySQL engine in Java, it is a simple wrapper around a standard mysqld binary. The result is a single package that can be deployed to Java servers and environments, along with Connector/J, to provide a Java based applications using a genuine MySQL server, but without the requirement to separately install MySQL.

For the documentation, I extended the information on Connector/MXJ so that it included details on how to add your own custom mysqld binaries to the Connector/MXJ package, and how to bundle an existing database into the package too. Using a combination of these two techniques you can create a Connector/MXJ jar file that contains all the databases you want, and the binaries you need, to deploy an embedded MySQL server that is ready to run. You could use this either on web servers, or within a more isolated environment, such as a CD-ROM, and all without ever changing your Java code or application.

Of course, three months of modifications later and I can hardly say that the Connectors chapter is complete. We have numerous examples to expand upon and write, and new versions of Connector/ODBC and Connector/NET are in alpha/beta testing as we speak.

For the moment though, I've moved on to Storage Engines.

Category: 

Author information

Martin Brown's picture

Biography

Martin “MC” Brown is a member of the documentation team at MySQL and freelance writer. He has worked with Microsoft as an Subject Matter Expert (SME), is a featured blogger for ComputerWorld, a founding member of AnswerSquad.com, Technical Director of Foodware.net and, and has written books on topics as diverse as Microsoft Certification, iMacs, and free software programming.

Most forwarded

Interview with Dave Mohyla, of DTIDATA

Dave Mohyla is the president and founder of dtidata.com, a hard drive recovery facility based in Tampa, Florida.

TM: Where are you based? What does your company do?
DTI Data recovery is based in South Pasadena, Florida which is a suburb of Tampa. We have been here for over 10 years. We operate a bio-metrically secured class 100 clean room where we perform hard drive recovery on all types of hard disks, from laptop hard drives to multi drive RAID systems.

Anybody up to writing good directory software?

Since the very beginning, directories (of any kind) have had a very central role in the internet. (I have recently grown fond of Free Web Directory. Even Slashdot can be considered a directory: a collection of great news and invaluable user-generated comments. As far as software is concerned, doing a quick search on Google about software directories will return the free (as in freedom) software directories like Savannah, SourceForge, Freshmeat and so on, followed by shareware and freeware sites such as FileBuzz, PCWin Download Center and All Freeware (great if you're looking for shareware and freeware, but definitely less comprehensive than their free-as-in-freedom counterparts).

Interview with Mark Shuttleworth

Mark Shuttleworth is the founder of Thawte, the first Certification Authority to sell public SSL certificates. After selling Thawte to Verisign, Mark moved on to training as an astronaut in Russia and visiting space. Once he got back he founded Ubuntu, the leading GNU/Linux distribution. He agreed on releasing a quick interview to Free Software Magazine.

Is better education the key to finding better software?

I read David Jonathon's article Anybody Up To Writing Good Directory Software? the other day, which got me thinking about software directories in general. As David mentioned, many of the software directories one finds when doing a quick google search are free as in beer, not as in freedom. But what interests me is the software directories that already exist, providing a combination of both free as in beer software, and open source software. Sites such as Freeware Downloads and Shareware Download don't advertise themselves as providing free as in liberty software, but each of them have a good selection of open source software available... if you know where to look.

Most emailed

Free Open Document label templates

If you’ve ever spent hours at work doing mailings, cursed your printer for printing outside the lines on your labels, or moaned “There has got to be a better way to do this,” here’s the solution you’ve been looking for. Working smarter, not harder! Worldlabel.com, a manufacture of labels offers Open Office / Libre Office labels templates for downloading in ODF format which will save you time, effort, and (if you want) make really cool-looking labels

Creating a user-centric site in Drupal

A little while ago, while talking in the #drupal mailing list, I showed my latest creation to one of the core developers there. His reaction was "Wow, I am always surprised what people use Drupal for". His surprise is somehow justified: I did create a site for a bunch of entertainers in Perth, a company set to use Drupal to take over the world with Entertainers.Biz.

Update: since writing this article, I have updated the system so that the whole booking process happens online. I will update the article accordingly!

So, why, why do people and companies develop free software?

More and more people are discovering free software. Many people only do so after weeks, or even months, of using it. I wonder, for example, how many Firefox users actually know how free Firefox really is—many of them realise that you can get it for free, but find it hard to believe that anybody can modify it and even redistribute it legally.

When the discovery is made, the first instinct is to ask: why do they do it? Programming is hard work. Even though most (if not all) programmers are driven by their higher-than-normal IQs and their amazing passion for solving problems, it’s still hard to understand why so many of them would donate so much of their time to creating something that they can’t really show off to anybody but their colleagues or geek friends.

Sure, anybody can buy laptops, and just program. No need to get a full-on lab or spend thousands of dollars in equipment. But... is that the full story?

Fun articles

Santa Claus - the most successful open source project

It dawned on me the other day, as I was shopping for the dozens of gifts it seems I have to buy every December, that Santa Claus is the most successful open source project in history. (Bridget @ Illiterarty would agree with that). Santa Claus is essentially a marketing development that is embodied by everyone who stuffs a sock, gives a gift, hosts a dinner or wishes Merry Christmas over the holiday season.

Most emailed

Editorial

When I first started thinking about Free Software Magazine, I was feeling enthusiastic about the dream. I had Dave, Gianluca, and Alan willing to help me, I had established members of the free software community willing to help me out, I had writers volunteering their time and energy for free, and I had a generous offer from OpenHosting for servers, all before I'd proved myself. There was a sense of excitement in the air, and I thought maybe, just maybe, I could make this work.

Free Software Magazine uses Apollo project management software and CRM for its everyday activities!