Categories
MySql System Typo3

Install MySql on Lion Server

  • Get MySql Server Community Edition DMG Archive
  • MySQL will be installed in /usr/local/mysql/
  • This is not in the current $PATH of Lion Server
  • To solve this, create symbolic links in /usr/local/bin/, which is in the current $PATH

Alternative ways (untested)

  • Create a file in /etc/path.d/ with the path to /usr/local/mysql/bin/
  • Caution: This will change the global $PATH

Other resources