Help about MovableType

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tomtom
    Junior Member
    • Jul 2004
    • 4

    #1

    Help about MovableType

    When I was installing MovableType , I got error message 'Client does not support authentication protocol requested by server; consider upgrading MySQL client'.

    I searched and found below at MT-homepage.

    Client does not support authentication protocol requested by server; consider upgrading MySQL client

    A change was made in MySQL 4.1 and higher to the password authentication process, and this change is not backward-compatible. Every MySQL client has to be updated in order to work with this new version of MySQL.

    The DBD::mysql module is the "MySQL client" in this case, and it has not yet been updated for this change, so you will need to either 1) reset the password to pre-4.1 style for your database user, or 2) tell the server to use the older password hashing algorithm. Instructions for both of these options are included in the MySQL documentation for this error message.


    Both methods are difficult to using MT.
    How can I do?
  • djn
    Senior Member
    • Mar 2004
    • 140

    #2
    I've recently upgraded to 4.1 on my test machine and had the same problem, solved it with this SQL command-line instruction:
    SET PASSWORD FOR 'username'@'localhost' = OLD_PASSWORD('newpassword');

    Hope it helps...

    Comment

    • AndrewT
      Administrator
      • Mar 2004
      • 3655

      #3
      Submit a trouble ticket and we can update the DBD::mysql module.

      Comment

      • tomtom
        Junior Member
        • Jul 2004
        • 4

        #4
        Thank you, djn.
        but I don't permit my customers to use Shell Access.
        also I don't have confident to use command-line.

        I submitted trouble ticket.
        Andrew may solve this in few days.

        Comment

        • tomtom
          Junior Member
          • Jul 2004
          • 4

          #5
          Andrew updated the DBD::mysql on cp33.
          And it works completely.

          Comment

          Working...