Guest User

Untitled

a guest
Jul 11th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. $ sudo port mysql5-server-devel
  2. $ sudo -u mysql mysql_install_db5
  3. $ sudo launchctl load -w /Library/LaunchDaemons/org.macports.mysql5.plist
  4. $ sudo env ARCHFLAGS="-arch x86_64" gem install mysql -- \
  5. --with-mysql-include=/opt/local/include/mysql5 \
  6. --with-mysql-lib=/opt/local/lib/mysql5 \
  7. --with-mysql-config=/opt/local/lib/mysql5/bin/mysql_config
Add Comment
Please, Sign In to add comment