Commit 1d6f0fec authored by Sinisa@sinisa.nasamreza.org's avatar Sinisa@sinisa.nasamreza.org
Browse files

Small fix for the instructional message

parent 81a3130d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -317,8 +317,8 @@ then
  fi
  echo "PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !"
  echo "This is done with:"
  echo "$bindir/mysqladmin -u root -p password 'new-password'"
  echo "$bindir/mysqladmin -u root -h $hostname -p password 'new-password'"
  echo "$bindir/mysqladmin -u root  password 'new-password'"
  echo "$bindir/mysqladmin -u root -h $hostname  password 'new-password'"
  echo "See the manual for more instructions."
  #
  # Print message about upgrading unless we have created a new db table.