Jump to content

Recurring MySQL connection problem


Recommended Posts

Hello,

 

I'm using prestashop for www.paydosdepartmani.com. The site is not fully opened yet, so daily hit is around 50.

 

Everyday around 2 p.m (turkey/istanbul time) I'm having mysql errors.

 

the errors are sometime "mysql too many connections" error

 

and sometimes

 

Unknown table engine 'InnoDB'

 

 

SELECT c.`name`, cl.`id_lang`, cl.`value` as cl_value, c.`value` as c_value

FROM `ps_configuration` c

LEFT JOIN `ps_configuration_lang` cl ON (c.id_configuration = cl.id_configuration)

 

 

Since it happens everyday on same time I wonder if there is heavy a cron job on prestashop that is set to execute on that hour?

Its on a shared hosting businness plan, not vps or dedicated. It has around 500 products.

 

Thanks

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...