I am trying to install MySQL on Mac OS 10.6.4 with x86_64 architecture.
I have downloaded the mysql-5.1.50-osx10.6-x86_64.dmg and installed it. When I do:
* `/usr/local/mysql/bin/mysqladmin version`
This is returned:
* "Ver 8.42 Distrib 5.1.50, for apple-darwin10.3.0 on i386"
Meaning that the architecture is 32-bit.
I have downloaded the source, ran both configure and then make but the version of MySQL installed is still for 32-bit.
Does anyone have any tips where I am going wrong?
The thing that interests me is when running configure on the source code the first few lines outputted are:
checking build system type... i386-apple-darwin10.4.0
checking host system type... i386-apple-darwin10.4.0
checking target system type... i386-apple-darwin10.4.0
Kind thanks
Matthew
I have downloaded the mysql-5.1.50-osx10.6-x86_64.dmg and installed it. When I do:
* `/usr/local/mysql/bin/mysqladmin version`
This is returned:
* "Ver 8.42 Distrib 5.1.50, for apple-darwin10.3.0 on i386"
Meaning that the architecture is 32-bit.
I have downloaded the source, ran both configure and then make but the version of MySQL installed is still for 32-bit.
Does anyone have any tips where I am going wrong?
The thing that interests me is when running configure on the source code the first few lines outputted are:
checking build system type... i386-apple-darwin10.4.0
checking host system type... i386-apple-darwin10.4.0
checking target system type... i386-apple-darwin10.4.0
Kind thanks
Matthew