Plesk Log in to MySQL as root admin in Linux

To log into MySQL as root user on a Plesk server, you will need to specify the username "admin" and use the Plesk administrator password.

You can also execute the following command if you are logged in via SSH:


mysql -uadmin -p$(cat /etc/psa/.psa.shadow)


  • Plesk, linux, MySQL
  • 0 أعضاء وجدوا هذه المقالة مفيدة
هل كانت المقالة مفيدة ؟

مقالات مشابهة

How to retrieve the Plesk admin password

You can retrieve your Plesk admin password by logging on to the server via SSH and running one of...

Disable "open_basedir" when using Plesk.

open_basedir is a security measure for PHP, however it can cause numerous problems with your...

Enable Passive FTP Plesk

This guide explains how to enable passive FTP transfer mode on servers with Plesk.Part 1 -...

How to increase upload file limit for Plesk Linux

By default, PHP limits uploaded files' size to 2 MB. This limit applies to all PHP applications...