Text 12 Jul 24 notes What is added installing MySQL on MacOSX with HomeBrew?

It was just simple curiosity. I tried to remove all mysql contains from my computer and I ran:

brew install mysql
I wonder, what’s whole stuff is installed. Listing with:
find / -name mysql -print 2> /dev/null
And is the result:
/usr/local/bin/mysql
/usr/local/Cellar/mysql
/usr/local/Cellar/mysql/5.5.12/bin/mysql
/usr/local/Cellar/mysql/5.5.12/include/mysql
/usr/local/Cellar/mysql/5.5.12/share/doc/mysql
/usr/local/Cellar/mysql/5.5.12/share/mysql
/usr/local/include/mysql
/usr/local/share/doc/mysql
/usr/local/share/mysql
/usr/local/var/mysql
/usr/local/var/mysql/mysql

I’m not crazy. I’m just know what it’s being added on my computer, ;)

  1. rabarroso posted this

Design crafted by Prashanth Kamalakanthan. Powered by Tumblr.