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:54] – [Timer] Sean Rhoneservers:linux:mariadb [2026/04/30 23:49] (current) – [Service] 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 ======
  
-****+  Change the root password?: ''n''
  
   sudo systemctl enable 'mariadb' --now && sudo mariadb-secure-installation   sudo systemctl enable 'mariadb' --now && sudo mariadb-secure-installation
Line 87: Line 87:
 Type=oneshot Type=oneshot
  
-WorkingDirectory=/var/lib/mysql+WorkingDirectory=/tmp
  
 ExecStart='/usr/bin/mariadb-check' --defaults-extra-file='/var/lib/mysql/auth/maintenance' --optimize --all-databases --force --extended --auto-repair ExecStart='/usr/bin/mariadb-check' --defaults-extra-file='/var/lib/mysql/auth/maintenance' --optimize --all-databases --force --extended --auto-repair
- 
-ExecStartPost='/usr/bin/sync' 
  
 # End</code> # End</code>
Line 135: Line 133:
 **** ****
  
-  /run/mysqld/mysqld.sock+  /run/mysql/mysql.sock
  
 ===== No sudo auth file ===== ===== No sudo auth file =====
/srv/www/wiki/data/attic/servers/linux/mariadb.1766278454.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