Jump to content

Dreamweaver not connecting to MySQL


Recommended Posts

Hi

 

I'm new to PHP, and trying to connect Dreamweaver MX to my MySQL database. I know that my server, username and password are correct because I use them in phpMyAdmin successfully.

 

I'm not using a local PHP server, because I prefer just to upload my PHP scripts to the web and test them there.

 

Could my not installing PHP locally be causing the connection problem?

 

Ed

Link to comment
https://forums.phpfreaks.com/topic/1860-dreamweaver-not-connecting-to-mysql/
Share on other sites

Yes, you must have PHP installed locally for this to work. Without PHP installed the connection script is just a bunch of junk.

 

Also another problem you may run into after installing PHP is Dreamweaver doesn't use the same version. It will not connect to the database and gives you a bunch of errors when you try to connect through the browser.

 

If you like to just upload to the web, install PHP on you local machine, and read the tutorial for DSNLess Connections.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.