Click here to Skip to main content
15,888,065 members
Please Sign up or sign in to vote.
1.00/5 (4 votes)
See more:
in mysql database i implemented simple query on 1 like select * from dbo.company limit 2 .it taking tomuch time.except that table remaning all tables are working well.
in that table records also very less.i try to editing,droping,deleting any thing it is not responding.any one know answer Please give answer.


Thanks& Regards
Lakshman
Posted
Updated 15-May-13 22:52pm
v2
Comments
Sergey Alexandrovich Kryukov 16-May-13 1:11am    
Please don't re-post. This question is no better then the previous one. You provide no useful information. Hopeless.
—SA
Member 9762654 16-May-13 5:10am    
you are executing from backend or front end?are you using php as front end?

1 solution

i got this problem becouse some quries are executing internally.in database on that tables.

solution is:
First we have to see those executing process.
using
show prosseslist

then kill the process using process id.

killprocess processid

lakshman
9052026114
 
Share this answer
 
Comments
Sudhakar Shinde 28-May-13 2:21am    
This can not be answer to the problem you have posted.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900