| Ruben Roman 2006-02-16, 6:40 pm |
| I'm new to dreamweaver AND mysql so forgive my ignorance. I've created a
database connection to mysql database on a local machine hosting my
dreamweaver files, IIS and mySQL. When I TEST the connection I get a
successfull connection message. Problems is it's not displaying any tables.
I know my username/password combo is right as well as my "schema" name. I
know the user has permissions to the schema. My connection string is as
follows:
"driver=MySQL ODBC 3.51 Driver;
database=databaseName;
server=localhost;
uid=user;
pwd=password;
option=16386"
I have the schema name on the advanced tab entered. I've also tried it
without the schema name to display all. I could use any and all help.
|