====== Install MariaDB On Slackware ====== MariaDB is the drop-in replacement for MySQL. ====== Installing MariaDB ====== Install MariaDB from the official Slackware discs or using [[slackware:slackpkg|slackpkg]]. If you performed a full install of Slackware, then you already have MariaDB on your computer. ====== Configuring MariaDB ====== **As root** - Install the system databases \\ mysql_install_db - Set ownerships of MariaDB libs chown -R mysql:mysql /var/lib/mysql - Set rc.mysqld file as executable chmod 755 /etc/rc.d/rc.mysqld - Start MariaDB /etc/rc.d/rc.mysqld start -Set root (master) password mysqladmin -u root password 'NEW_PASSWORD' ====== Connecting to your MariaDB server ====== ====== Troubleshooting ====== ====== Sources ====== * Originally written by [[wiki:user:arfon | arfon]] {{tag>howtos software mariadb mysql database author_arfon }}