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 c2da55ac01
commit a2eb664f08

View File

@ -701,7 +701,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 mariadb-test-run.pl"
echo "cd '$basedir/@INSTALL_MYSQLTESTDIR@' ; perl mariadb-test-run.pl"