Yes it does, as it is a 'special' file (it's a socket), notice the 's' in the file
definition.
Link this to /tmp/mysql.sock and you should be ok
-Original Message-
From: Nguyen, Long P (Mission Systems) [mailto:[EMAIL PROTECTED]
Sent: 01 July 2004 21:14
To: Yi
The original error might be slightly more cryptic than it intends. It is saying that
it cannot
connect to your db through /tmp/mysql.sock. Check if your mySQL installation has
installed
the socket file in another place. If it has, a quick and dirty fix is to soft link the
socket file wherever it
Thank you :)
-Original Message-
From: Sergei Golubchik [mailto:[EMAIL PROTECTED]
Sent: 29 May 2004 15:08
To: Yiannis Mavroukakis
Cc: [EMAIL PROTECTED]
Subject: Re: Extending mySQL
Hi!
On May 25, Yiannis Mavroukakis wrote:
> Hello,
>
> I'm hoping this is the correct l
Try changing Eclipse's setting to saving the files as UTF-8 and also force the
JVM to the UTF-8 file encoding.
-Original Message-
From: robert kuzelj [mailto:[EMAIL PROTECTED]
Sent: 26 May 2004 15:01
To: [EMAIL PROTECTED]
Subject: UTF-8 settings and woes
hi,
i am trying to write utf-8 d
Hello,
I'm hoping this is the correct list to post my question ( I was also considering mysql
internals), if not
accept my apologies.
I wish to write a mySQL extension, that will do some filtering on all data before it
is send out to the
requesting clients. Is there an API that will allow me to