Re: Please help to solve a serios problem

2007-11-06 Thread hwigoda
i believe you need to have root create the file /var/lib/mysql/mysql.sock and then make it readable and writable by the user that owns mysql. You can make that same file owner by the user that runs mysql. -Original Message- >From: Ali Nebi <[EMAIL PROTECTED]> >Sent: Nov 6, 2007 9:24 AM

Re: binary into blob

2007-03-07 Thread hwigoda
i think he means you store only the name of the document and the directory location of where it is located. -Original Message- >From: Ed <[EMAIL PROTECTED]> >Sent: Mar 7, 2007 3:15 PM >To: mysql@lists.mysql.com >Subject: Re: binary into blob > >On Wednesday 07 March 2007 19:28, Jay Pipe

Re: Cloning or duplicating a record

2006-09-14 Thread hwigoda
how about: insert into select * from where is the primary key an auto sequence? -Original Message- >From: Scott Haneda <[EMAIL PROTECTED]> >Sent: Sep 14, 2006 5:06 PM >To: MySql >Subject: Cloning or duplicating a record > >Can someone tell me how to take one record and duplicate it