[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

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
howtos:databases:install_mariadb_on_slackware [2015/10/17 18:03 (UTC)] – Fixed typo- thanks elesmod. arfonhowtos:databases:install_mariadb_on_slackware [2018/01/01 12:25 (UTC)] (current) – [Configuring MariaDB] fix typo aaditya
Line 13: Line 13:
  
 - Set ownerships of MariaDB libs - Set ownerships of MariaDB libs
-<code>chown -R mysql.mysql /var/lib/mysql</code>+<code>chown -R mysql:mysql /var/lib/mysql</code>
  
 - Set rc.mysqld file as executable - Set rc.mysqld file as executable
-<code> chmod 755 /etc/rc.d/rc.mysqld</code>+<code>chmod 755 /etc/rc.d/rc.mysqld</code>
  
 - Start MariaDB - Start MariaDB
 howtos:databases:install_mariadb_on_slackware ()