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 [2026/01/09 04:23] – [Information] Sean Rhoneservers:bsd:mariadb [2026/06/18 23:31] (current) – [Prerequisites] Sean Rhone
Line 1: Line 1:
 ====== Information ====== ====== Information ======
  
-  * MariaDB (https://mariadb.org/)+  * MariaDB ((https://mariadb.org/))
   * Server   * Server
   * [[information:realm_of_espionage|Realm of Espionage]]   * [[information:realm_of_espionage|Realm of Espionage]]
Line 7: Line 7:
 ===== Prerequisites ===== ===== Prerequisites =====
  
-  * [[bsd:server:freebsd_16.0|FreeBSD 16.0]]+  * [[bsd:server:arm:freebsd_16.0|FreeBSD 16.0]]
  
 ====== Dependencies ====== ====== Dependencies ======
Line 55: Line 55:
  
   service 'mysql-server' status   service 'mysql-server' status
 +
 +  service 'mysql-server' restart
  
 ====== Initial Setup ====== ====== Initial Setup ======
Line 78: Line 80:
 <code> <code>
 #!/bin/sh #!/bin/sh
 +
 +cd '/tmp'
  
 '/usr/local/bin/mariadb-check' -o -A -f -e --auto-repair > '/dev/null' '/usr/local/bin/mariadb-check' -o -A -f -e --auto-repair > '/dev/null'
Line 86: Line 90:
  
   su 'root' -c ~/'.local/scripts/mariadb/optimize.sh'   su 'root' -c ~/'.local/scripts/mariadb/optimize.sh'
- 
-  ~/'.local/scripts/mariadb/optimize.sh' 
  
 ==== cron ==== ==== cron ====
/usr/local/www/wiki/data/attic/servers/bsd/mariadb.1767950603.txt.gz · Last modified: by Sean Rhone