* Add repo metadata, start with categories!
scripts for checking repo categories, updating the canonical set
added categories to push.pl
* Add initial set of semi-acurate categories
* Adjustments following tianon's review
* Simplify metadata.sh use cases (CI or interactive); just diff and check all the time
Update README.md about metadata.sh usage
* Unify the categories checks into one jq expressions
* Update initial categories
* Link to Docker docs for categories; minor categories script adjustments
Some of the updated links had redirects in place,
Updating them to current paths to avoid relying on old redirects.
This is not an exhaustive update to all links,
just a few links that I happened to pick up on.
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
The content was far too big. Slimmed this down and moved much
of the content to the MariaDB Knowledge Base.
Also:
* \s to show more connection information.
* Read only recommendation for configuration file mounts, solves a
Windows problem where it appears as rwxrwxrwx and MariaDB treats that
as unsafe. https://jira.mariadb.org/browse/MDEV-27038
* MARIADB_AUTO_UPGRADE explained.
* Add links to related images
* Add link to docker compose examples.
Many people where custom mounting their configuration on
/etc/mysql/my.cnf overriding many other defaults. The docs
here simplify to the /etc/mysql/conf.d directory intended.
A few people are doing user@hostname configurations and
with the way skip-name-resolve is implemented in the server
it not obvious how to disable this. Added docs to clarify this,
and how to examine the final configuration.