Jump to content

Compare MySQL Versions


JasonLewis

Recommended Posts

What I'm attempting to do is compare versions of MySQL. I couldn't find any reference to a default PHP function, although I was thinking of using PHPs version_compare(), and just throwing in the MySQL Version number as the first parameter. What I'm unsure of is that MySQL version numbers are different. They have versions like 5.1.36.

 

So, for example:

 

5.1.36 < 5.1.4 (true, if I use version_compare it says false)

 

Unless 5.1.4 is really 5.1.04. I'm just not 100% on how MySQL does its version numbering. I was beginning to write a function that compared version numbers, but if I can use version_compare() then I will.

 

Cheers.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.