Hello,
We recently switched our PHP Laravel application to use a DO MySQL DB.
So far so good, we have what it seems to be correct insights of the cluster and of the DB.
But in the “Logs & Queries” tab, the “Query statistics” only contains “START TRANSACTION” and “COMMIT” but not the actual queries executed by the application.
Moreover, if I execute a query with the mysql client directly, this time, I can see it in “Query statistics”.
Is it normal ? How does this “Query statistics” works ?
Thanks in advance.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Enter your email to get $200 in credit for your first 60 days with DigitalOcean.
New accounts only. By submitting your email you agree to our Privacy Policy.
Hi there,
Indeed, I believe that this might be a known limitation as listed here:
https://docs.digitalocean.com/products/databases/mysql/details/limits/#mysql-limits
You could try reaching out to the DigitalOcean support team and see if they could get that information for you on their end:
Hope that helps!
- Bobby.