This Message Forum is no longer in use

Please use the new Bravenet Help Forums FOUND HERE

General Forum
This Forum is Locked
Author
Comment
Connecting to a bravehost database with Dreamweaver

How can I connect to the MySQL database using Dreamweaver CS3?

It asks for the following:


  • Connection Name

  • MySQL Server

  • User Name

  • Password



So I entered my username and password, mysql server, and connection name. It gave me this error:
1) There is no testing server running on the server machine.
2) The testing server specified for this site does not map to the http://ftp.martinsonjewelers.com/web/wizkidweb16.martinsonjewelers.com/testsite/_mmServerScripts/MMHTTPDB.php URL. Verify that the URL prefix maps to the root of the site.

Re: Connecting to a bravehost database with Dreamweaver

Is anyone going to help me?

Re: Re: Connecting to a bravehost database with Dreamweaver

I figured it out!
MySQL Connection Configuration
MySQL server:sql10.bravehost.com (or your sql server)
User name: xxxx
Password : xxxx
Database: mydatabase name

Site Management:
Server Model: Php MySQL
Access: Local/Network
Testing server folder:
URL Prefix http://stevencito.com/


I also setup my ftp under remote info:
Access:FTP
FTP Host: ftp24.bravehost.com
Host Directory: /
Login: XXXXXXX
Password: XXXXXXXX
No checked boxes except for Maintain synchronization information.

Steve