Replace incorrect message mariadb-safe with correct mariadbd-safe

This commit is contained in:
Sophist 2023-12-21 20:08:32 +00:00 committed by Daniel Black
parent fa3171df08
commit c95ba183d2

View File

@ -657,7 +657,7 @@ then
then
echo
echo "You can start the MariaDB daemon with:"
echo "cd '$basedir' ; $bindir/mariadb-safe --datadir='$ldata'"
echo "cd '$basedir' ; $bindir/mariadbd-safe --datadir='$ldata'"
echo
echo "You can test the MariaDB daemon with mysql-test-run.pl"
echo "cd '$basedir/@INSTALL_MYSQLTESTDIR@' ; perl mariadb-test-run.pl"