2022-06-19T06:19:31.754493Z 0 [Warning] [MY-010915] [Server] 'NO_ZERO_DATE', 'NO_ZERO_IN_DATE' and 'ERROR_FOR_DIVISION_BY_ZERO' sql modes should be used with strict mode. They will be merged with strict mode in a future release. 2022-06-19T06:19:31.754696Z 0 [System] [MY-013169] [Server] /data04/software/mysql8/bin/mysqld (mysqld 8.0.28) initializing of server in progress as process 7307 2022-06-19T06:19:31.754814Z 0 [Warning] [MY-010339] [Server] Using pre 5.5 semantics to load error messages from /data04/software/mysql8/main/share/. If this is not intended, refer to the documentation for valid usage of --lc-messages-dir and --language parameters. 2022-06-19T06:19:31.756081Z 0 [Warning] [MY-013242] [Server] --character-set-server: 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous. 2022-06-19T06:19:31.782653Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started. 2022-06-19T06:19:33.382627Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended. 2022-06-19T06:19:35.305511Z 0 [Warning] [MY-013829] [Server] Missing data directory for ICU regular expressions: /data04/software/mysql8/main/lib/private/. 2022-06-19T06:19:37.978389Z 6 [Note] [MY-010454] [Server] A temporary password is generated for root@localhost: gBMaTy*tp3/F 2022-06-19T08:30:05.735310Z 1 [Note] A temporary password is generated for root@localhost: dpS.gSM<t2l5
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';
开启远程访问
1 2 3
update mysql.user set host='%' where user='root'; update user set Host = '%' where User='root'; flush privileges;
配置开机启动
1 2
vim /etc/rc.local service mysqld8 start
msyql socket 文件变化时候
1
mysql -uroot -p -S /data/logs/mysql8/mysql.sock
异常
问题1
1 2 3
2022-06-19T07:16:11.621198Z 1 [ERROR] [MY-011087] [Server] Different lower_case_table_names settings for server ('0') and data dictionary ('1'). 2022-06-19T07:16:11.621990Z 0 [ERROR] [MY-010020] [Server] Data Dictionary initialization failed. 2022-06-19T07:16:11.622467Z 0 [ERROR] [MY-010119] [Server] Aborting