PKGBUILDs/extra/mariadb/mariadb.install

10 lines
263 B
Plaintext
Raw Normal View History

2014-12-05 16:47:24 +00:00
post_install(){
2015-03-05 13:33:29 +00:00
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"
2014-12-05 16:47:24 +00:00
}
2016-07-24 21:17:42 +00:00