Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account

MySQL 5.5 GA launchd issues with Snow Leopard

I did a clean install on my Macbook Pro this morning, part of the clean install means, re-downloading things like MySQL. When I installed it, I noticed that the pref-pane wouldn't start MySQL. Even when it asked for my admin password. I thought maybe it was a boot up issue, so I rebooted, and got an error telling me that the permissions for the start up item were in secure. Here's what I did to debug/fix the problem.
  • Change permission of /Library/StartupItems/MySQLCOM/MySQLCOM
  • edit /usr/local/mysql/support-files/mysql.server and edited line 46 and 47 to say
Change file ownership
chown -R root:wheel /Library/StartupItems/MySQLCOM
Edit mysql.server file
basedir=/usr/local/mysql datadir=/usr/local/mysql/data
There is already a bug filed for this..
PlanetMySQL Voting: Vote UP / Vote DOWN
Source Article
Comments
0
Be the first to comment

Join with account you already have


Sign in with Twitter account
Sign in with Facebook account
Sign in with Google Friend Connect
avatar
Tags: macbook pro, root wheel, change permission, mysql data, mysql support, admin password, wheel, vote
Cassandra won't start Java Issue Snow Leopard
Nov 24, 2010
Hi I'm getting this error when i run bin/cassandra -f Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/cassandra/thrift/CassandraDaemon Caused by: java.lang.ClassNotFoundException: org.apache.cassandra.thrift.CassandraDaemon …

Closed: (THRIFT-898) Hairy install of 0.4 on OSX Snow Leopard / fink: separate complaints re: libfl.
Nov 2, 2010
[ https://issues.apache.org/jira/browse/THRIFT-898?page=com.atlassian.ji ra.plugin.system.issuetabpanels:all-tabpanel ] Bryan Duxbury closed THRIFT-898.

Created: (THRIFT-898) Hairy install of 0.4 on OSX Snow Leopard / fink: separate complaints re: libfl
Sep 12, 2010
Hairy install of 0.4 on OSX Snow Leopard / fink: separate complaints re: libfl.a; Benchmark.o; ClassNotFoundException

Cant make elasticsearch run on my Mac Snow Leo - too many arguments
Dec 8, 2010
Hello, I just can't make ElasticSearch start on my mac. I get this error message all the time: ./elasticsearch: line 96: [: too many arguments Exception in thread "main" java.lang.NoClassDefFoundError: Vault/ elasticsearch/work/heap Caused by:…

#5112 - Launchd Service broke in 2.6.2 with OS X 10.4 Clients.
Oct 27, 2010
Just to follow up on 5112 I have a dirty patch that appears to work. Nominally tested it on 10.4, 10.5, & 10.6. 10.4 now applies catalogs instead of failing. All versions successfully manage a test services state as well. Does anyone have a…

Re: Issue 119 in redis: Unable to compile on Mac OS X Leopard (running on a PowerPC G4)
Aug 2, 2010
Comment #4 on issue 119 by pahowes: Unable to compile on Mac OS X Leopard (running on a PowerPC G4) http://code.google.com/p/redis/issues/detail?id=119 The underlying problem is that redis.c is mucking around with the thread context and CPU…

PATCH/puppet 1/1] Fixed #4025 (failure in launchd if certain plists are binary).
Sep 24, 2010
Modified the launchd provider to use OSX's "plutil" command to read plists. This allows it to handle properly lists in both XML format (which was the default before OSX 10.4) and binary format (which is the default starting with OSX 10.4). …

Re: [PATCH/puppet 1/1] Fixes #4025. Update launchd service provider to deal with binary plists. Add
Sep 16, 2010
gah. I didn't expect that subject to come out the way it did... Better formatted.... Fixes #4025. Update launchd service provider to deal with binary plists. * Add RubyCocoa feature to Puppet base features * Try to use RubyCocoa/Foundation…

PATCH/puppet 1/1] Fixes #4025. Update launchd service provider to deal with binary plists. Add RubyC
Sep 16, 2010
Signed-off-by: Nigel Kersten <nig### @explanatorygap.net> --- lib/puppet/feature/base.rb | 3 ++ lib/puppet/provider/service/launchd.rb | 44 ++++++++++++++++++++++++------- spec/unit/provider/service/launchd.rb | 22…

migration from mysql
Aug 24, 2010
Hello there, I am new to Riak, but we are thinking of migrating some of our data from mysql into it and running with it for some of our website. Temporarily we would need to keep the data in sync whilst we make other changes. So for some time we…