Skip to main content
Participant
June 10, 2006
Question

MYSQL data connection

  • June 10, 2006
  • 5 replies
  • 435 views
I have PHP working and test, but when I try to setup the MYSQL connect, I click the the select Database, I get an error " An unknow error has occured". Help!
This topic has been closed for replies.

5 replies

Inspiring
June 19, 2006
Create the test page in this TechNote and see if it provides you with
a more descriptive error message:

Testing your PHP application server
http://www.adobe.com/go/16383

David Alcala
Adobe Product Support
Inspiring
June 11, 2006
Biggest Dave wrote:
> I'm using Dreamwever MX, PHP 5.14, MYSQL 5

Have you enabled MySQLI in PHP? The PHP MySQL extension doesn't support
the authentication protocol for MySQL 5.

http://dev.mysql.com/doc/refman/5.0/en/php-problems.html

--
David Powers
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
Author, "Foundation PHP 5 for Flash" (friends of ED)
http://foundationphp.com/
Participant
June 11, 2006
independantly, they all work.
Participant
June 11, 2006
I'm using Dreamwever MX, PHP 5.14, MYSQL 5
Inspiring
June 10, 2006
Biggest Dave wrote:
> I have PHP working and test, but when I try to setup the MYSQL connect, I click the the select Database, I get an error " An unknow error has occured". Help!

Which version of PHP? Which version of MySQL? Which version of Dreamweaver?

--
David Powers
Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
Author, "Foundation PHP 5 for Flash" (friends of ED)
http://foundationphp.com/