I am facing a problem while importing products in magento.
Actually I have one multi website Magento project.
When I start to import products using magento‘s default import functionality, I am getting this type of error
"mysql error 1205 lock wait timeout exceeded try restarting transaction."
and sometimes products are imported completely but it takes lot’s of time for re-indexing.
So Has anyone of you are faced this kind of problem and if yes then what to do to solve this type of problem?
- I also try to
re-indexingusing SSH also but still facing this
kinds of error.
Hope I get response very soon.

You probably have some record lock problems with your MySQL server. Try restarting it : it automatically runs a corruption check on all tables. Tell us if this solves your problem !