Grab the latest build of MySQL5 for OS X. Install everything (or at least the main package). The preferences pane is currently now working in Leopard, an update is expected soon, however for now you can open terminal and type: sudo /usr/local/mysql/bin/safe_mysqld once that’s running, open another terminal window (Command + n) and type: sudo [...]
Monthly Archives: October 2007
Disable Glassy Dock in Leopard
Open up terminal and copy and paste: defaults write com.apple.dock no-glass -boolean YES; killall Dock If you want it back, its as simple as: defaults write com.apple.dock no-glass -boolean NO; killall Dock
Leopard and PHP
PHP5 wasn’t working right out of the box for me in OS X Leopard, so here is what I did to fix the issue. Fire up your trusty terminal window and type (you can replace “mate” with whatever editor your comfortable using, like pico or vi): mate /etc/apache2/httpd.conf find the line that reads: #LoadModule php5_module [...]
World of Warcraft Patch 2.2.3 Notes
WoW patch notes on the PTR for 2.2.3 Bug Fixes Clients utilizing OpenGL video modes will no longer experience graphical anomalies and missing textures after minimizing/maximizing the window. Fixed an issue that caused Fel Eye Stalks during the Legion Ring event to not despawn when the event is completed. Fixed an issue where zoning after [...]