beautypg.com

Delete a connection, Database connections for php developers, About php database connections – Adobe Dreamweaver CC 2015 User Manual

Page 559: Connect to a database

background image

552

Dynamic sites, pages and web forms

Last updated 6/3/2015

Delete a connection

1

Open an ASP page in Dreamweaver and then open the Databases panel (Window > Databases).

2

Right-click (Windows) or Control-click (Macintosh) the connection and select Delete Connection from the menu.

3

In the dialog box that appears, confirm that you want to delete the connection.

Note: To avoid receiving errors after deleting a connection, update every recordset that uses the old connection by
double-clicking the name of the recordset in the Bindings panel and choosing a new connection.

More Help topics

Set up your computer for application development

Set up your computer for application development

Connecting to a ColdFusion database

Database connections for PHP developers

Note: The user interface has been simplified in Dreamweaver CC and later. As a result, you may not find some of the
options described in this article in Dreamweaver CC and later. For more information, see

this article

.

About PHP database connections

For PHP development, Dreamweaver only supports the MySQL database system. Other database systems such as
Microsoft Access or Oracle are not supported. MySQL is open-source software you can download for free from the
Internet for non-commercial use. For more information, see the MySQL website at

http://dev.mysql.com/downloads/

.

This section assumes you have set up a PHP application. It also assumes a MySQL database is set up on your local
computer or on a system to which you have network or FTP access.

For development purposes, download and install the Windows Essentials version of the MySQL database server.

Connect to a database

To connect to a database when developing a PHP application in Dreamweaver, you must have one or more MySQL
databases and the MySQL server must be started.

1

Open a PHP page in Dreamweaver, and then open the Databases panel (Window > Databases).