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 our web site: 'commands out

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 http://dev.mysql.com/doc/refman/5.7/en/commands-out-of-sync.

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 scrip

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 ???

Re: Commands out of sync

2002-11-11 Thread Jason DeStefano
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

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- I'

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 Subjec

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 ran

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) http://

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

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;

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, fo

RE: Commands...

2002-03-03 Thread Todd Williamsen
you follow the command with a " ; " -Original Message- From: Stephane Collas [mailto:[EMAIL PROTECTED]] Sent: Sunday, March 03, 2002 12:27 PM To: Roger Baklund; 'mysql' Subject: Re: Commands... Hi Roger, It was may be a bad way to expressed. I mean, I can't typ

Re: Commands...

2002-03-03 Thread Stephane Collas
;mysql'" <[EMAIL PROTECTED]> Cc: "Stephane Collas" <[EMAIL PROTECTED]> Sent: Sunday, March 03, 2002 7:20 PM Subject: RE: Commands... > * Stephane Collas > > Have installed: > > mysql Ver 11.16 Distrib 3.23.49, for Win95/Win98 (i32) > > >

RE: Commands...

2002-03-03 Thread Roger Baklund
* Stephane Collas > Have installed: > mysql Ver 11.16 Distrib 3.23.49, for Win95/Win98 (i32) > > I use a Win2K Pro, and downloaded it from http://www.myqsl.com > > The problem is that a lot of commands are missing, like CREATE TABLE, or > even SHOW TABLE What do you mean "commands are missing"..

Re: Commands

2001-04-09 Thread Gerald Clark
Well, if this is zdnets's MySQL tutor, I would suggest you find another one, or get the book "MySQL" by Paul DuBois ( New Riders ). This command will not work, even if you are in the MySQL monitor. You can start right now by reading the manual that comes with the MySQL package. Once you have read

Re: Commands

2001-04-08 Thread Ben Butler
Dear sir/madam, I am new to MySQL and downloaded it last night. I now have it running on my Windows 2000 Server but have a rather large problem. This may sound stupid but everywhere in the manual etc there are commands for me to enter, eq I an learning from zdnet.com how to use MySQL and it ha