
The sky by Silviu Vulcan (silviuvulcan) Silviu Vulcan: Photos · Blog · Flow · Favorites RSS: Popular Photos · Editors Choice · Upcoming Photos · Fresh Photos Social: Twitter · Facebook · LiveJournal · Blog
Sometimes I need to clean a mysql server so I can re-import it clean from the backups. A DROP ALL DATABASES; would have been nice, but the following does the trick. It will drop all databases except for mysql, test and information_schema View Code BASH1 mysql -uroot -pPASS -e "show databases" | grep -v...
Recent Comments