Hi,
I am trying to run mysql 5.5 in 64 bit mode on OS X Snow Leopard. I enabled the 64 bit kernel by holding down "6" & "4" during boot up. I've tried both installing the 64 bit binary and compiling it from source. When I stat the executable for the client, I get:
/usr/local/bin/mysql: Mach-O 64-bit executable x86_64
However, when I execute "SHOW VARIABLES LIKE 'version_compile_machine'" on the client, I get: 'version_compile_machine | i386'.
This doesn't seem right to me. I've scoured the net but I can't find anything to suggest that the 64bit version is not enabled by default, but then why am I getting these results?
Mike
I am trying to run mysql 5.5 in 64 bit mode on OS X Snow Leopard. I enabled the 64 bit kernel by holding down "6" & "4" during boot up. I've tried both installing the 64 bit binary and compiling it from source. When I stat the executable for the client, I get:
/usr/local/bin/mysql: Mach-O 64-bit executable x86_64
However, when I execute "SHOW VARIABLES LIKE 'version_compile_machine'" on the client, I get: 'version_compile_machine | i386'.
This doesn't seem right to me. I've scoured the net but I can't find anything to suggest that the 64bit version is not enabled by default, but then why am I getting these results?
Mike