How to update mysql version in xampp (error with innodb_additional_mem_pool_size)

血红的双手。 提交于 2019-12-03 13:23:12

Simply remove this line from my.ini:

    innodb_additional_mem_pool_size = 2M

It was "deprecated in MySQL 5.6.3, are removed in MySQL 5.7.4."

(If my notes are correct, it has been "unused since 4.1.0!)

To Upgrade MySql included in XAMPP (I did it on a Windows system):

  1. Rename your Mysql directory to some other name.
  2. Download the .msi file from the MariaDB link https://downloads.mariadb.org/.
  3. Run .msi. Change the install directory to your Mysql location under XAMPP.
  4. After completion, copy the old my.ini from the original mysql/bin directory to your new mysql/bin directory.
  5. You should be able to start Mysql from the XAMPP control panel.

I found the solution here http://www.mynotebucket.com/update-mysql-under-xmpp/

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