Skip to content

Instantly share code, notes, and snippets.

@datawebbie
Last active August 29, 2015 13:58
Show Gist options
  • Save datawebbie/10108415 to your computer and use it in GitHub Desktop.
Save datawebbie/10108415 to your computer and use it in GitHub Desktop.
For 11.5.x
# Get admin password
/opt/psa/bin/admin --show-password
# Login to mysql
mysql -uadmin -p`cat /etc/psa/.psa.shadow`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment