2 messages in com.mysql.lists.javaRe: JDBC Driver.
FromSent OnAttachments
Papakonstantinou Periklhs03 Apr 2001 00:58 
Carfield Yim04 Apr 2001 12:37 
Subject:Re: JDBC Driver.
From:Carfield Yim (carf@desktop.carfield.com.hk)
Date:04/04/2001 12:37:37 PM
List:com.mysql.lists.java

On Tue, 3 Apr 2001, Papakonstantinou Periklhs wrote:

I intend to develop a JDBC sriver for MYSQL. Does anyone know where can i find the communication protocol for mysqld server? I mean the sends and receives between Mysql's server and a TCP client.

Why don't you take a look that the source of:
http://www.mysql.com/Downloads/Contrib/mm.mysql.jdbc-2.0pre5.tar.gz ?? Or you can invent the code of http://www.mysql.com/downloads/api-mysql++.html This is open source beauty.