Re: Can other mysql-using progs interefere with config?

2011-03-12 Thread Luciano Furtado
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jess, I could run the following command to figure out what process is using the 3306 tcp port : netstat -nab | findstr 3306 The last colun of the output should be the pid of the process listeninning on port 3306. Best Regards. Luciano On

Re: best way to have a unique key

2011-01-20 Thread Luciano Furtado
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 What conflicts are you expecting? according to the documentation: A UUID is designed as a number that is globally unique in space and time. Two calls to UUID() are expected to generate two different values, even if these calls are performed on two

Re: Group by question

2011-01-17 Thread Luciano Furtado
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 He meant the execution order, please use the agregation function as suggested. On 11-01-17 05:03, Jørn Dahl-Stamnes wrote: On Monday 17 January 2011 09:53, Steve Meyers wrote: On 1/16/11 5:22 AM, Jørn Dahl-Stamnes wrote: mysql select album_id,

Re: linking to mysql in C

2011-01-14 Thread Luciano Furtado
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 What's the output of mysql_config --libs for you? On 11-01-08 00:06, Delan Azabani wrote: Hi all, This is a novice problem I'm having with compiling a C CGI program with MySQL on my Gentoo box. I have a simple source so far: *