[Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --e

Jayden921 2015-08-18 07:17:03
E:\mysql-5.6.20-winx64\bin>mysqld --u root -p
2014-05-02 09:46:29 0 [Warning] TIMESTAMP with implicit DEFAULT value is depreca
ted. Please use --explicit_defaults_for_timestamp server option (see documentati
on for more details).

用控制台登录MYSQL时,出现上面的警告,登录不了,但是在系统服务上看到MYSQL的服务是已启动状态,用SQLyog 是可以连接的,不知道怎么回事?
另外,MYSQL之前都是可以登录的

附上my.ini

# For advice on how to change settings please see
# http://dev.mysql.com/doc/refman/5.6/en/server-configuration-defaults.html
# *** DO NOT EDIT THIS FILE. It's a template which will be copied to the
# *** default location during install, and will be replaced if you
# *** upgrade to a newer version of MySQL.
[client]
port = 3306
default-character-set = utf8

[mysqld]

# Remove leading # and set to the amount of RAM for the most important data
# cache in MySQL. Start at 70% of total RAM for dedicated server, else 10%.
# innodb_buffer_pool_size = 128M

# Remove leading # to turn on a very important data integrity option: logging
# changes to the binary log between backups.
# log_bin

# These are commonly set, remove the # and set as required.
# basedir = .....
# datadir = .....
# port = .....
# server_id = .....
basedir = E:\mysql-5.6.20-winx64
datadir = E:\mysql-5.6.20-winx64\data
port = 3306
character_set_server = utf8

# Remove leading # to set options mainly useful for reporting servers.
# The server defaults are faster for transactions and fast SELECTs.
# Adjust sizes as needed, experiment to find the optimal values.
# join_buffer_size = 128M
# sort_buffer_size = 2M
# read_rnd_buffer_size = 2M

sql_mode = NO_ENGINE_SUBSTITUTION,STRICT_TRANS_TABLES

[WinMySQLAdmin]
E:\mysql-5.6.20-winx64\bin\mysqld.exe
...全文
1589 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
Jayden921 2015-08-18
  • 打赏
  • 举报
回复
引用 1 楼 benluobobo 的回复:
用控制台登录MYSQL时,出现上面的警告,登录不了 登陆命令是 mysql -uroot -p 而不是 mysqld
谢谢了,没注意的
benluobo 2015-08-18
  • 打赏
  • 举报
回复
用控制台登录MYSQL时,出现上面的警告,登录不了 登陆命令是 mysql -uroot -p 而不是 mysqld

56,681

社区成员

发帖
与我相关
我的任务
社区描述
MySQL相关内容讨论专区
社区管理员
  • MySQL
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧