4274 Joerg Bruehe 2012-10-02
Fix a Perl syntax error.
modified:
scripts/mysql_install_db.pl.in
4273 Joerg Bruehe 2012-10-02
"mysql_install_db" (Perl variant):
If the random password has been set for the root account,
the final message should reflect that.
modified:
scripts/mysql_install_db.pl.in
=== modified file 'scripts/mysql_install_db.pl.in'
--- a/scripts/mysql_install_db.pl.in 2012-10-02 11:50:20 +0000
+++ b/scripts/mysql_install_db.pl.in 2012-10-02 16:17:36 +0000
@@ -689,11 +689,11 @@ if ( open(PIPE, "| $mysqld_install_cmd_l
if ( $opt->{'random-passwords'} ) {
report($opt,
"A RANDOM PASSWORD HAS BEEN SET FOR THE MySQL root USER !",
- "You will find that password in '$secret_file'."
+ "You will find that password in '$secret_file'.",
"",
"You must change that password on your first connect,",
- "no other statement but 'SET PASSWORD' will be accepted."
- "See the manual for the semantics of the 'password expired' flag."
+ "no other statement but 'SET PASSWORD' will be accepted.",
+ "See the manual for the semantics of the 'password expired' flag.",
"",
"Also, the account for the anonymous user has been removed.",
"",
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-5.6 branch (joerg.bruehe:4273 to 4274) | Joerg Bruehe | 2 Oct |