Accessing Databases

After you have created a database and assigned a database user to it, you can access it from Plesk using the corresponding link inWebsites & Domains > Databases. The links differ depending on the database type:

  • phpMyAdmin for MySQL databases
  • pgMyAdmin for PostgreSQL databases
  • myLittleAdmin for SQL Server databases.

Note: If the link is missing, contact your hosting provider.

When accessing a database with these tools, Plesk automatically uses the corresponding database user credentials.

If you want to access your database using other tools (such as SQL Server Management Studio) or want to give other applications access to it, you will need to provide these tools and applications with the following:

  • To connect to MySQL and PostgreSQL, you will need to provide the host name (or IP address) and the database user login and password. To view this information, click the Connection Info link under the database name.
  • To connect to Microsoft SQL Server, you will also need to specify the Microsoft SQL Server instance. For Microsoft SQL Server 2008, Plesk uses the MSSQLSERVER2008 named instance. Therefore, the host can be specified asmydomain.com\MSSQLSERVER2008 or 123.123.123.123\MSSQLSERVER2008. For Microsoft SQL Server 2005, Plesk uses the default instance (MSSQL 2005), and you do not need to specify the instance name.
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

(Advanced) Website Databases

If your website incorporates custom data processing applications or is designed to generate web...

Creating Databases

Creating Databases Watch the video tutorial You can create and remove databases in Websites...

Viewing Connection Information

Viewing Connection Information You might need to know host, port, and user credentials for...

Copying Databases

Copying Databases Plesk allows you to copy databases from one database server registered in...

Backing Up and Restoring Databases

Backing Up and Restoring Databases You can back up a database in the following ways: Export a...