Re: Client does not support authentication protocol requested by server; consider upgrading MySQL client
Posted by: Shoichi Toyama
Date: March 23, 2005 09:53PM

If you wanna apply "old-password" without "MySQL Administrator," you can try editing
"my.ini" like below.



# ----------------------------------------------------------------------
# SERVER SECTION
# ----------------------------------------------------------------------
#
# The following options will be read by the MySQL Server. Make sure that
# you have installed the server correctly (see above) so it reads this
# file.
#
[mysqld]

# Comment here (old-passwords, also OK)
old-password

# The TCP/IP Port the MySQL Server will listen on
port=3306

#Path to installation directory. All paths are usually resolved relative to this.
basedir="C:/Program Files/MySQL/MySQL Server 4.1/"



I think it doesn't have any difference between "old-password" and "o-ld-passwords,"
or does it?


+-----------------------------------+
   CAMEDO.NET
   http://www.camedo.com
+-----------------------------------+

Options: ReplyQuote


Subject
Written By
Posted
Re: Client does not support authentication protocol requested by server; consider upgrading MySQL client
March 23, 2005 09:53PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.