Question
MySQL Database Connection
I have been trying to set up a dynamic site in Dreamweaver
based on an example in a book titled Dreamweaver MX 2004
Demystified, by Laura Gutman. I have been developing on a Windows
XP Pro machine using IIS. I have installed MySQL and PHP. I tested
my web server on
http://localhost/ and it seems to be
working. I can open the MySQL databases from the command line. I
loaded the sample project and set up the local info, remote folder
and testing server making sure that the Testing server folder and
URL prefix both point to the same location. The problem I keep
having is that when I try to set up the database connection I get
and error message that says "An unidentified error has occurred." I
get this both from the Select button for the database and the Test
button for the connection. Is there possibly something that I have
missed in the MySQL setup or PHP configuration? I recently set up
on a different computer using Apache web server, and the same thing
happens. Any suggestions would be appreciated. Thank you.