• 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.

What is mysql user at my VPS?

K

KunL

Guest
My VPS vendor told me that the mysql user after Plesk installation is admin. My question is do we still have the mysql root user? And what is its password?
Thanks.
 
No. root user is disabled and amin user have all the same permissions as root. Password for admin user the same as password for login as admin to Plesk Panel. You can find it with

cat /etc/psa/.psa.shadow
And login to mysql with

mysql -uadmin -p`cat /etc/psa/.psa.shadow`
 
How do I adjust the privileges of MySQL users?

Every user I create thru the Plesk interface seems to have full permissions.

However, use the mysql commandline client and retrieve the users table, I see that all users have all privileges set to N, except for admin.

Can someone explain how Plesk makes MySQL user administration different from normal?

Thanks.
 
Admin's account has been created during Plesk installation by installation scripts. As I remember it is just converted root user. Therefore all admin's privileges have been added during installation too.
 
Privileges tab in phpMyAdmin?

Hi,
When I get into phpMyAdmin via the Webadmin link at

Home>Domains> example.com >Databases>
Users for database db01 on domain example.com


I cannot find the Privileges tab.
Is it because I am logged into MySQL as a user other than admin?
How do I know what MySQL user I am?
How do I login as admin?
I was not asked to login.

EDIT:
My VPS hosting provider has answered my question.
In order to use phpMyAdmin as admin (and get the Privileges tab), you need get to Webadmin via the following path in Plesk:

Home > Server > Database servers > Local MySQL server > Databases > Webadmin
 
Last edited by a moderator:
@DarrenT - thanks

Thank thank you - 4.5 hours of messing around trying to find the answer you worked out - thank goodness for that - cheers dude!!!!!!!!!!!!
 
Back
Top