我正在寻找有关如何在Windows系统上更新mariadb on xampp 32 bit的解决方案,但没有找到任何关于这方面的文章.我刚找到这个link.请帮我更新一下.我想要JSON个支持,这就是为什么我要从V10.1更新到V10.2.或者如果有其他方法,请告诉我

当前版本为10.1.19-MariaDB

推荐答案

1 : Shutdown or Quit your XAMPP server from Xampp control panel.
2 : Download the ZIP version of MariaDB
3 : Rename the xampp/mysql folder to mysql_old.
4 : Unzip or Extract the contents of the MariaDB ZIP file into your XAMPP folder.
5 : Rename the MariaDB folder, called something like mariadb-5.5.37-win32, to mysql.
6 : Rename xampp/mysql/data to data_old.
7 : Copy the xampp/mysql_old/data folder to xampp/mysql/.
8 : Copy the xampp/mysql_old/backup folder to xampp/mysql/.
9 : Copy the xampp/mysql_old/scripts folder to xampp/mysql/.
10: Copy mysql_uninstallservice.bat and mysql_installservice.bat from xampp/mysql_old/ into xampp/mysql/.
11 : Copy xampp/mysql_old/bin/my.ini into xampp/mysql/bin.
12 : Edit xampp/mysql/bin/my.ini using a text editor like Notepad. Find skip-federated and add a # in front (to the left) of it to comment out the line if it exists. Save and exit the editor.
13 : Start-up XAMPP.
Note If you can't get mysql to start from Xampp control panel. Add this 'skip-grant-tables' statement anywhere in xampp/mysql/bin/my.ini file
14 : Run xampp/mysql/bin/mysql_upgrade.exe.
15 : Shutdown and restart MariaDB (MySQL).
If still mysql is not started then follow below Note steps(!Important)

Note:mysql error log file: c:\xampp\mysql\bin\mysqld.exe:未知变量"innodb_additional_mem_pool_size=2M",请删除或在我的.ini文件在此路径xampp/mysql/bin/my.ini file中.

帮我拿这link块钱.

Database相关问答推荐

如何正确创建mongo模型和客户端?

数据库是序列图中的控制器还是边界?

在哪里存储 PHP 应用程序的数据库登录凭据

java嵌入式库磁盘键值数据库

Spring Data JPA 对 SQL 注入安全吗

术语 SSTable 和 LSM Tree 有什么区别

Spring DriverManagerDataSource vs apache BasicDataSource

查询表的外键关系

关系数据库如何在幕后工作?

数据库中的整数与字符串

在 Rails 中销毁/删除数据库

Oracle 的免费桌面客户端?

如何配置 NLog 以写入数据库?

如何在 Windows 中将用户添加到 PostgreSQL?

如何使用 Entity Framework CF 在父级之前删除子实体?

PostgreSQL 的示例数据库

在 SQL Server 中实施审计表的建议?

Django:检测数据库后端

查询以查找列的 nᵗʰ 最大值

是否有用于 postgresql 的数据可视化工具,它也能够显示模式间关系?