MSQL Connection true Dreamweaver

VVZ4

New member
Joined
Sep 18, 2006
Messages
4
Is it possible to connect to the msql database with Dreamweaver (CS3)?

In Dreamweaver you have to fill in the following things:

Connection NaMe: database1
Mysql server : localhost??
user name: username:rolleyes:
password: password::rolleyes:
database: database name

if you select test the following message appears:

"HTTP ERROR CODE 405 METHOD NOT ALLOWED"

Does anyone have a working MSQL connection with Dreamweaver??:confused:
 
Normaly, only access from localhost is allowed. Log in as `root` from PhpMyAdmin and change the user permissing (% als wildcard or a fixed IP from home/office).
Also open the MySQL port in your firewall.
 
I allready have the % as wildcard and if i use cmd nedstats i don't see port 3306 so it's not used yet. In the firewall settings if added port 3306 to allow acces...

so.. still don't know whats wrong...:confused: :(
 
Back
Top