
December 14th, 2012, 02:38 AM
|
|
Registered User
|
|
Join Date: Dec 2012
Posts: 1
Time spent in forums: 9 m 14 sec
Reputation Power: 0
|
|
|
Mysql Inconsistency Issue Faced In Production Server
Hi All,
Yesterday, i came across a problem which let me to scratch every hair of mine.
My application got stuck due to a query :
select * from tbl_name where fld_name ='xyz';
While executing this query even in db it use to wait for around 10 seconds though the table contains only 10 entries and then results with mysql connection disconnected.
But when i execute select * from tbl_name; it provides rapid results wit no issues.
Even if i try with some other value like select * from tbl_name where fld_name ='pqr'; then also it executes but it fails only for a specific value 'xyz'.
This issue was faced in production server. Initially i created a new database and connected my application to it.
Can someone let me know what is wrong?
Regards,
Ajay Mittal
|