0

/t5/dreamweaver-discussions/mysql-and-phpmyadmin-with-wamp-on-port-81/td-p/485547
Nov 14, 2007
Nov 14, 2007
Copy link to clipboard
Copied
I installed WAMP at port 81 because SQL Server is running on
the default port 80 (non-networked, home-office, XP system.)
I created a MySQL database using PHPMYADMIN. Now I need to connect to it using Dreamweaver (CS3):
Connection name: connMinding
MySQL server: localhost:81
Username: root
Password:
When I hit the SELECT button, DW goes off to test the database connection, takes forever doing it, and then I get a server timeout message. Since the server is up and running, the message gives an alternative that suggesting the ODBC DSN doesn't exist on the testing server.
Does anyone know how I should be doing this? What MySQL Server?
Thanks.
I created a MySQL database using PHPMYADMIN. Now I need to connect to it using Dreamweaver (CS3):
Connection name: connMinding
MySQL server: localhost:81
Username: root
Password:
When I hit the SELECT button, DW goes off to test the database connection, takes forever doing it, and then I get a server timeout message. Since the server is up and running, the message gives an alternative that suggesting the ODBC DSN doesn't exist on the testing server.
Does anyone know how I should be doing this? What MySQL Server?
Thanks.
TOPICS
Server side applications
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
1 Correct answer
Nov 15, 2007
Nov 15, 2007
True enough.
I got mine at wampserver.com.
And, not incidently, localhost:3306 worked. So my thanks to you.
I got mine at wampserver.com.
And, not incidently, localhost:3306 worked. So my thanks to you.
LEGEND
,
/t5/dreamweaver-discussions/mysql-and-phpmyadmin-with-wamp-on-port-81/m-p/485548#M95947
Nov 14, 2007
Nov 14, 2007
Copy link to clipboard
Copied
.oO(Minding)
>I installed WAMP at port 81
"WAMP" is just a common name for a bundle of software. It contains at
least two servers which have to listen on different(!) ports: the web
server Apache (usually 80) and the database MySQL (usually 3306).
There are many different WAMP distributions available. Which one do you
use?
>because SQL Server is running on the default port
>80 (non-networked, home-office, XP system.)
Port 80 is reserved for HTTP and should not be used for anything else.
You should check your configuration (and adjust if necessary).
> I created a MySQL database using PHPMYADMIN. Now I need to connect to it using
>Dreamweaver (CS3):
>
> Connection name: connMinding
> MySQL server: localhost:81
> Username: root
> Password:
>
> When I hit the SELECT button, DW goes off to test the database connection,
>takes forever doing it, and then I get a server timeout message.
What is really listening on port 81 - the web server or the database
server? What happens if you call < http://localhost:81> in your browser?
Do you get a response? What happens if you omit the port in DW's DB
configuration?
Micha
>I installed WAMP at port 81
"WAMP" is just a common name for a bundle of software. It contains at
least two servers which have to listen on different(!) ports: the web
server Apache (usually 80) and the database MySQL (usually 3306).
There are many different WAMP distributions available. Which one do you
use?
>because SQL Server is running on the default port
>80 (non-networked, home-office, XP system.)
Port 80 is reserved for HTTP and should not be used for anything else.
You should check your configuration (and adjust if necessary).
> I created a MySQL database using PHPMYADMIN. Now I need to connect to it using
>Dreamweaver (CS3):
>
> Connection name: connMinding
> MySQL server: localhost:81
> Username: root
> Password:
>
> When I hit the SELECT button, DW goes off to test the database connection,
>takes forever doing it, and then I get a server timeout message.
What is really listening on port 81 - the web server or the database
server? What happens if you call < http://localhost:81> in your browser?
Do you get a response? What happens if you omit the port in DW's DB
configuration?
Micha
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

/t5/dreamweaver-discussions/mysql-and-phpmyadmin-with-wamp-on-port-81/m-p/485549#M95948
Nov 15, 2007
Nov 15, 2007
Copy link to clipboard
Copied
True enough.
I got mine at wampserver.com.
And, not incidently, localhost:3306 worked. So my thanks to you.
I got mine at wampserver.com.
And, not incidently, localhost:3306 worked. So my thanks to you.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

