Quickly drop the temp MYSQL databases that SilverStripe unit tests leave behind
mysql -e "show databases;" | grep ss_tmpdb | while read -r line ; do mysql -e "drop database $line;" ; done;
Written by Jeremy Shipman
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Tags
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#