doudou20145 2015-12-14 09:50
浏览 94

无法连接到本地MySQL服务器 - innodb错误

I was working on a project and I stored the data in a MySQL database. After updating windows 10, I couldn't connect to MySQL anymore. Could be an error in the port, but I'm not sure. Here's the error

2015-12-14 10:21:31 1eb0 InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator.
151214 10:21:31 [Note] InnoDB: Using mutexes to ref count buffer pool pages
151214 10:21:31 [Note] InnoDB: The InnoDB memory heap is disabled
151214 10:21:31 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
151214 10:21:31 [Note] InnoDB: Memory barrier is not used
151214 10:21:31 [Note] InnoDB: Compressed tables use zlib 1.2.3
151214 10:21:31 [Note] InnoDB: Not using CPU crc32 instructions
151214 10:21:31 [Note] InnoDB: Initializing buffer pool, size = 16.0M
151214 10:21:31 [Note] InnoDB: Completed initialization of buffer pool
151214 10:21:31 [Note] InnoDB: Highest supported file format is Barracuda.
151214 10:21:31 [Note] InnoDB: Log scan progressed past the checkpoint lsn 26731076
151214 10:21:31 [Note] InnoDB: Database was not shutdown normally!
151214 10:21:31 [Note] InnoDB: Starting crash recovery.
151214 10:21:31 [Note] InnoDB: Reading tablespace information from the .ibd files...
151214 10:21:32 [Note] InnoDB: Restoring possible half-written data pages 
151214 10:21:32 [Note] InnoDB: from the doublewrite buffer...
InnoDB: Doing recovery: scanned up to log sequence number 26731086
151214 10:21:35 [Note] InnoDB: 128 rollback segment(s) are active.
151214 10:21:35 [Note] InnoDB: Waiting for purge to start
151214 10:21:35 [Note] InnoDB:  Percona XtraDB (http://www.percona.com) 5.6.22-72.0 started; log sequence number 26731086
151214 10:21:35 [Note] Plugin 'FEEDBACK' is disabled.
151214 10:21:35 [Note] Server socket created on IP: '::'.

enter image description here

This is what I get as error on the screen:

Warning: mysql_connect(): No connection could be made because the target machine actively refused it. in C:\xampp\htdocs\beyond 2045\php\connect.php on line 2
Database Connection FailedNo connection could be made because the target machine actively refused it.

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 划分vlan后不通了
    • ¥15 GDI处理通道视频时总是带有白色锯齿
    • ¥20 用雷电模拟器安装百达屋apk一直闪退
    • ¥15 算能科技20240506咨询(拒绝大模型回答)
    • ¥15 自适应 AR 模型 参数估计Matlab程序
    • ¥100 角动量包络面如何用MATLAB绘制
    • ¥15 merge函数占用内存过大
    • ¥15 使用EMD去噪处理RML2016数据集时候的原理
    • ¥15 神经网络预测均方误差很小 但是图像上看着差别太大
    • ¥15 单片机无法进入HAL_TIM_PWM_PulseFinishedCallback回调函数