No 'Your MySQL Version' on OSX 10.6.2
I'm trying to install on OSX Server 10.6.2, only the install script says:
MySQL Version Required: 5.0.1 or newer
Your MySQL Version: *blank*
MySQL 5.0.5 is running, and I can connect. What could be wrong?
MySQL Version Required: 5.0.1 or newer
Your MySQL Version: *blank*
MySQL 5.0.5 is running, and I can connect. What could be wrong?
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
-
Inappropriate?Turns out the way the installer compares MySQL versions isn't compatible with MySQL version strings:
I added some debugging code:
header('content-type: text/plain');
echo 'Version required: ', var_export($needVersion, true), "\n";
echo 'Version found: ', var_export($haveVersion, true), "\n";
echo 'Versions compared: ', var_export(version_compare($haveVersion, $needVersion, '>'), true), "\n";
exit;
And the output:
Version required: '5.0.1'
Version found: 'mysqlnd 5.0.5-dev - 081106 - $Revision: 1.3.2.27 $'
Versions compared: false
I’m wtf
-
Inappropriate?Hi Rowanjl, sorry to hear about your frustrations with mysql, let me send this to our lead developer and see what the issue could be.
Can you tell me which version of Copper you're trying to install, and what your registration is under?
I’m trying to help.
Loading Profile...




EMPLOYEE