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 求差集那个函数有问题,有无佬可以解决
    • ¥15 【提问】基于Invest的水源涵养
    • ¥20 微信网友居然可以通过vx号找到我绑的手机号
    • ¥15 寻一个支付宝扫码远程授权登录的软件助手app
    • ¥15 解riccati方程组
    • ¥15 display:none;样式在嵌套结构中的已设置了display样式的元素上不起作用?
    • ¥15 使用rabbitMQ 消息队列作为url源进行多线程爬取时,总有几个url没有处理的问题。
    • ¥15 Ubuntu在安装序列比对软件STAR时出现报错如何解决
    • ¥50 树莓派安卓APK系统签名
    • ¥65 汇编语言除法溢出问题