Нет временного пароля в mysqld.log

Я использовал MySQL 5.7.16 сообщества и Centos 7.

Я следую за видеоруководство установить mysql:

Wgethttp://dev.mysql.com/get/mysql57-community-release-el7-9.noarch.rpmyum localinstall dev.mysql.com/get/mysql57-community-release-el7-9.noarch.rpmyum repolist включен | grep "mysql.-community."ням установить MySQL-сообщество-серверслужба mysqld start

После запуска mysql я вижу, что статус жив (работает) сservice mysqld status.

Но я могу получить все, что угодно:grep 'temporary password' /var/log/mysqld.log

msyqld.log (игнорировать нормальные логи):

[Warning] InnoDB: Cannot open table mysql/plugin from the internal data dictionary of InnoDB though the .frm file for the table exists.
mysqld: Table 'mysql.plugin' doesn't exist

[ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.

[Warning] InnoDB: Cannot open table mysql/gtid_executed from the internal data dictionary of InnoDB though the .frm file for the table exists.
mysqld: Table 'mysql.gtid_executed' doesn't exist

[Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.

[Warning] InnoDB: Cannot open table mysql/server_cost from the internal data dictionary of InnoDB though the .frm file for the table exists.

[Warning] Failed to open optimizer cost constant tables

[Warning] InnoDB: Cannot open table mysql/time_zone_leap_second from the internal data dictionary of InnoDB though the .frm file for the table exists.

[Warning] Can't open and lock time zone table: Table 'mysql.time_zone_leap_second' doesn't exist trying to live without them

[Warning] InnoDB: Cannot open table mysql/servers from the internal data dictionary of InnoDB though the .frm file for the table exists.

[ERROR] Can't open and lock privilege tables: Table 'mysql.servers' doesn't exist

Цени любую помощь!

Ответы на вопрос(2)

Ваш ответ на вопрос