MySQL Global Validation Settings
How to enable MySQL Global Validation settings on the database. I need to set the configuration below in the my.cnf file. Project ID (bf913327-b68d-41c6-bb04-8a529d04341c)
[mysqld]
sql_mode=ALLOW_INVALID_DATES,ANSI_QUOTES,ERROR_FOR_DIVISION_BY_ZERO,IGNORE_SPACE,NO_ENGINE_SUBSTITUTION,NO_ZERO_DATE,NO_ZERO_IN_DATE,ONLY_FULL_GROUP_BY,PIPES_AS_CONCAT,REAL_AS_FLOAT;
6 Replies
Please provide your project ID or reply with
N/A
. Thread will automatically be closed if no reply is received within 10 minutes. You can copy your project's id by pressing Ctrl/Cmd + K -> Copy Project ID.No project ID was provided. Closing thread.
Project ID - bf913327-b68d-41c6-bb04-8a529d04341c
you cant modify the my.cnf file on the provided plugin, you would need to roll your own database as a service + volume
How would I do that? @Brody
maintaining your own database is a decently complex task that I wouldn't recommend someone undertake who's not familiar with the technologys involved, it would be easiest to just use the plugin how they are provided