• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Plesk Database

DemonLee

Basic Pleskian
I understand the Plesk Database is in MySQL and called 'psa' and that it stores everything set within the Panel Admin, however I would like to be able to log into this database remotely via Navicat in order to create scripts to make bulk changes, such as changing the nameservers for hosted domains...

Can anyone advise me please on how this is done?

I have spent an hour searching, but no joy.

Thanks.
 
Igor, I know how to access a Database within Navicat for a domain that I host, but that is not what I asked for...

What I am looking for, is access to the PARALLELS PLESK database via Navicat... that is the database I believe is called psa ? It will contain everything I view via the Plesk Control Panel

Now, using Navicat, I need the host address (which I have) but I need the username/password and name of database to connect to.
 
Igor, maybe I am missing something somewhere....

I have Navicat installed on my server, I have admin acccess to the localroot main MySQL database that contains all the databases for wordpress etc, there is no database in there for plesk or anything called psa...

So, where is this database if it is NOT in the main MySQL on the server?

Does plesk run off another copy of MySQL installed elsewhere on the server?
 
Check that you have psa database on Plesk server with

# mysql -uadmin -p`cat /etc/psa/.psa.shadow`
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 748
Server version: 5.0.77 Source distribution

Type 'help;' or '\h' for help. Type '\c' to clear the buffer.

mysql> show databases;
+-------------------------+
| Database |
+-------------------------+
| information_schema |
| apsc |
| atmail |
| billing |
| horde |
| mysql |
| phpmyadmin_Fnulx2qIaXdQ |
| psa |
| sitebuilder5 |
| task_manager |
+-------------------------+
10 rows in set (0.00 sec)

mysql>
 
Simple use following details to connect psa db
hostname :- your server ip
port 8306
username :- admin
and plesk password as password.
 
Simple use following details to connect psa db
hostname :- your server ip
port 8306
username :- admin
and plesk password as password.

Thanks InderS, I have tried that with Navicat, can't get a connection, I have sent a support ticket to the Hosting Company Support Team to find out if Port 8306 is available or open as normally we would use 3306 for MySQL Databases.


Demon
 
normally psa db is assigned to port 8306 and it need to have admin password of your plesk panel. You can try using same details on server it self. Might be remote mysql is not enable for your server.
 
Back
Top