[Guide] FIX "Client does not support authentication" on LOGIN SERVER

Results 1 to 8 of 8
  1. #1
    www.darksideofmu.com DaRKav is offline
    MemberRank
    Apr 2005 Join Date
    CanadaLocation
    470Posts

    [Guide] FIX "Client does not support authentication" on LOGIN SERVER

    I'm sure some of you faced the error below on LOGIN SERVER:
    Code:
    Anyone has any ideas about that? 
    I tried everything... MySQL 5.1, 5.0 and 4.1
    
    thread 1 : connect login db failed
    ERROR: SQL = [mysql_real_connect]
           ERR = [Client does not support authentication protocol requested by server; consider upgrading MySQL client]
    thread 2 : connect login db failed
    ERROR: SQL = [mysql_real_connect]
           ERR = [Client does not support authentication protocol requested by server; consider upgrading MySQL client]
    thread 0 : connect login db failed
    ERROR: SQL = [mysql_real_connect]
           ERR = [Client does not support authentication protocol requested by server; consider upgrading MySQL client]
    thread 1 : connect login db failed
    Here is how you solve it step by step.
    1. Go to login server directory and rename original libmySQL.dll to libmySQL.dll.bak
    2. Go to MySql BIN directory (Usually C:\Program Files\MySQL\MySQL Server 4.1\bin)
    3. Copy libmySQL.dll from MySQL BIN directory to your login server directory.
    4. Open Login_Server.ini file with notepad
    5. Go to connect Database section and make sure it looks like this:
    [connectDatabase]
    Name = "Database"
    BindIP = "localhost"
    BindPort = 0
    ConnectPort = 3309
    Type = 1
    database = "account"
    username = "root"
    password = "root"
    sendQueueCapacity = 3000
    recvQueueCapacity = 3000
    ConnectIP = "localhost"
    ConnectPort = 3309
    Change 3309 to your MySQL port and notice that there is two lines of ConnectPort settings, i donno why two 'same' lines are there but i simply kept it there just in case (one of the lines by default was set to '0')

    Now, launch the login server, WORKS!?! It should! :D


  2. #2
    Infraction Banned DevilOwn is offline
    MemberRank
    Jul 2008 Join Date
    Where i want to beLocation
    5Posts

    Re: [Guide] FIX "Client does not support authentication" on LOGIN SERVER

    bump>

  3. #3
    Infraction Banned DevilOwn is offline
    MemberRank
    Jul 2008 Join Date
    Where i want to beLocation
    5Posts

    Re: [Guide] FIX "Client does not support authentication" on LOGIN SERVER

    Boring

  4. #4
    Your Sensei Huskyhond is offline
    MemberRank
    May 2007 Join Date
    Somewhere you cLocation
    261Posts

    Re: [Guide] FIX "Client does not support authentication" on LOGIN SERVER

    hmm thank you i wil ltry it

  5. #5
    Valued Member recca421 is offline
    MemberRank
    Mar 2008 Join Date
    In the Janitor's Room.Location
    129Posts

    Re: [Guide] FIX "Client does not support authentication" on LOGIN SERVER

    What version of the server are these changes for? I only had to copypasta the DLL for the 1.5x server. All ports were set correctly in the config files on that version.

    I've been working a lot as of late, and I've been slipping on my translation project. I hope to get it going again at some point, although I will be basing my translation oin the v1.5x client/server pairing.

    Cheers,
    [RECCA]

  6. #6
    Proficient Member juliom is offline
    MemberRank
    Mar 2007 Join Date
    153Posts

    Re: [Guide] FIX "Client does not support authentication" on LOGIN SERVER

    thanks for info.

  7. #7
    Novice SFisLjR is offline
    MemberRank
    Mar 2009 Join Date
    2Posts

    Re: [Guide] FIX "Client does not support authentication" on LOGIN SERVER

    halo, delivers you the best http://sourceradix.com/m/f277.html

  8. #8
    Member bLoWoNeR is offline
    MemberRank
    Mar 2009 Join Date
    Almeria,EspaLocation
    57Posts

    Re: [Guide] FIX "Client does not support authentication" on LOGIN SERVER

    i will be try Nice work!



Advertisement