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
servers:linux:mariadb [2025/12/20 19:54] – [Timer] 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 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.1766278454.txt.gz · Last modified: by Sean Rhone