Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 SQL authentication protocol error

Author  Topic 

Fayaz
Starting Member

1 Post

Posted - 2009-11-17 : 01:04:33
Hi Everyone,

Im new to this group and new user for SQL server also.My problem is

I have created a html form. When i key enter data's it should post the datas to sql database. I have a created a dbf in sql. When i connecting to sql im getting below error.

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");

Can anyone give me the steps to solve this problem.

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2009-11-17 : 01:06:55
You've posted a MySql question. This site is for Microsoft SQL Server. You should try your MySql question on a site that specializes in that technology. Try dbforums.com or another MySql site.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog

"Let's begin with the premise that everything you've done up until this point is wrong."
Go to Top of Page
   

- Advertisement -