From 5f0e6a49cdc3d72afb16dff3d1d2ad16ed44f567 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 28 Mar 2018 21:05:50 +0200 Subject: building up to mysql in stage4 --- i486-stage4/mariadb/mariadb.install | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 i486-stage4/mariadb/mariadb.install (limited to 'i486-stage4/mariadb/mariadb.install') diff --git a/i486-stage4/mariadb/mariadb.install b/i486-stage4/mariadb/mariadb.install new file mode 100644 index 0000000..c1cbf92 --- /dev/null +++ b/i486-stage4/mariadb/mariadb.install @@ -0,0 +1,11 @@ +#!/bin/sh + +post_install(){ + + echo ":: You need to initialize the MariaDB data directory prior to starting" + echo " the service. This can be done with mysql_install_db command, e.g.:" + echo " mysql_install_db --user=mysql --basedir=/usr --datadir=/var/lib/mysql" + +} + + -- cgit v1.2.3-54-g00ecf