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

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

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

asp.net mvc - breakpoint on javascript in CSHTML? -