How to downgrade Wamp MySQL version?

戏子无情 提交于 2019-12-21 05:40:29

问题


I am having a problem in downgrading the Mysql version in Wamp. Currently I am using 5.6.12 and I need to downgrade it it 5.5. But before I can download the old version. By choosing 'get more...' option and it leads me to the mysql addon. But the website looks different. It only shows the wampserver installation. I can't find the mysql addons.

Please help me guys thanks.


回答1:


maybe you should ask this in superuser.com, but you may check this one at:

http://sourceforge.net/projects/wampserver/files/WampServer%202/WampServer%202.2/

I think now they are providing an already-packaged mysql in a single wamp-installer..
So, just try to download the older version..
WampServer version 2.2 has MySQL 5.5.24..
hope this helps..




回答2:


It is now possible to install the multi MySql versions with executables provided by the wamp team.

Here's what you want to do:

  • First, make sure you have Wampserver 3.0.9 (or newer) installed on your machine. As of the time I'm writing this, it is not possible to download this version directly from the wampserver official homepage. You have to download and install 3.0.6 from wampserver.com and then update to 3.0.9. You can find the update installer here .

  • Then you can install Wampserver addons from source forge. In your case, you just have to pick the version of MySql that you want and to install it.

  • Finally, restart wamp and then you will be allowed to pick the version of MySql that you want from the wamp option box pinned on the bottom right of your windows task bar.

Hope it helps someone !




回答3:


Yes, you can do it.

1 - download the version of mysql that you want to install.

2 - Copy / Paste it in your folder C:\wamp\bin\mysql

3 - Close and run Wamp server again

4 - Left click the Wamp icon in your taskbar then Mysql > Version > 'select your version'

Example mysql folder name : "mysql5.6.17"

Note: If you copy the version from an existing server with database on it, the database would be copied as well.




回答4:


here is what i did : (I have wamp 3)

  1. install wamp 2.2 (dont have to remove current version)

  2. go to C:\wamp\bin\mysql

  3. copy sql5.5.24 folder and paste it in C:\wamp64\bin\mysql(wamp 3 folder)

  4. remove wamp 2.2

  5. restart wamp

  6. click on wamp icon in right corner ot taskbar ,select MySQL --> version and there it is

cheers :)



来源:https://stackoverflow.com/questions/23819609/how-to-downgrade-wamp-mysql-version

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!