andrey Wed, 24 Feb 2010 21:16:04 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=295482
Log:
Fix the text. Correct english and a bit shorter.
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd.c
U php/php-src/trunk/ext/mysqlnd/mysqlnd.c
Modified: php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd.c
===================================================================
--- php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd.c 2010-02-24 21:14:39 UTC
(rev 295481)
+++ php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd.c 2010-02-24 21:16:04 UTC
(rev 295482)
@@ -57,10 +57,10 @@
-PHPAPI const char * const mysqlnd_old_passwd = "mysqlnd cannot connect to
MySQL 4.1+ using the old insecure authentication. Your password has length of
16. "
-"Please execute the SET PASSWORD command (`SET PASSWORD =
PASSWORD('your_existing_password')`) with the "
-"help of a administration tool to set your password again. This will store a
new, and more secure, hash value with the length of 41, in mysql.user. If you
are using PHP 5.2 or earlier to "
-"connect to this database you might need to remove the old-passwords flag from
your my.cnf";
+PHPAPI const char * const mysqlnd_old_passwd = "mysqlnd cannot connect to
MySQL 4.1+ using the old insecure authentication. "
+"Please use an administration tool to reset your password with the command SET
PASSWORD = PASSWORD('your_existing_password'). This will "
+"store a new, and more secure, hash value in mysql.user. If this user is used
in other scripts executed by PHP 5.2 or earlier you might need to remove the
old-passwords "
+"flag from your my.cnf file";
PHPAPI const char * const mysqlnd_server_gone = "MySQL server has gone away";
PHPAPI const char * const mysqlnd_out_of_sync = "Commands out of sync; you
can't run this command now";
Modified: php/php-src/trunk/ext/mysqlnd/mysqlnd.c
===================================================================
--- php/php-src/trunk/ext/mysqlnd/mysqlnd.c 2010-02-24 21:14:39 UTC (rev
295481)
+++ php/php-src/trunk/ext/mysqlnd/mysqlnd.c 2010-02-24 21:16:04 UTC (rev
295482)
@@ -57,10 +57,10 @@
-PHPAPI const char * const mysqlnd_old_passwd = "mysqlnd cannot connect to
MySQL 4.1+ using the old insecure authentication. Your password has length of
16. "
-"Please execute the SET PASSWORD command (`SET PASSWORD =
PASSWORD('your_existing_password')`) with the "
-"help of a administration tool to set your password again. This will store a
new, and more secure, hash value with the length of 41, in mysql.user. If you
are using PHP 5.2 or earlier to "
-"connect to this database you might need to remove the old-passwords flag from
your my.cnf";
+PHPAPI const char * const mysqlnd_old_passwd = "mysqlnd cannot connect to
MySQL 4.1+ using the old insecure authentication. "
+"Please use an administration tool to reset your password with the command SET
PASSWORD = PASSWORD('your_existing_password'). This will "
+"store a new, and more secure, hash value in mysql.user. If this user is used
in other scripts executed by PHP 5.2 or earlier you might need to remove the
old-passwords "
+"flag from your my.cnf file";
PHPAPI const char * const mysqlnd_server_gone = "MySQL server has gone away";
PHPAPI const char * const mysqlnd_out_of_sync = "Commands out of sync; you
can't run this command now";
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php