-2

I want to downgrade mysql 5.6.20 to 5.1, can anyone give me steps using phpmyadmin...or any other better way to downgrade it. I'm using windows 7 and xampp server. Any help is much appreciated.

Marc Delisle
  • 8,879
  • 3
  • 29
  • 29
Aamir
  • 2,173
  • 1
  • 29
  • 58
  • 1
    PHP 5.1 was obsolete in 2008. PHPMyAdmin is used to access databases and it can't be used to install or modify the installed PHP. – ryantxr Mar 13 '16 at 07:05
  • @ryantxr The question was about MySQL, not PHP. MySQL 5.1 went into "sustaining support" (basically EOL) in December 2013, though, so it's still a poor choice to downgrade to… –  Mar 13 '16 at 10:34

1 Answers1

2

I suggest you to take a dump of all your DB. Uninstall 5.6.20. Install 5.1 and restore your data.

White Feather
  • 2,733
  • 1
  • 15
  • 21