User Tools

Site Tools


servers:bsd:mariadb

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
servers:bsd:mariadb [2024/12/01 14:28] Sean Rhoneservers:bsd:mariadb [2025/11/06 15:49] (current) – [Settings] Sean Rhone
Line 1: Line 1:
 +====== Information ======
 +
 +  * MariaDB
 +
 +===== Prerequisites =====
 +
 +  * [[bsd:server:freebsd_15.0|FreeBSD 15.0]]
 +
 ====== Dependencies ====== ====== Dependencies ======
  
   su -   su -
  
-  pkg install 'mariadb114-server'+  pkg install 'mariadb118-server'
  
 ====== Settings ====== ====== Settings ======
 +
 +  * :?: TODO: Check ''skip-networking'' (it's commented)
  
   su -   su -
Line 25: Line 35:
 expire_logs_days = '7' expire_logs_days = '7'
 max_binlog_size = '100M' max_binlog_size = '100M'
-skip-networking = 'On' +#skip-networking = 'On' 
-table_definition_cache = '1400'</code>+table_definition_cache = '1400' 
 + 
 +# End</code>
  
 ====== Service ====== ====== Service ======
Line 51: Line 63:
  
 ====== Optimize ====== ====== Optimize ======
- 
-**** 
  
   mariadb-check -u 'root' -p -o -A -f -e --auto-repair   mariadb-check -u 'root' -p -o -A -f -e --auto-repair
 +
 +  mariadb-check -o -A -f -e --auto-repair
  
 ====== Other ====== ====== Other ======
Line 60: Line 72:
 ===== Binaries ===== ===== Binaries =====
  
-  pkg info -l 'mariadb114-server' | grep 'bin'+  pkg info -l 'mariadb118-server' | grep 'bin'
  
-  pkg info -l 'mariadb114-client' | grep 'bin'+  pkg info -l 'mariadb118-client' | grep 'bin'
  
 ===== Settings Query ===== ===== Settings Query =====
/var/www/wiki/data/attic/servers/bsd/mariadb.1733081282.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki