NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Website Development Discussion Forums > Programming
Reload this Page Mysql Error

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.

Advanced Search
3 members in live chat ~  


Closed Thread
 
LinkBack Thread Tools
Old 06-15-2005, 11:08 AM THREAD STARTER               #1 (permalink)
Munky Designs
Join Date: May 2005
Posts: 996
Albino is a jewel in the roughAlbino is a jewel in the roughAlbino is a jewel in the rough
 



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
Albino is offline  
Old 06-15-2005, 11:34 AM   #2 (permalink)
NamePros Regular
Join Date: Oct 2003
Location: Sweden
Posts: 395
cerebus has a spectacular aura aboutcerebus has a spectacular aura about
 


Animal Rescue Wildlife Animal Cruelty
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
cerebus is offline  
Old 06-15-2005, 11:37 AM   #3 (permalink)
Account Suspended
 
axilant's Avatar
Join Date: May 2004
Location: /etc/passwd
Posts: 2,178
axilant is a splendid one to beholdaxilant is a splendid one to beholdaxilant is a splendid one to beholdaxilant is a splendid one to beholdaxilant is a splendid one to beholdaxilant is a splendid one to behold
 

Member of the Month
July 2005

Originally Posted by cerebus
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

????: NamePros.com http://www.namepros.com/programming/98860-mysql-error.html
axilant is offline  
Old 06-15-2005, 12:04 PM THREAD STARTER               #4 (permalink)
Munky Designs
Join Date: May 2005
Posts: 996
Albino is a jewel in the roughAlbino is a jewel in the roughAlbino is a jewel in the rough
 



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
Albino is offline  
Old 06-15-2005, 12:10 PM   #5 (permalink)
Account Suspended
 
axilant's Avatar
Join Date: May 2004
Location: /etc/passwd
Posts: 2,178
axilant is a splendid one to beholdaxilant is a splendid one to beholdaxilant is a splendid one to beholdaxilant is a splendid one to beholdaxilant is a splendid one to beholdaxilant is a splendid one to behold
 

Member of the Month
July 2005

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.
axilant is offline  
Old 06-15-2005, 01:05 PM   #6 (permalink)
NamePros Regular
 
edmarriner's Avatar
Join Date: Apr 2005
Location: England :D
Posts: 834
edmarriner is a jewel in the roughedmarriner is a jewel in the roughedmarriner is a jewel in the rough
 



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 !!!!
__________________
Leeds united football club


edmarriner is offline  
Old 06-15-2005, 01:09 PM   #7 (permalink)
Account Suspended
 
axilant's Avatar
Join Date: May 2004
Location: /etc/passwd
Posts: 2,178
axilant is a splendid one to beholdaxilant is a splendid one to beholdaxilant is a splendid one to beholdaxilant is a splendid one to beholdaxilant is a splendid one to beholdaxilant is a splendid one to behold
 

Member of the Month
July 2005

Originally Posted by edmarriner
no get apache2triad ( http://apache2triad.net/ )
????: NamePros.com http://www.namepros.com/showthread.php?t=98860

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 !!!!
Its too bloated imo, i used it before... and its mainly for people who are making huge portals... and want a local place to test...
axilant is offline  
Old 06-15-2005, 01:53 PM   #8 (permalink)
Pro Coder & Designer
 
aween's Avatar
Join Date: Apr 2005
Location: Netherlands
Posts: 967
aween is just really niceaween is just really niceaween is just really niceaween is just really niceaween is just really niceaween is just really niceaween is just really niceaween is just really nice
 



Apache2triad is good! I used it before i got real hosting . It can be simple and advanced at the same time.
__________________
aween web development
aween is offline  
Old 06-15-2005, 02:59 PM THREAD STARTER               #9 (permalink)
Munky Designs
Join Date: May 2005
Posts: 996
Albino is a jewel in the roughAlbino is a jewel in the roughAlbino is a jewel in the rough
 



Wow, a lot comes with that!

i am happy with what Ive got at the moment though (apache, mysql, php), as i want to keep it basic and progress to more advanced things.

are there anymore solutions?

Thanks
Albino is offline  
Old 06-15-2005, 04:20 PM   #10 (permalink)
NamePros Regular
Join Date: Oct 2003
Location: Sweden
Posts: 395
cerebus has a spectacular aura aboutcerebus has a spectacular aura about
 


Animal Rescue Wildlife Animal Cruelty
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.
cerebus is offline  
Old 06-15-2005, 11:42 PM THREAD STARTER               #11 (permalink)
Munky Designs
Join Date: May 2005
Posts: 996
Albino is a jewel in the roughAlbino is a jewel in the roughAlbino is a jewel in the rough
 



yea, and i said i tried it, but it didn't seem to work...

I typed in this:

SET PASSWORD
'root'@'localhost' = OLD_PASSWORD('compaq')

is it wrong?
Albino is offline  
Old 06-16-2005, 12:56 AM   #12 (permalink)
NamePros Expert
 
Peter's Avatar
Join Date: Nov 2003
Location: Scotland
Posts: 5,074
Peter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond reputePeter has a reputation beyond repute
 


Child Abuse Save The Children Save The Children Help The Homeless - Holiday 2009 Help The Homeless - Holiday 2009 Help The Homeless - Holiday 2009 Help The Homeless - Holiday 2009
Originally Posted by Albino
php 4.3.3 (im using 4.3.11 as I could find 4.3.3)
just a note the reason you couldnt find 4.3.3 is because it is outdated 4.3.11 is the newest version of php 4 (i know it sounds stupid but thats the way the versions work)
Peter is offline  
Old 06-17-2005, 04:03 AM THREAD STARTER               #13 (permalink)
Munky Designs
Join Date: May 2005
Posts: 996
Albino is a jewel in the roughAlbino is a jewel in the roughAlbino is a jewel in the rough
 



ahhh, cheers filth
Ok, its all sorted now, after looking around the mysql site, i figured out the syntax

Thanks for the help everyone one!

Todd
Albino is offline  
Closed Thread


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

 
All times are GMT -7. The time now is 12:32 PM.

Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger