Ask a Question related to Dreamweaver AppDev, Design and Development.
-
jip #1
PHP/mySQL - mysql_connect(): Warning Message
I am getting the following message when attempting to connect to a mySQL db in
php: 'Warning: mysql_connect(): Client does not support authentication
protocol requested by server; consider upgrading MySQL client ' I am using
the following code: //////////////////////// <?php $Host = 'localhost'; $User =
'bogusname'; $Password = 'boguspassword'; $DBName = 'bogus'; $Link =
mysql_connect ($Host, $User, $Password); mysql_close ($Link); ?>
//////////////////////// Any ideas on why I am getting this warning message?
jip Guest
-
#40207 [NEW]: Warning: mysql_connect() [function.mysql-connect]: Lost connection to MySQL ser
From: arif at peshawaronline dot com Operating system: PHP version: 4.4.4 PHP Bug Type: Compile Warning Bug description: ... -
Problem with PHP and MySQL, mysql_connect fails.
Hello! I have just installed Apache V2.0.52 with PHP V4.3.4 and MySQL V4.1.5 in windows xp, with service pack 2 installed. Apache and PHP... -
#25462 [Opn->Bgs]: mysql_connect() password not compatible with MySQL 4.1.x stronger passwords
ID: 25462 Updated by: iliaa@php.net Reported By: sitbon at pdx dot edu -Status: Open +Status: Bogus... -
#25462 [NEW]: mysql_connect() password not compatible with MySQL 4.1.x stronger passwords
From: sitbon at pdx dot edu Operating system: RedHat 9/MySQL 4.1.0 PHP version: 4.3.2 PHP Bug Type: MySQL related Bug... -
Warning Message
Hi Everyone, I'll explain what I'm doing first. At the moment, I am doing a record search via a form. I like to know if it's possible to display... -
Ken Ford - *TMM* & PVII #2
Re: PHP/mySQL - mysql_connect(): Warning Message
[url]http://www.macromedia.com/go/c45f8a29[/url]
--
Ken Ford
PVII Support Team
[url]http://www.projectseven.com[/url]
Team Macromedia Volunteer - Dreamweaver
Certified Dreamweaver MX 2004 Developer
"jip" <chopperkane@yahoo.com> wrote in message news:d1hjqj$lbt$1@forums.macromedia.com...>I am getting the following message when attempting to connect to a mySQL db in
> php: 'Warning: mysql_connect(): Client does not support authentication
> protocol requested by server; consider upgrading MySQL client ' I am using
> the following code: //////////////////////// <?php $Host = 'localhost'; $User =
> 'bogusname'; $Password = 'boguspassword'; $DBName = 'bogus'; $Link =
> mysql_connect ($Host, $User, $Password); mysql_close ($Link); ?>
> //////////////////////// Any ideas on why I am getting this warning message?
>
Ken Ford - *TMM* & PVII Guest



Reply With Quote

