Created
July 22, 2010 18:28
-
-
Save kidpollo/486382 to your computer and use it in GitHub Desktop.
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
# full reinstall mysql server | |
apt-get remove --purge 'mysql-server.*' | |
rm -rf /etc/mysql | |
rm -rf /var/run/mysqld | |
rm -rf /db/mysql | |
rm -rf /db/mysql | |
rm -rf /var/lib/mysql | |
apt-get install mysql-server | |
#reattach screen | |
screen -r | |
#derach from screen | |
detach with ctrl+a ctrl+d |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment