If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > SQL authentication protocol

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-17-09, 01:29
sql2000 sql2000 is offline
Registered User
 
Join Date: Nov 2009
Posts: 6
SQL authentication protocol

Hi Everyone,

Im new to this forum and new to mySQL also. I have some problem in mysql.

I have a html registration form. When i enter details in that form it should post the details to dbf. I have a dbf in sql. Whe i trying to connect to sql there i can see only ba error message. Error message is

Warning: mysql_connect(): Client does not support authentication protocol requested by server; consider upgrading MySQL client in C:\Program Files\Apache Group\Apache2\htdocs\project\register.php on line 6

Line no 6 is
//connecting
$linkz=mysql_connect("localhost","root","password" ) or die ("Sorry Didont");

I have reset the password aslo. But the result is same. Im using sql server 4.1.

Pls can anyone give me step by step instructions to solve this problem.
Reply With Quote
  #2 (permalink)  
Old 11-17-09, 02:57
healdem healdem is offline
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,250
you have a mismatched mysql driver
consider reinstalling the the whole package from somewhere such as XAMPP. or work out what driver you need to connect between Apache & MySQL
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On