Blog is better than reading GitHub: https://mariadb.org/11-8-lts-released/
otto
Also, if you like MariaDB, show your support and help it get to 10k stars at https://github.com/MariaDB/Server
Also, if you like MariaDB, show your support and help it get to 10k stars at https://github.com/MariaDB/Server
I can't setup a 'default user' (only root), but there is now a MR adding exact commands you can copy-paste in a README: https://salsa.debian.org/mariadb-team/mariadb-server/-/merge_requests/115
I am asking for general strategies, not for a solution to a specific case.
By UV 3000 you probably don't mean the ultraviolet lamp that is the first page of Google is full of when searching with this term..? I doubt UV - whatever it is - is a common approach.
What do you mean a default user? You can just run 'mariadb' to access to console with the same user that had permissions to run 'apt install'.
For your actual application you need to plan what database name to use, what user, what permissions it needs, potentially remote connection and TLS etc. This indeed is some work and could perhaps be automated a bit, but it also needs sysadmin to make some decisions.
Yes, increasing the InnoDB buffer pool to use all available memory is the most important configuration change a sysadmin can do. But in order to do it, you need to know if the host is dedicated to one MariaDB instance or if there are multiple servers on the same host. Otherwise you would just have processes each hogging more memory when they can and not giving it up to others.
I could think about having a dialog during the installation that asks something like "Is host dedicated to this MariaDB instance? If yes, automatically configure it to use most of the system RAM available."
MariaDB supports Galera clustering out-of-the-box, and also traditional primary/replica setups. But you need to have something that spans multiple hosts to monitor and manage it, and that is outside of what a single-host OS package management system can do.
You mean ollama? There are so many options, any favorites?
"Unicode as default character set" - finally, nice!