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: 'command

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

2016-01-08 Thread Reindl Harald
-sync.html http://stackoverflow.com/questions/15798762/mysqli-commands-out-of-sync-you-cant-run-this-command-now 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 of sync, you can'

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

2016-01-07 Thread geetanjali mehra
Hi all, Suddenly I have started getting below error from our web site: 'commands out of sync, you can't run this command now' This error is generated sometimes when opening a page ,and immediately after refreshing the page, error gone. Can you please help me to troubleshoot this

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 N

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 script

Commands out of sync

2003-09-16 Thread VIVES Ariel
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 scripts. nothing on

'Commands out of sync' when moving app from Linux to MacOS X

2003-09-04 Thread David Dennis
compiling my programs on MacOS X, they compile fine, but in many cases I am getting a "Commands out of Sync" error when previously I had no errors. They seem to fail consistently in the same place, but I'm having a really tough time telling why they're failing. The problem se

Re: How to Track error - Commands Out of Sync

2003-08-26 Thread Jocelyn Fournier
day, August 26, 2003 10:23 PM Subject: Re: How to Track error - Commands Out of Sync > Jocelyn, > We use PHP for our application. We are running version 4.2.3. Thanks for the > help. > > > On 8/26/03 2:16 PM, "Jocelyn Fournier" <[EMAIL PROTECTED]> wrot

Re: How to Track error - Commands Out of Sync

2003-08-26 Thread Jocelyn Fournier
Hi, Do you use PHP ? If so, which version is installed ? Regards, Jocelyn - Original Message - From: "Free Grafton" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 26, 2003 10:05 PM Subject: How to Track error - Commands Out of Sync > We ar

How to Track error - Commands Out of Sync

2003-08-26 Thread Free Grafton
We are currently running about 50 databases on MySQL 4.0.14. Occasionally our users will get the error: Couldn't select database. Message: Commands out of sync; You can't run this command now Message Number: 2014 When this happens to one customer, it affects them all. We end up

(2014) Commands out of sync; You can't run this command now

2003-05-28 Thread Ben Clewett
MySql, Hope you can help. I'm suddenly, after updgrading to MySQL 4.0.13-max-log Linux, getting the error: (2014) Commands out of sync; You can't run this command now On the second command I send to MySQL. First, no problem. I'm using MyC libruary, which has worked before.

Re: MySQL + PHP : "Commands out of sync; You can't run thiscommand now"

2002-11-18 Thread Paul DuBois
At 18:24 +0100 11/18/02, Antoine wrote: Hi, I'm having weird errors right now, running MySQL queries from PHP as an Apache module. Sometimes (in a seemingly random way) some queries fail and mysql_error() displays "Commands out of sync; You can't run this command now". I w

Re: MySQL + PHP : "Commands out of sync; You can't run this command now"

2002-11-18 Thread Steven Roussey
Comment out the body of the _restore_connection_defaults in php_mysql.c file in PHP. Recompile, etc. Or don’t use persistent connections. Should be fixed in PHP 4.3.   See http://bugs.php.net/?id=19529 for more info. Sincerely, Steven Roussey http://Network54.com/   -

Re: MySQL + PHP : "Commands out of sync; You can't run this command now"

2002-11-18 Thread Jocelyn Fournier
From: "Antoine" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 18, 2002 5:24 PM Subject: MySQL + PHP : "Commands out of sync; You can't run this command now" > > Hi, > > I'm having weird errors right now, running My

Re: MySQL + PHP : 'Commands out of sync; You can't run this command now'

2002-11-18 Thread Antoine
. Sometimes (in a seemingly random way) some queries fail > and mysql_error() displays "Commands out of sync; You can't run this > command now". I would say it seems to happen when different queries are > launched at the

MySQL + PHP : "Commands out of sync; You can't run this command now"

2002-11-18 Thread Antoine
Hi, I'm having weird errors right now, running MySQL queries from PHP as an Apache module. Sometimes (in a seemingly random way) some queries fail and mysql_error() displays "Commands out of sync; You can't run this command now". I would say it seems to happen when different

Re: Commands out of sync

2002-11-11 Thread Jason DeStefano
o situations where PHP is used. Hopefully this might get you looking in the right direction though Jason DeStefano Lead Software Developer LogLogic, Inc. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 11, 2002 1:09 PM Sub

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

2002-11-11 Thread Jocelyn Fournier
2002 7:09 PM Subject: Commands out of sync > Hi- > > I'm running MySQL 3.23.51 with PHP 4.2.3 on a Slackware 8.1 system with Dual > Athlon MP 1.2's and 1 GB RAM. > > We run a busy site, approximately 3 million page views/day, almost all of > which hit the database. The

Commands out of sync

2002-11-11 Thread kahnmatt
Hi- I'm running MySQL 3.23.51 with PHP 4.2.3 on a Slackware 8.1 system with Dual Athlon MP 1.2's and 1 GB RAM. We run a busy site, approximately 3 million page views/day, almost all of which hit the database. The problem is that we are getting the error "Commands out of sy

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" u

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

"Commands out of sync" using PHP

2002-10-23 Thread Willem Bison
I'm getting lots of random "Commands out of sync; You can't run this command now" errors when calling mysql_query(). I'm pretty sure this has started after upgrading to PHP 4.2.3. The only way to stop it is restarting apache. I can't see any pattern in the errors:

FW: Bug #19529 [Com]: Occational "Commands out of sync" errors

2002-10-07 Thread Steven Roussey
but I can see where this would be part of the need. Sincerely, Steven Roussey http://Network54.com/?pp=e -Original Message- From: PHP Bug Database [mailto:[EMAIL PROTECTED]] Sent: Monday, October 07, 2002 5:03 am To: [EMAIL PROTECTED] Subject: Bug #19529 [Com]: Occational "Comma

Commands out of sync Error

2002-08-11 Thread Jocelyn Fournier
Hi, I'm sometimes experiencing in my application the "commands out of sync; You can't run this command now" error. According to the MySQL manuel, it means : This can happen, for example, if you are using mysql_use_result() and try to execute a new query before you have call

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 Sub

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 functio

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

2002-06-26 Thread Jocelyn Fournier
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 example, if you are using mysql_use_r

Commands out of sync error when check tables

2001-11-13 Thread sj
hi, I execute two check command using C, it report "Command out of sync error". the original statement is as below: sprintf(ls_sql, "check table aa"); mysql_real_query(dbfd, ls_sql, strlen(ls_sql)); num = mysql_affected_rows(dbfd); sprintf(ls_sql, "check table bb"); mysql_real_qu

C Libraries: Commands out of sync...help

2001-03-28 Thread Charlie Younghusband
randomly the errors "Commands out of sync", or "Lost connection to MySQL server during query". This happens within seconds from within Purify, so I don't think it's a time thing. Note Purify isn't complaining about memory access or leak errors, it just ap