Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
I have dozens of databases on server and need to configure one by one in DataGrip to get access, and this works. Is there ANY way to configure remote access as admin and see all databases at once?
I'm not sure you understand my question. I can successfully access each database remotely with database user. But instead of creating separate accounts in any program (like sqlyog or data grip) I want to login as admin to mysql and have all databases in the list.
Actually, when you use the "Tools & Settings" > "Database" menu, you can access all databases through phpMyAdmin at once as you are logged in as admin. Simply click on the phpMyAdmin/maintenance icon at the right edge of the list of database servers (where normally only one or two will be shown).
And if you want to access all databases at once, you can simply add a suitable user to the "users" table of your database, allowing access to all databases. Build it similar to the admin user, but don't try to call it admin or root.