osx - Can't find MySQL on MAC -


i installed mysql on mac , can't find usr/local/mysql on machine. cd home directory when type in cd usr can't see , unable determine if mysql installed.

how can find installation?

terminal window:

cd /usr

to view hidden folders in finder:

  1. open terminal found in finder > applications > utilities
  2. in terminal, paste following:

    defaults write com.apple.finder appleshowallfiles yes

  3. press return.

  4. hold option/alt key,
  5. then right click on finder icon in dock , select relaunch

Comments

Popular posts from this blog

php - Passing multiple values in a url using checkbox -

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -