mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Lots of portability fixes.
Fixed shutdown on HPUX. Fixed bug in query cache.
This commit is contained in:
@@ -321,8 +321,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.
|
||||
|
||||
Reference in New Issue
Block a user