Closed spktklr closed 3 months ago
Running this command in production servers results in this error:
ERROR at line 1: Unknown command '\-'.
Circumventable by manually exporting the db, downloading it, removing the first line of
/*M!999999\- enable the sandbox mode */
and importing and search replacing. But this is cumbersome.
This is a known issue originating from MariaDB: https://jira.mariadb.org/browse/MDEV-34183
Pulling our Docker-image (after June) fixes this issue.
Running this command in production servers results in this error:
ERROR at line 1: Unknown command '\-'.
Circumventable by manually exporting the db, downloading it, removing the first line of
/*M!999999\- enable the sandbox mode */
and importing and search replacing. But this is cumbersome.