Last active
December 31, 2015 13:29
-
-
Save grandmanitou/7993667 to your computer and use it in GitHub Desktop.
Log into MySQL with root / admin account via command line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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