Home > OS >  RHEL6.6 mysql5.7.30 startup initialization times wrong installation
RHEL6.6 mysql5.7.30 startup initialization times wrong installation

Time:11-16

RHEL6.6 installation mysql5.7.30 startup initialization times wrong


The 2020-06-26 T17:53:51. 084401 z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Do use - explicit_defaults_for_timestamp server option (see documentation for more details).
The 2020-06-26 T17:53:51. 428940 z 0 [Warning] InnoDB: New log files created, LSN=45790
The 2020-06-26 T17:53:51. 461518 z 0 [Warning] InnoDB: Creating foreign key constraint system tables.
T17:2020-06-26 53:51. 612631 z 0 [Warning] No existing UUID has had been found, so we assume that this is the first time that this server has had started, Generating a new UUID: fea15ba5 b7d5-11 ea - bb9a - 000 c2997db7d.
The 2020-06-26 T17:53:51. 613631 z 0 [Warning] Gtid table is not ready to be 2. The table 'mysql. Gtid_executed' always be the opened.
The 2020-06-26 T17:53:51. 662444 z 0 [ERROR] Could not generate RSA private key required for X509 certificate.
The 2020-06-26 T17:53:51. 662469 z 0 [ERROR] Aborting



Which Could not generate RSA private key required for X509 certificate. This error does not know how to solve,, every brother please show

Mysql5.7.30 from official website of the RPM package installed, including the mysql - community - test - 5.7.30-1. El6. X86_64. RPM package not installed


-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Manually perform database initialization after
Mysqld - the initialize - user=mysql

The correct and prompt the

The 2020-06-27 T19:02:31. 077294 z 0 [ERROR] InnoDB: Operating system ERROR number 13 in a file operation.
The 2020-06-27 T19:02:31. 077311 z 0 [ERROR] InnoDB: The ERROR means mysqld does not have The access rights to The directory.
The 2020-06-27 T19:02:31. 077315 z 0 [ERROR] InnoDB: os_file_get_status () failed on './ibdata1 '. Can 't determine the file permissions
The 2020-06-27 T19:02:31. 077318 z 0 [ERROR] InnoDB: Plugin initialization aborted with ERROR Generic ERROR
The 2020-06-27 T19:02:31. 678847 z 0 [ERROR] Plugin 'InnoDB init function returned ERROR.
The 2020-06-27 T19:02:31. 678879 z 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
The 2020-06-27 T19:02:31. 678885 z 0 [ERROR] Failed to initialize builtin plugins.


He is to visit which directory without permission? I am using the root user to perform startup why would have no authority? How to solve?

CodePudding user response:

Problem solved, because the new system does not disable selinux cause, the selinux disabled after the restart,
  • Related