OS X Mountain Lion musings
I have a trusty MacBook Pro early-2008 model which I upgraded to OSX Mountain Lion recently.
The upgrade went surprisingly smoothly - surprising compared to Windows experiences of years gone by. The laptop had the original 2MB of RAM which it came with. Things slowed down in a scary way (to the point where I was wondering if the upgrade was a good idea).
I upgraded memory to 4MB off eBay and things are back to normal. I could have upgraded to 8MB but that was a bit over budget for me.
MySQL O_o
I'm a novice hobbyist software tinkerer. As I started down the path of migrating a Java app to Amazon Web Services, I discovered that MySQL that I have running for years pre-Mountain Lion had stopped working. MySQL would fail to start with the error message "The MySQL Database Server installation was not found. Please make sure the /usr/local/mysql/bin/mysqladmin file is present."Oops |
At first, I placed the link under /Users/roupen which turns out was wrong (I did say I am a novice). I placed the link under /usr/local like so sudo ln -s mysql-5.0.51a-osx10.5-x86 mysql
Ahhh yes, finally running |
No comments:
Post a Comment