Connect to MySQL from Dreamweaver

MySql

Connect to MySQL from Dreamweaver


friends 02-16-2006, 12:22 AM
Can I connect to a MySQL database in webhost4life from within Dreamweaver? I am have huge difficulties and I'm not sure it can be done.

Re: Connect to MySQL from Dreamweaver


flasherr 02-26-2006, 11:29 AM

Hi

I have been using dreamweaver and connected to mysql by using the custom connection string as below

 

"driver={mysql}; database=databasenamehere;server=www.youraddress.com;uid=yourusername;pwd=yourpassword;"

 

use the driver on testing server option

 

click test hey presto

 

 I have been using db tools to connect and build tables etc and its free

www.dbtools.com.br/EN/index.php

 

hope this helps

 

Tony

Re: Connect to MySQL from Dreamweaver


donne4real 03-28-2006, 4:26 PM
Please can you explain how to go about creating the database connection?
How do I get to the custom string?

webhost4life.com

Powered by Community Server, by Telligent Systems