Log in

View Full Version : vBulletin 3.8.7 / 3.8.8 and MySQL 5.5


A.Chakery
07-05-2014, 09:22 PM
Hello,
Would you please tell me if VB 3.8 supports MySQL 5.5 ?

Thank you

Simon Lloyd
07-06-2014, 05:00 PM
MySql version isnt the problem it's the php version, earlier version of vb can't run on php5.4.x but 3.8.8 will do :)

A.Chakery
07-06-2014, 05:29 PM
Thank you for the reply,

So You mean MySQL 5.5 only works with PHP 5.4+ ?

Simon Lloyd
07-06-2014, 10:09 PM
No, i mean your different versions of vb only work with certain versions of php mysql is fine, although some modifications need changing from TYPE=MyISAM to ENGINE=MyISAM

A.Chakery
07-06-2014, 11:07 PM
Thankyou.. Got it :)

Fortunately I have installed cPanel PHP Selector plugin on my server so I can switch to older versions of php when its needed.

Again thank you.