From 4ba6327f9560a23c128c2434d0fe6511d0d94452 Mon Sep 17 00:00:00 2001 From: Anel Husakovic Date: Mon, 16 Apr 2018 21:11:58 +0000 Subject: [PATCH] Fix typo in `--srcdir` option in echo message status of mysql_install_db --- scripts/mysql_install_db.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh index 43ff4191e08..e4f2d419ea5 100644 --- a/scripts/mysql_install_db.sh +++ b/scripts/mysql_install_db.sh @@ -210,7 +210,7 @@ cannot_find_file() echo echo "If you compiled from source, you need to either run 'make install' to" echo "copy the software into the correct location ready for operation." - echo "If you don't want to do a full install, you can use the --srcddir" + echo "If you don't want to do a full install, you can use the --srcdir" echo "option to only install the mysql database and privilege tables" echo echo "If you compiled from source, you need to either run 'make install' to"