1

How can I downgrade mysql from 5.6 to 5.5 on MAMP? Do I need to install something??

Natt D
  • 29
  • 1
  • 4
  • Dont know, but remember to EXPORT all your databases before you try anything – RiggsFolly Oct 26 '16 at 10:13
  • Have you read the documentation ? https://dev.mysql.com/doc/refman/5.6/en/downgrading.html – PaulF Oct 26 '16 at 10:39
  • I would have assumed that it's possible to use multiple versions of MySQL with MAMP Pro just like with PHP, but it doesn't seem to be the case. So Docker to the rescue ... – Nick Weisser May 09 '17 at 17:15
  • Even at the time of posting this question, MySQL 5.6 was more than three years old.... why not use current versions instead of those where the end of support is coming nearer and nearer? – Nico Haase Feb 18 '21 at 10:06

1 Answers1

0

According to MAMP documentation, it is not possible:

«No, you can not upgrade or downgrade the version of MySQL that comes with MAMP PRO. You must use MySQL 5.7.»

https://documentation.mamp.info/en/MAMP-PRO-Mac/FAQ/MySQL/Can-I-use-MySQL-5.6-with-MAMP-PRO-6/

Xavier Caliz
  • 143
  • 2
  • 9