Technote Details :: Issue when creating a database connection: Can't connect to xxx server on 'hostname'

Issue

When creating a new ADODB database connection, using the PHP_ADODB server model, I get an error message ssaying: Can't connect to xxx server on 'hostname'.

Reason

This happens because Dreamweaver cannot access the database server specified. Possible causes for this are:

  1. The database server 'xxx' which sould be running on the 'hostname' is not running.
  2. The database configuration rejects connections from the testing server.
  3. The server machine 'hostname' on which this xxx database server is running, rejects through a firewall the connections.

Solution

To correct these problems, and be able to connect to the database server, you can do one of the following:

  1. Restart the database server.
  2. Check the user rights to the database to see if the testing server has the rights to connect.
  3. Check your firewall configuration to see if the testing server has the rights to connect to the database port.

Pramod Pendyala - 07-10-2006 06:19:51 GMT +2

When i am trying to connect to database, it pops up with the error message saying, HTTP Eorror Code 405 Method Not Allowed. Have given my IP to the service provider to give me permissions to get access to their servers, but still got same problem.

Home > Support > Knowledge Base > Technote Details
Search the Knowledge Base
© Adobe Systems Romania. All rights reserved.