Skip to content

Commit

Permalink
Replace incorrect message mariadb-safe with correct mariadbd-safe
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophist-UK authored and grooverdan committed Jan 17, 2024
1 parent fa3171d commit c95ba18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mysql_install_db.sh
Expand Up @@ -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"
Expand Down

0 comments on commit c95ba18

Please sign in to comment.