MySQL: Difference between revisions

318 bytes added ,  14 December 2022
no edit summary
No edit summary
Line 9: Line 9:


* <code>WITH GRANT OPTION</code> lets the user grant permissions to other users.
* <code>WITH GRANT OPTION</code> lets the user grant permissions to other users.
==Docker==
I suggest using the [https://hub.docker.com/_/mariadb docker mariadb container].<br>
It is also available on [https://gallery.ecr.aws/docker/library/mariadb AWS ECR].
===Upgrades===
To upgrade the container, set the environment variable <code>MARIADB_AUTO_UPGRADE=1</code> and bump the version number.<br>