BaelSnake 2016-07-26 02:28 采纳率: 0%
浏览 1107

mysql错误日志,求帮忙。我不知道什么找不到。

Microsoft Windows [版本 6.1.7601]
版权所有 (c) 2009 Microsoft Corporation。保留所有权利。

C:\Users\b_dingb>D:\
'D:\' 不是内部或外部命令,也不是可运行的程序
或批处理文件。

C:\Users\b_dingb>D:

D:>cd
D:\

D:>cd mysql-5.6.14-win32

D:\mysql-5.6.14-win32>bin
'bin' 不是内部或外部命令,也不是可运行的程序
或批处理文件。

D:\mysql-5.6.14-win32>cd bin

D:\mysql-5.6.14-win32\bin>mysqld.exe --console
2016-07-26 10:24:18 0 [Warning] TIMESTAMP with implicit DEFAULT value is depreca
ted. Please use --explicit_defaults_for_timestamp server option (see documentati
on for more details).
2016-07-26 10:24:18 2132 [Note] Plugin 'FEDERATED' is disabled.
2016-07-26 10:24:18 2132 [Note] InnoDB: The InnoDB memory heap is disabled
2016-07-26 10:24:18 2132 [Note] InnoDB: Mutexes and rw_locks use Windows interlo
cked functions
2016-07-26 10:24:18 2132 [Note] InnoDB: Compressed tables use zlib 1.2.3
2016-07-26 10:24:18 2132 [Note] InnoDB: Not using CPU crc32 instructions
2016-07-26 10:24:18 2132 [Note] InnoDB: Initializing buffer pool, size = 128.0M
2016-07-26 10:24:18 2132 [Note] InnoDB: Completed initialization of buffer pool
2016-07-26 10:24:18 2132 [Note] InnoDB: Highest supported file format is Barracu
da.
2016-07-26 10:24:19 2132 [Note] InnoDB: 128 rollback segment(s) are active.
2016-07-26 10:24:19 2132 [Note] InnoDB: Waiting for purge to start
2016-07-26 10:24:19 2132 [Note] InnoDB: 5.6.14 started; log sequence number 1625
977
2016-07-26 10:24:19 2132 [Warning] No existing UUID has been found, so we assume
that this is the first time that this server has been started. Generating a new
UUID: 0e8c77c9-52d8-11e6-af11-d4bed99146e8.
2016-07-26 10:24:19 2132 [Note] Server hostname (bind-address): '*'; port: 3306
2016-07-26 10:24:19 2132 [Note] IPv6 is available.
2016-07-26 10:24:19 2132 [Note] - '::' resolves to '::';
2016-07-26 10:24:19 2132 [Note] Server socket created on IP: '::'.
2016-07-26 10:24:26 2132 [Note] Event Scheduler: Loaded 0 events
2016-07-26 10:24:26 2132 [Note] mysqld.exe: ready for connections.
Version: '5.6.14' socket: '' port: 3306 MySQL Community Server (GPL)

  • 写回答

1条回答 默认 最新

  • 小迪的博客 2016-07-26 02:32
    关注

    是不是启动就便成了

     Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
    

    我的mysql也这样,而且经常,我真是日了狗,导致我的wordpress经常不能访问。最后只能把mysql卸载重装,博主如果找到了解决方法,可以回复给我,谢谢。

     a. sudo apt-get autoremove --purge mysql-server-5.0
    b. sudo apt-get remove mysql-server
    c. sudo apt-get autoremove mysql-server
    d. sudo apt-get remove mysql-common (非常重要)
    
    a. sudo apt-get install mysql-server
    b. sudo apt-get install mysql-client
    c. sudo apt-get install php5-mysql(安装php5-mysql是将php和mysql连接起来 )
    
    评论

报告相同问题?

悬赏问题

  • ¥100 求数学坐标画圆以及直线的算法
  • ¥100 c语言,请帮蒟蒻写一个题的范例作参考
  • ¥15 名为“Product”的列已属于此 DataTable
  • ¥15 安卓adb backup备份应用数据失败
  • ¥15 eclipse运行项目时遇到的问题
  • ¥15 关于#c##的问题:最近需要用CAT工具Trados进行一些开发
  • ¥15 南大pa1 小游戏没有界面,并且报了如下错误,尝试过换显卡驱动,但是好像不行
  • ¥15 自己瞎改改,结果现在又运行不了了
  • ¥15 链式存储应该如何解决
  • ¥15 没有证书,nginx怎么反向代理到只能接受https的公网网站