In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
Recently, encountered a strange problem, mysql use--defaults-file specified my.cnf to start the database, the result every time the error log_timestamps
Invalid argument. The error is as shown in the figure:
As can be seen from the above figure:
1. mysql startup does use--defaults-file to specify a specific my.cnf
2. The startup error log_timestamps parameter cannot be recognized.
In order to exclude this parameter from causing the mysql instance to fail to start, I removed this parameter from my.cnf. Unexpectedly, the mysql startup error was still reported. Here,
I think mysql startup essentially uses my.cnf instead of--defaults-file. So I checked/etc/my.cnf, and sure enough,/etc has
My.cnf, log_timestamps are configured under [mysqld]. There is a problem with the characters, and the square brackets in Chinese are quoted. It also reminds us:
mysql instance startup reads my.cnf is sequential:
mysql index my.cnf file order
[root@centos7mysql ~]# mysql --help | grep .cnf
order of preference, my.cnf, $MYSQL_TCP_PORT,
/etc/my.cnf /etc/mysql/my.cnf /usr/etc/my.cnf ~/.my.cnf
[root@centos7mysql ~]#
Because we specified my.cnf for mysql instance startup, I removed my.cnf from/etc and used--defaults-file again.
Start mysql can start smoothly.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.