Skip to content

Instantly share code, notes, and snippets.

@grandmanitou
Last active December 31, 2015 13:29
Show Gist options
  • Save grandmanitou/7993667 to your computer and use it in GitHub Desktop.
Save grandmanitou/7993667 to your computer and use it in GitHub Desktop.
Log into MySQL with root / admin account via command line
# classic connection
mysql -uadmin -p`cat /etc/psa/.psa.shadow`
# classic dump
mysqldump -uadmin -p`cat /etc/psa/.psa.shadow` viacombi_eu_forum > viacombi_eu_forum.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment