The purpose of this dialog box is to create a database connection for a PHP application.
Make sure the MySQL server is started before completing this dialog box.
NOTE |
|
Do not use any spaces or special characters in the name. |
Enter an IP address or a server name. If MySQL is running on the same computer as PHP, you can enter localhost
.
Dreamweaver attempts to connect to the database. If the connection fails, double-check the server name, user name, and password. If the connection still fails, check the settings for the folder Dreamweaver uses to process dynamic pages (see Specifying where dynamic pages can be processed).
The new connection appears in the Databases panel.
NOTE |
|
If you encounter the error message "Client does not support authentication protocol requested. Consider upgrading MySQL client" when testing a PHP database connection to MySQL 4.1, see Troubleshooting MySQL error messages. |