[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
talk:howtos:databases:install_mariadb_on_slackware [2014/11/18 21:13 (UTC)] alienbobtalk:howtos:databases:install_mariadb_on_slackware [2018/01/05 09:32 (UTC)] (current) – [Server listening to localhost] rworkman
Line 2: Line 2:
 mysql_install_db --user=mysql mysql_install_db --user=mysql
 </code> Nevertheless, many people won't expect that documentation to be part of the actual rc script so thanks for adding it to our wiki :-) --- //[[wiki:user:alienbob|Eric Hameleers]] 2014/11/18 13:08// </code> Nevertheless, many people won't expect that documentation to be part of the actual rc script so thanks for adding it to our wiki :-) --- //[[wiki:user:alienbob|Eric Hameleers]] 2014/11/18 13:08//
 +> Maybe it would be useful to readers if this was pointed out on the page itself. I at least didn't look at the discussion page and this would have saved me some searching the web for more info. -- //Beni aka navigium 2016/06/19//
 +--------
 +
 +===== Server listening to localhost =====
 +I found this article very useful, thank you. One thing I missed was that it didn't tell me that by default MariaDB only listens on a Unix socket. For my application, I needed it to listen to TCP connections on localhost. After searching the web, I realized that this is in fact documented in ''/etc/rc.d/rc.mariadb''. You only need to comment out the line: <code>
 +SKIP="--skip-networking"
 +</code> Maybe it would help the reader if this fact was mentioned on the page. -- //Beni aka navigium 2016/06/19//
 +--------
 +Aaditya, the dot in "''chown -R mysql.mysql''" actually is **not** a typo. It is normal syntax, and the colon instead of the dot is just an equal alternative.\\  --- //[[wiki:user:alienbob|Eric Hameleers]] 2018/01/02 18:14 (UTC)//
 +--------
 +Indeed it is not a typo, however, it's worth noting that a dot is perfectly valid character in a valid username, so the colon is a better choice to use for chown user:group operations.  --- //[[wiki:user:rworkman|Robby Workman]]// 
 talk:howtos:databases:install_mariadb_on_slackware ()