Page 1 of 3 123 LastLast
Results 1 to 10 of 21

Thread: mySQL problem?

  1. #1
    Join Date
    Aug 2007
    Location
    Scotland
    Posts
    1,708
    Tokens
    0

    Latest Awards:

    Default mySQL problem?

    Warning: mysql_connect() [function.mysql-connect]: Client does not support authentication protocol requested by server; consider upgrading MySQL client in C:\Apache2\htdocs\dbconnect.php on line 3
    Could not connect : Client does not support authentication protocol requested by server; consider upgrading MySQL client
    It running on Windows Server 2003, using Apache 2.2.4 PHP 4 and mySQL 5..

  2. #2
    Join Date
    Aug 2005
    Location
    Newcastle
    Posts
    1,417
    Tokens
    0

    Latest Awards:

    Default

    I never knew windows servers could handle MySQL. I thought MySQL and PHP were linux/unix based. I'm not sure.



  3. #3
    Join Date
    Aug 2007
    Location
    Scotland
    Posts
    1,708
    Tokens
    0

    Latest Awards:

    Default

    PHP Works fine for me and has for a bit, but i just tried to install mySQL latety, failing at it

  4. #4
    Join Date
    Jul 2007
    Location
    Swindon
    Posts
    990
    Tokens
    125

    Default

    is that the latest version of mysql? if so try downgrading to the version before?

  5. #5
    Join Date
    Aug 2007
    Location
    Scotland
    Posts
    1,708
    Tokens
    0

    Latest Awards:

    Default

    Please only reply if you have proper answer.

  6. #6
    Join Date
    Jul 2007
    Location
    Swindon
    Posts
    990
    Tokens
    125

    Default

    it was a question not ana answer

  7. #7
    Join Date
    Jun 2005
    Posts
    4,795
    Tokens
    0

    Latest Awards:

    Default

    You have a number of options:

    - Upgrade the MySQL DLL for PHP
    - Downgrade to MySQL 4
    - Change all the passwords manually and enclose the password with OLD_PASSWORD.

    And just to let you know MySQL, PHP and Apache run perfectly well on Windows. I run a Windows Server as well.

  8. #8
    Join Date
    Aug 2007
    Location
    Scotland
    Posts
    1,708
    Tokens
    0

    Latest Awards:

    Default

    How do i change the pass's manually? o.O

  9. #9
    Join Date
    Jun 2005
    Posts
    4,795
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by Galaxay View Post
    How do i change the pass's manually? o.O
    SET PASSWORD FOR 'user'@'host' = OLD_PASSWORD('newpwd');

    Change user and host to the appropriate values.

    Run that SQL while logged in as root.

  10. #10
    Join Date
    Aug 2007
    Location
    Scotland
    Posts
    1,708
    Tokens
    0

    Latest Awards:

    Default

    Yer ino but where?

Page 1 of 3 123 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •