At 11:21 -0500 11/26/04, Andre Matos wrote:
Hi,
I have installed MySQL 4.1.7-nt + Apache 2 + PHP 5.0.2 + PHPMyAdmin
2.6.0-pl1 on my Windows XP Pro SP2. I am trying to solve the problem with
MySQL PHP Old Clients using OLD_PASSWORD instead of just PASSWORD.
How can I set on "my.ini" to start MySQL using as a default the
OLD_PASSWORD?
I tried to insert:
[mysqld]
--old-passwords
and
[mysqld]
old-passwords
but both didn't work.
Don't use leading dashes in option files.
But old-passwords won't work, either, for accounts that already
have had their passwords changed to the new (41-byte) format.
You'll need to reset their passwords back to the old format
with SET PASSWORD .... = OLD_PASSWORD('the password goes here')
Does anybody know how to do this? Is any other better way to make PHP5 work
with the new password format without recompiling (It is easy on Linux/Unix
but not on Windows XP).
--
Paul DuBois, MySQL Documentation Team
Madison, Wisconsin, USA
MySQL AB, www.mysql.com
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]