Project

General

Profile

Actions

Defect #9353

closed

Mysql 5.5.x doesn't seem to be supported under Mac OS X

Added by Anonymous over 12 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Documentation
Target version:
-
Start date:
2011-09-29
Due date:
% Done:

0%

Estimated time:
Resolution:
Wont fix
Affected version:

Description

It took me a while to figure that out but mysql 5.5.x is not supported.
I downgraded to mysql 5.1.59 and that worked ok.

Maybe RedmineInstall at least should mention this because I looked at the support forum and more people are running into this issue.

I was running Redmine 1.2.1 mysql 5.5.x (64-bit) MacOS X 10.7.1

but this 5.5.59 worked.

Also redmine install notes should include how to install gem mysql on these platforms:

sudo env ARCHFLAGS="-arch x86_64" gem install mysql --no-rdoc --no-ri -- --with-mysql-config=/usr/local/mysql/bin/mysql_config

or for Postgresql

sudo env ARCHFLAGS="-arch x86_64" gem install pg

Replace x86_64 with i386 for 32-bit version of those databases installed.

Actions

Also available in: Atom PDF