i run mysqld with "--old-passwords" switch ,and it didn't helpHow-To-Repeat:
You probably added the switch after creating new-format passwords. --old-passwords is used to keep the server from creating new-format passwords. If you've already created them, it's too late. You'll need to reset those passwords to the old-format form with OLD_PASSWORD().
http://www.mysql.com/doc/en/What-to-do-from-4.0.html http://www.mysql.com/doc/en/Password_hashing.html
-- Paul DuBois, Senior Technical Writer Madison, Wisconsin, USA MySQL AB, www.mysql.com
Are you MySQL certified? http://www.mysql.com/certification/
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]