View previous topic :: View next topic |
Author |
Message |
RenaissanceHero -
Joined: 22 Feb 2003 Posts: 9
|
Posted: Tue Oct 21, 2003 9:49 pm Post subject: Connecting to my Database using Dreamweaver MX |
|
|
Okay.....I am stumped....
I am trying to connect MYSQL to my webpage and when I make the connection and try to search for the database, I come up with the following errors:
1)there is no testing server running on the server machine.
2)the testing server specified for this does not map to the
http://localhost/htdocs/_mmServerScripts/MMHTTPDB.php URL. Verify that the URL Prefix maps to the root of the site.
as picture below indicates:
PhP is running fine..... I tested the server with an echo time script
MYSQL is all Green Light.....
PhP Admin is running fine.....
Any pointers to the right directions on how to fix this????
I spent the last 12 hours reading online.....but to no avail..
Thanks |
|
Back to top |
|
 |
RenaissanceHero -
Joined: 22 Feb 2003 Posts: 9
|
Posted: Wed Oct 22, 2003 9:20 pm Post subject: |
|
|
BUMP |
|
Back to top |
|
 |
mcwilliams132 -
Joined: 27 Jul 2003 Posts: 167 Location: Oshkosh, WI
|
Posted: Thu Oct 23, 2003 6:25 pm Post subject: |
|
|
I'm guessing your MySQL server is on the same machine your developing from...
Either way...try using your IP addrss instead of "localhost" for your server
Also select the database you're connecting too as well.
With DW MX, you need to setup local, remote, and testing server mappings...go through your site manager and make sure everythings cool. _________________ ::::::::::::::::::::::::::::::::::::::::::::::::::
:: Jon-Paul LeClair
:: http://mcwilliamsworld.com
:: "Lobster sticks to magnet!" |
|
Back to top |
|
 |
RenaissanceHero -
Joined: 22 Feb 2003 Posts: 9
|
Posted: Fri Oct 24, 2003 5:27 am Post subject: |
|
|
Thanks for the tips...
yes.....Mysql is running on my machine...
C:\mysql
webserver: c:\program Files\abyss web server\htdocs
I think that my error is in the Remote folder setup in dreamweaver.... but I dont quite know how I am going wrong..
Thanks for your help...I will give the IP insertion a try. |
|
Back to top |
|
 |
pvfdsparky -
Joined: 04 Nov 2003 Posts: 5 Location: Houston TX
|
Posted: Wed Nov 05, 2003 4:00 am Post subject: |
|
|
When you're looking at the "Testing Server" section of your Dreamweaver Site, this is what you should type in...
Server Model: PHP MySQL
Access: Local/Network
Testing Server Folder: c:\path\to\htdocs\testing\
URL Prefix: http://localhost/testing/
I just opened Dreamweaver to check those settings and that should accomplish what you are after.
Regards ~ Ryan |
|
Back to top |
|
 |
|