Knowledge base
1000 FAQs, 500 tutorials and explanatory videos. Here, there are only solutions!
[MYSQL LOGS / SLOWLOG] Help and explanations
The MySQL slowlog is enabled on all MySQL servers and contains a log of any requests taking longer than 5 seconds to execute. If requests are properly constructed, you will never see these logs. Please check them regularly to correct any potential errors and thus ensure that your site is working properly.
- With our old formula hostings, issued from our old platform, these potential .log files can be viewed directly from the FTP file manager, one level above /web in the directory /logs.
- With the new web hostings, you need to contact us in writing to get them.
To find out more
We do not make MySQL logs (apart from slowlogs) because the MySQL servers would definitely not support the load of millions of logs to be registered at the same time. If needed, we can enable this MySQL log for 5 minutes to allow you to analyse them with EXPLAIN and identify any indexes that could be useful, for example. To do this, please contact us in writing.
* time elapsed. With regard to the locks, the documents provide the following clarification: "The time to acquire the initial locks is not counted as execution time"