摘 XAMPP的mysql启动失败:Plugin 'FEEDBACK' is disabled.
5月24号遇到的问题, 一直没解决,今天(6月5号)终于解决啦,另外重启或者关闭电脑时,要先关闭Xampp,防止:Plugin 'FEEDBACK' is disabled.再出现
安装完XAMPP后启动mysql,发现启动失败也没有任何提示,通过查看mysql_error日志,描述:
2021-08-11 18:56:53 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions 2021-08-11 18:56:53 0 [Note] InnoDB: Uses event mutexes 2021-08-11 18:56:53 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 2021-08-11 18:56:53 0 [Note] InnoDB: Number of pools: 1 2021-08-11 18:56:53 0 [Note] InnoDB: Using SSE2 crc32 instructions 2021-08-11 18:56:53 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M 2021-08-11 18:56:53 0 [Note] InnoDB: Completed initialization of buffer pool 2021-08-11 18:56:53 0 [Note] InnoDB: 128 out of 128 rollback segments are active. 2021-08-11 18:56:53 0 [Note] InnoDB: Creating shared tablespace for temporary tables 2021-08-11 18:56:53 0 [Note] InnoDB: Setting file 'E:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... 2021-08-11 18:56:53 0 [Note] InnoDB: File 'E:\xampp\mysql\data\ibtmp1' size is now 12 MB. 2021-08-11 18:56:53 0 [Note] InnoDB: Waiting for purge to start 2021-08-11 18:56:53 0 [Note] InnoDB: 10.4.20 started; log sequence number 300369; transaction id 170 2021-08-11 18:56:53 0 [Note] InnoDB: Loading buffer pool(s) from E:\xampp\mysql\data\ib_buffer_pool 2021-08-11 18:56:53 0 [Note] Plugin 'FEEDBACK' is disabled. 2021-08-11 18:56:53 0 [Note] Server socket created on IP: '::'.
解决方法:备份一份/xampp/mysql/data/中的文件,再将 /xampp/mysql/backup/中所有文件复制并覆盖 /xampp/mysql/data/中的文件,再启动mysql,OK了 ...
浏览更多内容请先登录。
立即注册
更新于:2022-11-01 10:31:35
|-转 xammp 启动mysql报错Error: MySQL shutdown unexpectedly. This may be due to a blocked port, missing dependencies
这句话很重要,Copy all your database folders from mysql/data_old into mysql/data (except mysql, performance_schema, and phpmyadmin folders)
14:55:55 [mysql] Attempting to start MySQL app... 14:55:55 [mysql] Status change detected: running 14:55:58 [mysql] Status change detected: stopped 14:55:58 [mysql] Error: MySQL shutdown unexpectedly. 14:55:58 [mysql] This may be due to a blocked port, missing dependencies, 14:55:58 [mysql] improper privileges, a crash, or a shutdown by another method. 14:55:58 [mysql] Press the Logs button to view error logs and check 14:55:58 [mysql] the Windows Event Viewer for more clues 14:55:58 [mysql] If you need more help, copy and post this 14:55:58 [mysql] entire log window on the forums
报错后,在网上用bing和baidu搜索xammp mysql This may be due to a blocked port, missing dependencies ,没有找到好的结果,后面用在谷歌上搜索到了解决方法。 ...
浏览更多内容请先登录。
立即注册
更新于:2022-10-23 15:20:35
相关内容
MySQL数据库设计总结
什么是B-Tree
二叉查找树、平衡二叉树、红黑树、B-/B+树性能对比
MYSQL8.0全文索引使用
Mysql问题整理
Yii2数据库报错-SQLSTATE[HY093]: Invalid parameter number: no para...
Mysql server has gone away 报错原因分析及解决办法
mysql 警告 could not be resolved: Name or service not known
Mysql用特殊字符设置密码遇到的问题
Mysql的函数substring使用注意事项
MySQL 5.7内存使用分析
mysql 命令整理
【mysql】主键、普通索引、唯一索引和全文索引的比较
没有接收到要导入的数据。可能是文件名没有提交,也可能是文件大小超出 PHP 限...
Mysql 报错'SQLSTATE[HY000] [1045] Access denied for user 'root'@'...
php连接mysql报错The server requested authentication method unknown to ...
Mysql登录提示ERROR 2003 (HY000): Can't connect to MySQL server o...
Mysql报错SQLSTATE[HY000]: General error: 1366 Incorrect string ...
全网最详尽的Centos和Windows系统 Mysql8 root忘记密码解决办法
mysql数据库操作 报错 #1030 - Got error 176 "Read page with wrong ...
Linux系统彻底卸载MySQL数据库
Linux下mysql5.7忘记root密码的解决方法
ERROR 1130 (HY000): Host '127.0.0.1' is not allowed to connect to...
mysql创建数据类型为JSON时,显示的longtext数据类型
mysql 修改编码utf8mb4依旧无法保存表情 Incorrect string value: '\x解决办法
MySQL 中 不等于 会过滤掉 Null 的问题
RECOVER_YOUR_DATA勒索恢复
Mysql知识学习
MySQL 8.0 索引特性1-函数索引
MySQL字符串函数substring:字符串截取
Mysql的临时变量取值3例
mysql查找字符串出现位置
mysql 更改AUTO_INCREMENT 失败的解决办法
MYSQL 数据库导入导出命令
mysql如何判断不包含某个字符串
Mysql中不要用操作符和函数名等等来命名字段
ORM 实例教程
Mysql中的排序规则utf8_unicode_ci、utf8_general_ci的区别总结
MySQL 中 datetime 和 timestamp 的区别与选择
Invalid default value for ‘updated_at‘
设置MySQL的group_concat_max_len长度为最大值
MySQL中concat()、concat_ws()、group_concat()函数使用技巧与心得
mysql的left join和inner join的效率对比,以及如何优化
mysql 索引优化十例
MySQL数据表中有自增长主键时如何插入数据
bill_20210927.sql">mysqldump按条件导出mysql数据库数据
推荐内容