Question

Change sql_mode

Hello,

we provisioned a MySQL instance and intend to connect a third party application to it. Namely, the Directus Headless CMS.

During debugging on why directus is not compatible with the managed MySQL instance, we found that the sql_mode is set to something that Directus can not work with.

To be specific: The managed MySQL instance on DigitalOcean has the sql_mode set to

REAL_AS_FLOAT,PIPES_AS_CONCAT,ANSI_QUOTES,IGNORE_SPACE,ONLY_FULL_GROUP_BY,ANSI,STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION

Our local testing database (which Directus works with without problems) it is set to

ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION

We know that the ANSI_QUOTES option is conflicting, since Directus produces SQL statements that use double quotes for strings, which is what this option prevents. We are not sure if other options cause any problems.

As per documentation it is not possible for us to get root access, which we would need to change the sql_mode setting.

Is it possible for DigitalOcean staff to change this setting for us?


Submit an answer


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!

Sign In or Sign Up to Answer

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.

Accepted Answer

As it turns out it’s not possible to update the sql_mode via SQL / root access, but there is an option to change it via the settings menu UI:

https://www.digitalocean.com/docs/databases/mysql/how-to/set-sql-mode/

Try DigitalOcean for free

Click below to sign up and get $200 of credit to try our products over 60 days!

Sign up

Get our biweekly newsletter

Sign up for Infrastructure as a Newsletter.

Hollie's Hub for Good

Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.

Become a contributor

Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.

Welcome to the developer cloud

DigitalOcean makes it simple to launch in the cloud and scale up as you grow — whether you're running one virtual machine or ten thousand.

Learn more
DigitalOcean Cloud Control Panel