MySQL Forums
Forum List  »  Perl

Re: Mysql query produces different results for different users
Posted by: Randy Clamons
Date: December 06, 2012 12:11PM

Hi Amir,

I would turn on the query logger then inspect the queries submitted by this group. Also, try forcing IE7 emulation on IE8 and IE9. Those 2 browsers do things a bit differently, forcing IE7 emulation takes care of some of those things.

To force IE7 emulation, place this in the head of your Doc:

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7">

Also, are they submitting queries with a different character set?

Good Luck!

Options: ReplyQuote


Subject
Written By
Posted
Re: Mysql query produces different results for different users
December 06, 2012 12:11PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.