[root@test mysql]# bin/mysqld
2018-08-04T14:09:33.831318Z 0 [Warning] [MY-011070] [Server] 'Disabling symbolic links using --skip-symbolic-links (or equivalent) is the default. Consider not using this option as it' is deprecated and will be removed in a future release.
2018-08-04T14:09:33.831523Z 0 [System] [MY-010116] [Server] /usr/local/mysql-8.0.12-linux-glibc2.12-x86_64/bin/mysqld (mysqld 8.0.12) starting as process 2134
2018-08-04T14:09:34.475674Z 0 [Warning] [MY-010068] [Server] CA certificate ca.pem is self signed.
2018-08-04T14:09:34.497799Z 0 [System] [MY-010931] [Server] /usr/local/mysql-8.0.12-linux-glibc2.12-x86_64/bin/mysqld: ready for connections. Version: '8.0.12' socket: '/tmp/mysql.sock' port: 3306 MySQL Community Server - GPL.
ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.
在本文中,我们将讨论在启动MySQL 8.0.12时遇到的警告和错误。首先,服务器警告了关于弃用'skip-symbolic-links'选项的信息,指出该选项将在未来版本中移除。接着,MySQL成功启动,但指出了证书为自签名的警告。最后,服务器提示必须先使用ALTER USER语句重置密码,才能执行某些操作。这是一篇关于数据库管理与安全性的技术文章。
9988

被折叠的 条评论
为什么被折叠?



