I've recently been working on a website and unfortunately I realized that the server I am working with runs phpMyAdmin version 2.11.10 and MySQL version 5.0.67. While my xampp runs with phpMyAdmin version 4.1.6 and MySQL version 5.6.16. Is there any means by which I can run an older version of mySQL on my local computer (the xampp) as at the moment I am running into MySQl compatibility issues with some of my databases?
P.S would I also have to change the php version I am using?...My server is probably using a different version but I have not run into any php errors so far.
Update:Installing the older version gave me this error, #1273 - Unknown collation: 'utf8mb4_general_ci'
for xampp version 1.6.8