1

I am working on my module. I create a store , website and other related information programatically. It is successfully created. But when i reindex data from admin panel my mysql stop working. I don't know what is problem. Let me know how can i solve this problem.

asked Jan 11, 2016 at 10:57
1
  • can you post your mysql error log? Commented Jan 11, 2016 at 12:29

1 Answer 1

2

You have to increase your MySQL performances especially if you are working on a development machine.
You can follow websites as it http://astrio.net/blog/magento-performance-optimize-mysql/ to optimize your MySQL config for Magento.
For reindexation prefer with command line : https://www.branded3.com/blog/re-indexing-magento-command-line/

answered Jan 11, 2016 at 11:01
4
  • But why this is happening. Commented Jan 11, 2016 at 11:04
  • Your MySQL server has probably gone away, not enough resources to execute all reindexes. If you take a look at logs in /var/log/exception.log file you probably see this error. Commented Jan 11, 2016 at 11:05
  • My FTP also stop working. Commented Jan 11, 2016 at 11:06
  • Technically there is no link between Magento indexes and your FTP. In this case this must be a server issue, not a Magento one. Can you try my first answer, in any case you have to increase MySQL performances. Commented Jan 11, 2016 at 11:09

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.