vote up 3 vote down star
3

I've googled this and could'nt find anything new and useful for Apple's new OS SnowLeopard. I wonder if this is my mistake or I do need to do something?

this is what I did:

Downloaded from mysql site: http://dev.mysql.com/downloads/mysql/5.1.html#macosx-dmg I choose : Mac OS X 10.5 (x86_64)

I run all the packages and installed all of them. So now I certainly have mysql in

/usr/local/mysql/

But when trying to start it from preferences panel, it is always STOPPED. When I try to do (in the terminal):

/usr/local/mysql/bin/mysql

I got :

-bash: /usr/local/mysql/bin/mysql: Bad CPU type in executable

What is wrong here? Any help would be very appreciated. Thanks

flag

8% accept rate

8 Answers

vote up 6 vote down

YOU MUST REINSTALL mySQL after upgrading to Snow Leopard and remove any previous versions as well as previous startup from the preference panel. install 86_64 10.5...I find the others did not work for me.

  1. Download MySQL version Mac OS X 10.5 (x86_64) located at http://dev.mysql.com/downloads/mysql/5.4.html#macosx-dmg
  2. Install startup Item (follow instructions)
  3. Then install the beta version (follow instructions)
  4. If you want the start up in the Preference Panel...install mySQL.prefpane I find that SQL does not run from the terminal unless you start mySQL in the preference panel.
link|flag
vote up 2 vote down

I'd guess that your iMac isn't 64-bit (you state in another thread it is an original white intel iMac). Try the 32-bit version of MySQL–it should install directly over the 64-bit version, I think.

How to tell if your Intel-based Mac has a 32-bit or 64-bit processor
http://support.apple.com/kb/HT3696

link|flag
I check it and it is 64 bit ;) thanks – nacho4d Sep 3 at 10:31
vote up 2 vote down check

Okay... Finally I could install it! Why? or what I did? well I am not sure. first I downloaded and installed the package (I installed all the files(3) from the disk image) but I couldn't start it. (nor from the preferences panel, nor from the termial)

second I removed it and installed through mac ports.

again, the same thing. could not start it.

Now I deleted it again, installed from the package. (i am not sure if it was the exact same package but I think it is) Only this time I got the package from another site(its a mirror).

the site:

http://www.mmisoftware.co.uk/weblog/2009/08/29/mac-os-x-10-6-snow-leopard-and-mysql/

and the link:

http://mirror.services.wisc.edu/mysql/Downloads/MySQL-5.1/mysql-5.1.37-osx10.5-x86.dmg

1.- install mysql-5-1.37-osx10.5-x86.pkg

2.- install MySQLStartupItem.pkg

3.- install MySQL.prefpanel

And this time is working fine (even the preferences panel!)

Nothing special, I don't know what happened the first two times.

But thank you all. Regards.

link|flag
vote up 0 vote down

Have you considered installing MacPorts 1.8.0 (release candidate), and keeping MySQL up-to-date that way? That will build MySQL for the architecture and OS that you're using, rather than installing a 10.5 version on 10.6.

link|flag
Thanks,... I wouldn't mind using MacPorts 1.8.0 actually I am using it, but I don't know what version is it. Still, I did a serch: port seach mysql but I should have missed because all the results where plugins, and controllers , etc. How can I know what version do i have? what is the command for mysql installation? (ie. port install mysql-5) – nacho4d Aug 26 at 13:31
You'll likely want any of the "mysql5" ports: mysql5 or mysql5-server. There's also mysql5-devel and mysql5-server-devel ports. – Nerdling Aug 26 at 14:02
I removed and installed as you suggested but, I still cannot start it. This is what I did: sudo /opt/local/lib/mysql5/bin/mysql_install_db --user=mysql (it worked fine) /opt/local/lib/mysql5/bin/mysql_secure_installation Enter current password for root (enter for none): ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/opt/local/var/run/mysql5/mysqld.sock' (2) – nacho4d Aug 26 at 14:50
/opt/local/lib/mysql5/bin/mysqladmin -u root password nachito14 /opt/local/lib/mysql5/bin/mysqladmin: connect to server at 'localhost' failed error: 'Can't connect to local MySQL server through socket '/opt/local/var/run/mysql5/mysqld.sock' (2)' Check that mysqld is running and that the socket: '/opt/local/var/run/mysql5/mysqld.sock' exists! – nacho4d Aug 26 at 14:51
It doesn't look like you've got it running. It creates a startup item by default, try launching it (or restarting). also, hop on the MacPorts IRC to ask for help: irc.freenode.net #macports – Nerdling Aug 26 at 19:41
show 1 more comment
vote up 0 vote down

snow leopard is different to the "old" leopard therefore its not surprising that the sources won' work... you should probably wait till the official release on friday and oracle might be releasing a properly working sql version soon.

link|flag
In Snow Leopard, Apple is finishing the transition to 64 bit. This means that the enitre OS (+apps) is pure 64-bit as opposed to leopard which only had some subsystems running on 64 bit. It is no surprise that software which was compiled for Leopard won't work flawless with Snow Leopard, especially since Apple shipped a dev-Version of Snow Leopard so that developers could test their apps before the official Launch. – Mike Aug 26 at 13:11
I think I got the 64-bit version though... – nacho4d Aug 26 at 13:51
Snow Leopard is Intel only, but not 64-bit only. Everything runs on 32- or 64-bit depending on the host machine. MySQL should really build a dual 32.64 version. – matt Aug 27 at 10:33
vote up 0 vote down

Along with making sure you install the 64bit version, also check to make sure that the symbolic link of '/usr/local/mysql' is pointing to the correct version of your installation:

lrwxr-xr-x   1 root  wheel    27B Aug 29 01:24 mysql -> mysql-5.1.37-osx10.5-x86_64
drwxr-xr-x   3 root  wheel   102B Aug 29 01:25 mysql-5.1.30-osx10.5-x86
drwxr-xr-x  11 root  wheel   374B Aug 29 15:59 mysql-5.1.37-osx10.5-x86_64
drwxr-xr-x  17 root  wheel   578B Jul 13 22:06 mysql-5.1.37-osx10.5-x86_64.old

Alos, I found that after my installation, even though I used the pkg file from MySQL various other libraries would not build against the installation. The solution was to follow the steps to build MySQL from source found here. You can manually start it as root with the command:

/usr/loca/mysql/bin/mysqld_safe [whatever options you use]

Now ... to get the preference pane working I did the following:

  1. Installed 64bit version of MySQL Server packet from mysql.com
  2. Moved the package from mysql-5.1.37-osx10.5-x86_64 to mysql-5.1.37-osx10.5-x86_64.old
  3. Did a manual compile and installation of MySQL as per these instructions
  4. Executed the following command:

    sudo cp -R /usr/local/mysql-5.1.37-osx10.5-x86_64.old/support-files /usr/local/mysql/.

  5. Opened up the MySQL Preference Pane and tada! it works

link|flag
vote up 0 vote down

This might help : http://stackoverflow.com/questions/991708

link|flag
vote up 0 vote down

I have installed mysql-5.4.2-beta-osx10.5-x86_64 and I'm also getting:

 -bash: /usr/local/mysql/bin/mysql: Bad CPU type in executable

I don't see a resolved issue in this thread. Have you guys found how to fix this issue?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.