servers:bsd:mariadb
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
servers:bsd:mariadb [2024/09/15 19:35] – created Sean Rhone | servers:bsd:mariadb [2024/12/01 14:28] (current) – Sean Rhone | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Dependencies ====== | ||
+ | |||
+ | su - | ||
+ | |||
+ | pkg install ' | ||
+ | |||
+ | ====== Settings ====== | ||
+ | |||
+ | su - | ||
+ | |||
+ | ee '/ | ||
+ | |||
< | < | ||
- | Message from mariadb114-client-11.4.2: | + | [client] |
+ | default-character-set = ' | ||
+ | |||
+ | [mariadb-client] | ||
+ | default-character-set = ' | ||
+ | |||
+ | [mariadbd] | ||
+ | character-set-client-handshake = ' | ||
+ | character-set-server = ' | ||
+ | collation-server = ' | ||
+ | init-connect=' | ||
+ | expire_logs_days = ' | ||
+ | max_binlog_size = ' | ||
+ | skip-networking = ' | ||
+ | table_definition_cache = ' | ||
+ | |||
+ | ====== Service ====== | ||
+ | |||
+ | ===== Initial ===== | ||
+ | |||
+ | su - | ||
+ | |||
+ | sysrc mysql_enable=" | ||
+ | |||
+ | service ' | ||
+ | |||
+ | ===== Status ===== | ||
+ | |||
+ | su - | ||
+ | |||
+ | service ' | ||
+ | |||
+ | ====== Initial Setup ====== | ||
+ | |||
+ | su - | ||
+ | |||
+ | mariadb-secure-installation | ||
+ | |||
+ | ====== Optimize ====== | ||
+ | |||
+ | **** | ||
+ | |||
+ | mariadb-check -u ' | ||
+ | |||
+ | ====== Other ====== | ||
+ | |||
+ | ===== Binaries ===== | ||
+ | |||
+ | pkg info -l ' | ||
+ | |||
+ | pkg info -l 'mariadb114-client' | grep ' | ||
+ | |||
+ | ===== Settings Query ===== | ||
+ | |||
+ | **** | ||
+ | |||
+ | mariadb-admin -u ' | ||
+ | |||
+ | ===== Socket ===== | ||
- | -- | + | mariadb-admin variables |
- | MariaDB respects hier(7) and doesn't check /etc and /etc/mysql for | + | |
- | my.cnf. Please move existing my.cnf files from those paths to | + | |
- | / | + | |
- | configuration files are provided in / | + | |
- | and / | + | |
- | The rc(8) script no longer uses / | + | |
- | nor / | + | |
- | This port does NOT include the mytop perl script, this is included in | + | |
- | the MariaDB tarball but the most recent version can be found in the | + | |
- | databases/mytop port | + | |
- | %%WSREP%%Using wsrep clustering requires adding a configuration file. | ||
- | %%WSREP%%Copy / | ||
- | %%WSREP%%/ |
/srv/www/wiki/data/attic/servers/bsd/mariadb.1726443341.txt.gz · Last modified: (external edit)