New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
Comments
Ask the provider, each provider has different limits.
Might be worth running something like
mysqladmin proc
to see exactly what MySQL is up to, and optimizing those queries accordingly, and/or setting up any relevant table keys/indexes.Also, might be worth using https://github.com/major/MySQLTuner-perl to see if there's anything that can be done to optimize the MySQL server itself. Make sure your MySQL server has been running for at least 48 hours before using this, in order to allow the data it provides to be more accurate.