Filed under:

How do I Access MySQL Using SSH on Plesk Servers ?




To access the mysql command line on Plesk for Linux ...
  1. Connect to your server by SSH
  2. At the command line, type
    su -
    To get root access
  3. type
    mysql -u admin -p`cat /etc/psa/.psa.shadow`


Was this answer helpful?

Add to Favourites Add to Favourites    Print this Article Print this Article

Also Read

Language: