Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

MYSQL data connection

New Here ,
Jun 10, 2006 Jun 10, 2006
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!
TOPICS
Server side applications
435
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 10, 2006 Jun 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/
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 11, 2006 Jun 11, 2006
I'm using Dreamwever MX, PHP 5.14, MYSQL 5
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 11, 2006 Jun 11, 2006
independantly, they all work.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 11, 2006 Jun 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/
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 19, 2006 Jun 19, 2006
LATEST
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
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines