Re: mysql<->mysqld connection

2005-05-03 Thread Eric Bergen
tion where you would need to write your own implementation. -Reggie -Original Message- From: Nikola Skoric [mailto:[EMAIL PROTECTED] Sent: Monday, May 02, 2005 10:30 AM To: Jeremiah Gowdy; mysql@lists.mysql.com Subject: Re: mysql<->mysqld connection Dana Sun, 1 May 200

RE: mysql<->mysqld connection

2005-05-03 Thread Nikola Skoric
Dana Tue, 3 May 2005 11:34:39 -0500, Reggie Burnett rece: > Just to echo the thoughts from Jeremiah, we have several freely available > open source connectors that work *VERY HARD* tracking the protocol so it's > hard to understand a situation where you would need to write your own > implementation

RE: mysql<->mysqld connection

2005-05-03 Thread Reggie Burnett
ikola Skoric [mailto:[EMAIL PROTECTED] Sent: Monday, May 02, 2005 10:30 AM To: Jeremiah Gowdy; mysql@lists.mysql.com Subject: Re: mysql<->mysqld connection Dana Sun, 1 May 2005 11:11:40 -0700, Jeremiah Gowdy rece: > > Where could I find speciffication of how MySQL client and serve

Re: mysql<->mysqld connection

2005-05-02 Thread Jeremiah Gowdy
> Where could I find speciffication of how MySQL client and server > communicate? /... Look at the source code of libmysql? So, document regarding this protocol doesn't exist? I didn't say that. I don't know of such a document, but I have never heard of it. However, since the protocol can chang

Re: mysql<->mysqld connection

2005-05-02 Thread Nikola Skoric
Dana Sun, 1 May 2005 11:11:40 -0700, Jeremiah Gowdy rece: > > Where could I find speciffication of how MySQL client and server > > communicate? /... > > Look at the source code of libmysql? So, document regarding this protocol doesn't exist? Hm, and, where could I find the source code of libmysql

Re: mysql<->mysqld connection

2005-05-01 Thread Jeremiah Gowdy
Look at the source code of libmysql? - Original Message - From: "Nikola Skoric" <[EMAIL PROTECTED]> To: Sent: Sunday, May 01, 2005 10:25 AM Subject: mysql<->mysqld connection Where could I find speciffication of how MySQL client and server communicate? It seems to

mysql<->mysqld connection

2005-05-01 Thread Nikola Skoric
Where could I find speciffication of how MySQL client and server communicate? It seems to me there are two ways of communicating - over UNIX socket and over TCP/IP connection. Lets say I want to write my own MySQL client, where could I find info about what UNIX socket is, and how do TCP packets