Commit 320dc6ee authored by unknown's avatar unknown

Fixed typo in mysql_install_db


scripts/mysql_install_db.sh:
  Fixed typo
parent 6738cfb9
......@@ -85,6 +85,7 @@ if test -x "$basedir/libexec/mysqld"
then
execdir="$basedir/libexec"
elif test -x "@libexecdir@/mysqld"
then
execdir="@libexecdir@"
else
execdir="$basedir/bin"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment