From 6a46c3549b7aea22d1970a3c6294aa7fa6191889 Mon Sep 17 00:00:00 2001 From: mis Date: Thu, 17 Aug 2000 10:32:35 +0000 Subject: [PATCH] - cosmeticts Changed files: mysql.init -> 1.15 --- mysql.init | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/mysql.init b/mysql.init index c3df1f9..efefa48 100644 --- a/mysql.init +++ b/mysql.init @@ -256,13 +256,16 @@ END_OF_DATA deltext ok cat << END_OF_MSG -PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL USERS!" + +PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL USERS! This is done with: + /usr/bin/mysqladmin -u mysql password 'password' /usr/bin/mysqladmin -h $hostname -u mysql password 'password' /usr/bin/mysqladmin -u mysql_logrotate password 'password' -NOTE: mysql_logrotate password should be placed to /etc/mysqld.conf in mysqladmin section -See the manual for more instructions. + +NOTE: mysql_logrotate password should be placed to /etc/mysqld.conf in +mysqladmin section. See the manual for more instructions. END_OF_MSG else -- 2.44.0