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.
| 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 isI 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 6line 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 |
|
|
|
|
|