Yosemite Archives

How to install MySQL on Mac OS X El Capitan

MySQL 2015

There are several ways to install MySQL on your Mac, for example:

  • compile from source
  • use the Homebrew package manager (http://brew.sh)
  • use a nifty script courtesy of Mac Mini Vault (http://git.io/eUx7rg)
  • or use the dedicated MySQL installer package (recommended)

I recommend the dedicated installer because it’s the only package that will also add a convenient Preference Pane for starting and stopping the service.

In this article I’ll focus on the latter, and I’ll also talk you through how to add MySQL to the PATH variable and how to secure MySQL to keep the evildoers away from your server.

These instructions will work on Yosemite and El Capitan (I’ve tested it on both systems – in fact that’s part of why I’m writing this, so that I can remember for next time).

 

Screen Shot 2015-11-02 at 10.40.12

Read more

How to kill the “accept incoming connections” dialogue on your Mac forever

Have you ever come across the above dialogue, asking if you’d like to “accept incoming network connections” on your Mac? It’s caused by the Firewall and it’s meant to be helpful. Because if you have an app that needs incoming network connections all the time, you can just add them to the Firewall rules (under … Read more

How to disable the ultra annoying Startup Sound on Mac OS X

I passionately *H*A*T*E* the startup chime that my Mac makes when I switch it on. At least on my MacBook, if the volume is turned down before I shutdown, the system restarts silently. I guess it’s somehow linked to the internal speakers. Sadly on my Mac Mini this approach doesn’t work: due to the lack … Read more

How to fix “This file is damaged and can’t be opened” in Mac OS X

Yesterday I was trying to open an installer which was offered as a .dmg file. That’s a disk image which mounted itself fine, but when I ran the installer contained in the disk image, all I got was an error message: “ZBrush to Keyshot Content Installer is damaged and could not be opened”. At first I … Read more

How to install Java SE 6 Runtime on Mac OS X Yosemite

When you’re trying to open any of the Adobe CS5 or CS6 applications in Yosemite, you’ve likely encountered a friendly message such as this: This happens because CS5 and CS6 applications were relying on Java 6, and the current version at the time of writing is Java 8. I’m not an expert on Java, but … Read more