Hosting Article V1

How do I access MySQL using SSH with Plesk installed?

Category: Dedicated Linux
Author: Jane83
Date: 2008/3/2
Keywords: MySQL SSH Plesk



To Access MySQL Using SSH with Plesk installed

  1. Log on to your server.
  2. At the command line, type su -. This gives you root access.
  3. At the command line, type mysql -uadmin -p`cat /etc/psa/.psa.shadow`

    NOTE: To reset your MySQL password, at the command line, type mysqladmin -u admin -psetup password $PW


Hosting Article V1
URL: http://www.powerhoster.com/domainhosting/modules/article/view.article.php/c10/1479