Skip to content

GEEKDECODER

Linux, Windows, Software Tips, Articles and Hacks

  • Services
  • Support
  • Contact
  • About
  • Crypto Quotes

Search for Articles

Search for:

Featured Articles

  • No Pub Key Mysql on Apt update Debian 11
  • How to Remove You do not have a valid subscription for this server on Proxmox version 7.1-8
  • How to Switch Desktop Environments in Ubuntu/Debian From the Command Line
  • NetworkManager
  • Install and Configure fail2ban on Debian 11
  • ApacheSolr vulnerability CVE-2021-44228 for Log4j
  • Install Proxmox VE on Debian 11 Bullseye 3 Node Cluster with Ceph
  • Display Linux logo with hardware Info using screenfetch
  • Install and Setup ClamAV on Debian 11
  • Remove Nginx

Categories

How can I access MySQL databases in Plesk?

October 7, 2015 The Geek Decoder Leave a comment MySQL, Plesk, Windows Server

Linux:


# mysql -uadmin -p`cat /etc/psa/.psa.shadow` DATABASE_NAME

Windows:
This will retrieve admin password


cd %plesk_bin%
plesksrvclient -get

Login to mysql


cd %plesk_dir%\mysql\bin
mysql -uadmin -pPassword -P8306 

Post navigation

← APC on Cpanel
Cpanel on Cloudflare looks weird →

Copyright 2021 Geekdecoder, LLC. All Rights Reserved.