• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved Login as admin to mysql remotely

VojinP

Basic Pleskian
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.
 
I have tried to connect with plain admin pass, with encrypted admin pass, to 3306 and 8306, but no combination worked.
 
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.
 
Back
Top