| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Munky Designs Join Date: May 2005
Posts: 996
![]() ![]() ![]() | Mysql Error Hey, can anyone explain this error and how to fix it please? Its probably really simple, but i cant seem to get around it: ERROR: Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client in C:\Program Files\Apache Group\Apache2\test\createmovie.php on line 10 thanks! Todd |
| |
| | #2 (permalink) |
| NamePros Regular Join Date: Oct 2003 Location: Sweden
Posts: 395
![]() ![]() | MySQL uses a new authentification system as of 4.1. PHP 4.x does not support this. Fix: http://dev.mysql.com/doc/mysql/en/old-client.html ... or switch to PHP5 with mysqli |
| |
| | #3 (permalink) | ||||
| Account Suspended Join Date: May 2004 Location: /etc/passwd
Posts: 2,178
![]() ![]() ![]() ![]() ![]() ![]() |
????: NamePros.com http://www.namepros.com/programming/98860-mysql-error.html | ||||
| |
| | THREAD STARTER #4 (permalink) |
| Munky Designs Join Date: May 2005
Posts: 996
![]() ![]() ![]() | so I pretty much need to upgrade php? im using a book to learn php/mysql, and they use: php 4.3.3 (im using 4.3.11 as I could find 4.3.3) mysql 4.0.15a (im using mysql-essential-4.1.10a-win32 as it was recommended as what I needed) is there any way to upgrade without going to v5 (php), and mysqli, as the book doesn't deal with them. i tried setting my original password in the old style (OLD_PASSWORD), but it didnt seem to work. Thanks Todd |
| |
| | #5 (permalink) |
| Account Suspended Join Date: May 2004 Location: /etc/passwd
Posts: 2,178
![]() ![]() ![]() ![]() ![]() ![]() | http://easyphp.org/telechargements/dn.php?F=easyphp1-7 That is a direct download for Easy PHP 1.7 (1.8 has a php compile bug) This will install: PHP Mysql Apache PhpMyAdmin I use this tool all the time. Good luck, post if you need further help. |
| |
| | #6 (permalink) |
| NamePros Regular Join Date: Apr 2005 Location: England :D
Posts: 834
![]() ![]() ![]() | no get apache2triad ( http://apache2triad.net/ ) goto http://apache2triad.net/info.php to see what it installs its brill and has all you need +more and one of the best things is it has a easy to use controll panel go apache2triad !!!! |
| |
| | #7 (permalink) | ||||
| Account Suspended Join Date: May 2004 Location: /etc/passwd
Posts: 2,178
![]() ![]() ![]() ![]() ![]() ![]() |
| ||||
| |
| | #8 (permalink) |
| Pro Coder & Designer Join Date: Apr 2005 Location: Netherlands
Posts: 967
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Apache2triad is good! I used it before i got real hosting . It can be simple and advanced at the same time.
__________________ aween web development |
| |
| | #10 (permalink) |
| NamePros Regular Join Date: Oct 2003 Location: Sweden
Posts: 395
![]() ![]() | Did you totally ignore the URL given? http://dev.mysql.com/doc/mysql/en/old-client.html It gives instructions on how to use OLD_PASSWORD() to update your user table, making it compatible with the pre 4.1 clients. |
| |
| | #12 (permalink) | ||||
| NamePros Expert Join Date: Nov 2003 Location: Scotland
Posts: 5,074
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
| ||||
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| HOWTO: Install the Apache Web Server, Perl, PHP, and MySQL on Windows | deadserious | Webmaster Tutorials | 96 | 05-27-2007 01:24 PM |
| Tutorial: How to Install Apache2 MySQL and PHP on Windows | deadserious | Webmaster Tutorials | 35 | 09-21-2005 09:46 PM |
| mysql error? help... please! lol | PoorDoggie | Programming | 6 | 04-04-2005 11:53 AM |
| Tutorial: Getting Started With MySQL (The Basics) | deadserious | Webmaster Tutorials | 3 | 04-18-2004 01:17 PM |