User Tools

Site Tools


servers:linux: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:linux:mariadb [2025/12/20 19:13] – [Service] Sean Rhoneservers:linux:mariadb [2026/01/01 03:22] (current) – Ubuntu -> oS TW Sean Rhone
Line 7: Line 7:
 ===== Prerequisites ===== ===== Prerequisites =====
  
-  * [[linux:distros:server:ubuntu_server|Ubuntu Server]]+  * [[linux:distros:server:opensuse_tumbleweed_server|openSUSE Tumbleweed (Server)]]
  
 ====== Settings ====== ====== Settings ======
Line 13: Line 13:
   * Settings being done before installation is intentional   * Settings being done before installation is intentional
  
-  sudo mkdir -p '/etc/mysql/conf.d' && sudo -e '/etc/mysql/conf.d/custom.cnf'+  sudo mkdir -p '/etc/my.cnf.d' && sudo -e '/etc/my.cnf.d/custom.cnf'
  
 <code> <code>
Line 38: Line 38:
 **** ****
  
-  sudo apt install 'mariadb-server'+  sudo zypper install 'mariadb'
  
 ====== Initial Setup ====== ====== Initial Setup ======
Line 97: Line 97:
 ==== Timer ==== ==== Timer ====
  
-  * Weekly+  * Weekly (Sunday) ''07:10:00 AM''
  
   sudo -e '/etc/systemd/system/db-m.timer' && sudo systemctl daemon-reload && sudo systemctl enable 'db-m.timer' --now   sudo -e '/etc/systemd/system/db-m.timer' && sudo systemctl daemon-reload && sudo systemctl enable 'db-m.timer' --now
Line 107: Line 107:
  
 [Timer] [Timer]
-OnCalendar=weekly+OnCalendar=Sun *-*-* 07:10:00
 Persistent=true Persistent=true
  
Line 135: Line 135:
 **** ****
  
-  /run/mysqld/mysqld.sock+  /run/mysql/mysql.sock
  
 ===== No sudo auth file ===== ===== No sudo auth file =====
/usr/local/www/wiki/data/attic/servers/linux/mariadb.1766275989.txt.gz · Last modified: by Sean Rhone