Re: commands out of sync, you can't run this command now'

2016-01-08 Thread Reindl Harald
Am 08.01.2016 um 10:14 schrieb Nitin Mehta: Looks like some kind of locking mechanism in the application. Should not be a database issue. no true - this is a native mysql error message! honestly both of you should have used Google

Re: commands out of sync, you can't run this command now'

2016-01-08 Thread Peter Brawley
On 1/8/2016 3:14, Nitin Mehta wrote: Looks like some kind of locking mechanism in the application. Should not be a database issue. On Friday, January 8, 2016 10:47 AM, geetanjali mehra wrote: Hi all, Suddenly I have started getting below error from

Re: Commands out of sync

2003-09-16 Thread Boyd Lynn Gerber
On 16 Sep 2003, VIVES Ariel wrote: i've got a php script with a mysql database. everything works fine. but today, i've got this message : Commands out of sync; You can't run this command now i've done NOTHING. nothing on my php scripts. nothing on the database server. why ??? help

Re: Commands out of sync

2003-09-16 Thread Paul DuBois
At 4:26 PM +0200 9/16/03, VIVES Ariel wrote: Hello the list, sorry for my english, i'm french :-p i've got a php script with a mysql database. everything works fine. but today, i've got this message : Commands out of sync; You can't run this command now i've done NOTHING. nothing on my php

Re: Commands out of sync

2002-11-11 Thread Jocelyn Fournier
Hi, This is a known bug of PHP : http://bugs.php.net/bug.php?id=19529 A quick fix for this problem is to use mysql_connect instead of mysql_pconnect. Regards, Jocelyn - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, November 11, 2002 7:09 PM Subject:

RE: Commands out of sync

2002-11-11 Thread Black, Kelly W [PCS]
Can you post about 30 seconds worth of the vmstat 1 command when the system is busy? Thanks ~Kelly W. Black -Original Message- From: [EMAIL PROTECTED] [mailto:kahnmatt;engin.umich.edu] Sent: Monday, November 11, 2002 11:09 AM To: [EMAIL PROTECTED] Subject: Commands out of sync Hi-

Re: Commands out of sync using PHP

2002-10-23 Thread Jocelyn Fournier
Hi, The problem comes from PHP : http://bugs.php.net/bug.php?id=19529 Regards, Jocelyn - Original Message - From: Willem Bison [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 23, 2002 11:06 AM Subject: Commands out of sync using PHP I'm getting lots of random

RE: Commands out of sync using PHP

2002-10-23 Thread Terry
I dont know why it happens, bu i found that using connect() instead of pconnect() solves the problem till its fixed regards, terry SQL - Before posting, please check: http://www.mysql.com/manual.php (the manual)

Re: Commands out of sync; you can't run this command now Error ?

2002-06-26 Thread Paul DuBois
At 1:44 +0200 6/27/02, Jocelyn Fournier wrote: Hi, I've just got this error on my server. According to the manual, I can read : If you get Commands out of sync; you can't run this command now in your client code, you are calling client functions in the wrong order! This can happen, for

Re: Commands out of sync; you can't run this command now Error ?

2002-06-26 Thread Serge Paquin
Because the PHP interface is based on the C interface. It hit's the C interface at some point since PHP is itself written in C. - Original Message - From: Jocelyn Fournier [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 26, 2002 7:44 PM Subject: Commands out of sync; you

Re: Commands out of sync; you can't run this command now Error ?

2002-06-26 Thread Jocelyn Fournier
Hi, I'm only using mysql_query, never mysql_query_unbuffered. Regards, Jocelyn - Original Message - From: Paul DuBois [EMAIL PROTECTED] To: Jocelyn Fournier [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Thursday, June 27, 2002 5:49 AM Subject: Re: Commands out of sync; you can't run