| Basic Plesk Control Panel related | FTP related |
| Email related | Domain (Website) related |
| Database related | SPAM related |
| Frontpage related | Reports / Stats related |
| Website Development related | Backup related |
To create a new database on your hosting account:
- On your Home page, click the domain name you need.
- Click Databases.
- Click Add New Database.
- Enter a name for the database.
We recommend that you choose a name that starts with a Latin alphabet symbol and comprises only alphanumeric and underscore symbols (up to 64 symbols).
- Select the database type that you are going to use: MySQL or Microsoft SQL Server. Click OK.
- To set up database administrator's credentials, click Add New Database User.
- Type a user name and a password that will be used for accessing the contents of the database.
- Click OK.
To import an existing database:
- On your Home page, click the domain name you need.
- Click Databases.
- Click Add New Database.
- Enter a name for the database. We recommend that you choose a name that starts with a Latin alphabet symbol and comprises only alphanumeric and underscore symbols (up to 64 symbols).
- Select the database type that you are going to use: MySQL or Microsoft SQL Server. Click OK.
- To set up database administrator's credentials, click Add New Database User.
- Type a user name and a password that will be used for accessing the contents of the database. Click OK.
- Click WebAdmin in the Tools group. An interface to phpMyAdmin (or ASPEnterpriseManager) database management tool will open in a separate browser window.
If you have a MySQL database:
- Click Query window in the left frame, click the Import files tab,
- Select the text file that contains the data and click Go.
- Click the Insert data from a text file link.
If you have a MS SQL database:
- Click the name of your database in the left frame
- Click Query (the magnifying glass button)
- Copy the text of your script into the text area and click Run Query.
To manage your databases and their contents, use your favorite MySQL or Microsoft SQL Server client or the web based database management tool accessible from Plesk control panel (Home > domain name > Databases > Database name > WebAdmin).
If you collaborate with other people on managing a web site and wish to give them access to the database, you should create separate user accounts for them.
To create a database user account:
- On your Home page, click the domain name you need.
- Click Databases in the Services group.
- Click the required database name. A list of database users will open.
- Click Add New Database User.
- Type a user name and a password that will be used for accessing the contents of the database. Click OK.
To change password for a database user:
- On your Home page, click the domain name you need.
- Click Databases in the Services group.
- Click the required database name. A list of database users will open.
- Click the database user's name.
- Type a new password and click OK.
To let your web applications use external databases for storing the data, you need to create connections to these external databases by installing appropriate ODBC drivers.
To install a new ODBC driver, creating a connection to an external database:
- On your Home page, click the domain name you need.
- Click ODBC Data Sources in the Services group.
- Click Add New ODBC DSN.
- Specify the ODBC connection name and description in the corresponding fields.
- Select the required driver in the Driver field.
- Click OK.
- Choose the appropriate options on the driver configuration screen. Typically, you should specify the path to the database, user credentials and other connection options, depending on the selected driver.
- Click Test to check whether the connection will function properly with provided settings. Click Finish to complete the creation.
To change settings of an existing ODBC connection:
- On your Home page, click the domain name you need.
- Click ODBC Data Sources in the Services group.
- Click the required connection name in the list.
- Change the settings as needed.
- Click Test to check whether the connection will function properly with new settings. Click Finish to save changes.
To remove a database with its contents:
- On your Home page, click the domain name you need.
- Click Databases in the Services group.
- Select a check box corresponding to the database that you wish to remove.
If the required check box appears grayed out, this means that this database is used by a site application and you can remove it only by uninstalling the respective application.
- Click Remove Selected.
- Confirm removal and click OK
To remove a database user account:
- On your Home page, click the domain name you need.
- Click Databases in the Services group.
- Click the required database name. A list of database users will open.
- Select a check box corresponding to the user account that you wish to remove.
- Click Remove Selected. Next, confirm removing and click OK
To remove a redundant ODBC connection:
- On your Home page, click the domain name you need.
- Click ODBC Data Sources in the Services group.
- Select the checkbox corresponding to a connection you want to remove.
- Click Remove Selected, confirm the removal and click OK.
