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 our web site:
'commands out
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
http://dev.mysql.com/doc/refman/5.7/en/commands-out-of-sync.
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 scrip
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 ???
I recall getting this error a long time ago when using the C library. I
don't remember the specifics but I seem to recall this happened for one of
two reasons if not bothIf you mistakenly have two threads using the same
database handler (eg. after a fork()...and yes, it's the wrong way to do it
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-
I'
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
Subjec
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 ran
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)
http://
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
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;
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, fo
12 matches
Mail list logo