安装初始化mysql出现以下报警,应怎样解决。
[root@localhost mysql]# ./bin/mysqld -initialize --user=mysql --basedir=/home/mysql --datadir=/home/mysql/data
2018-05-27T06:39:13.841930Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2018-05-27T06:39:13.842000Z 0 [Warning] '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.
2018-05-27T06:39:13.842005Z 0 [Warning] 'NO_AUTO_CREATE_USER' sql mode was not set.
2018-05-27T06:39:13.842033Z 0 [Warning] Insecure configuration for --secure-file-priv: Current value does not restrict location of generated files. Consider setting it to a valid, non-empty path.
2018-05-27T06:39:13.842062Z 0 [Note] ./bin/mysqld (mysqld 5.7.14) starting as process 56530 ...
2018-05-27T06:39:13.848930Z 0 [Note] InnoDB: PUNCH HOLE support not available
2018-05-27T06:39:13.848957Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2018-05-27T06:39:13.848963Z 0 [Note] InnoDB: Uses event mutexes
2018-05-27T06:39:13.848968Z 0 [Note] InnoDB: GCC builtin __sync_synchronize() is used for memory barrier
2018-05-27T06:39:13.848973Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.3
2018-05-27T06:39:13.848977Z 0 [Note] InnoDB: Using Linux native AIO
2018-05-27T06:39:13.849262Z 0 [Note] InnoDB: Number of pools: 1
2018-05-27T06:39:13.849372Z 0 [Note] InnoDB: Using CPU crc32 instructions
2018-05-27T06:39:13.851261Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2018-05-27T06:39:13.862271Z 0 [Note] InnoDB: Completed initialization of buffer pool
2018-05-27T06:39:13.864268Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2018-05-27T06:39:13.881981Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
2018-05-27T06:39:13.959518Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2018-05-27T06:39:13.959635Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2018-05-27T06:39:14.001163Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2018-05-27T06:39:14.002449Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
2018-05-27T06:39:14.002471Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
2018-05-27T06:39:14.002738Z 0 [Note] InnoDB: Waiting for purge to start
2018-05-27T06:39:14.054475Z 0 [Note] InnoDB: 5.7.14 started; log sequence number 1209961
2018-05-27T06:39:14.054750Z 0 [Note] Plugin 'FEDERATED' is disabled.
mysqld: Table 'mysql.plugin' doesn't exist
2018-05-27T06:39:14.054913Z 0 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
2018-05-27T06:39:14.055049Z 0 [ERROR] ./bin/mysqld: unknown option '-i'
2018-05-27T06:39:14.055059Z 0 [ERROR] Aborting2018-05-27T06:39:14.055065Z 0 [Note] Binlog end
2018-05-27T06:39:14.055110Z 0 [Note] Shutting down plugin 'ngram'
2018-05-27T06:39:14.055117Z 0 [Note] Shutting down plugin 'ARCHIVE'
2018-05-27T06:39:14.055120Z 0 [Note] Shutting down plugin 'partition'
2018-05-27T06:39:14.055123Z 0 [Note] Shutting down plugin 'BLACKHOLE'
2018-05-27T06:39:14.055125Z 0 [Note] Shutting down plugin 'CSV'
2018-05-27T06:39:14.055129Z 0 [Note] Shutting down plugin 'MEMORY'
2018-05-27T06:39:14.055134Z 0 [Note] Shutting down plugin 'MRG_MYISAM'
2018-05-27T06:39:14.055137Z 0 [Note] Shutting down plugin 'INNODB_SYS_VIRTUAL'
2018-05-27T06:39:14.055139Z 0 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
2018-05-27T06:39:14.055141Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
2018-05-27T06:39:14.055143Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
2018-05-27T06:39:14.055145Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
2018-05-27T06:39:14.055147Z 0 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
2018-05-27T06:39:14.055148Z 0 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
2018-05-27T06:39:14.055150Z 0 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
2018-05-27T06:39:14.055152Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
2018-05-27T06:39:14.055154Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
2018-05-27T06:39:14.055155Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
2018-05-27T06:39:14.055157Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
2018-05-27T06:39:14.055159Z 0 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
2018-05-27T06:39:14.055160Z 0 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
2018-05-27T06:39:14.055162Z 0 [Note] Shutting down plugin 'INNODB_FT_DELETED'
2018-05-27T06:39:14.055164Z 0 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
2018-05-27T06:39:14.055166Z 0 [Note] Shutting down plugin 'INNODB_METRICS'
2018-05-27T06:39:14.055167Z 0 [Note] Shutting down plugin 'INNODB_TEMP_TABLE_INFO'
2018-05-27T06:39:14.055169Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
2018-05-27T06:39:14.055171Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
2018-05-27T06:39:14.055172Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
2018-05-27T06:39:14.055174Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
2018-05-27T06:39:14.055176Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
2018-05-27T06:39:14.055178Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
2018-05-27T06:39:14.055179Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM'
2018-05-27T06:39:14.055181Z 0 [Note] Shutting down plugin 'INNODB_CMP_RESET'
2018-05-27T06:39:14.055183Z 0 [Note] Shutting down plugin 'INNODB_CMP'
2018-05-27T06:39:14.055184Z 0 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
2018-05-27T06:39:14.055186Z 0 [Note] Shutting down plugin 'INNODB_LOCKS'
2018-05-27T06:39:14.055188Z 0 [Note] Shutting down plugin 'INNODB_TRX'
2018-05-27T06:39:14.055190Z 0 [Note] Shutting down plugin 'InnoDB'
2018-05-27T06:39:14.061238Z 0 [Note] InnoDB: FTS optimize thread exiting.
2018-05-27T06:39:14.061529Z 0 [Note] InnoDB: Loading buffer pool(s) from /home/mysql/data/ib_buffer_pool
2018-05-27T06:39:14.061869Z 0 [Note] InnoDB: Starting shutdown...
2018-05-27T06:39:14.062474Z 0 [Note] InnoDB: Buffer pool(s) load completed at 180527 14:39:14 (/home/mysql/data/ib_buffer_pool was empty)
2018-05-27T06:39:14.062541Z 0 [Note] InnoDB: Dumping buffer pool(s) to /home/mysql/data/ib_buffer_pool
2018-05-27T06:39:14.063323Z 0 [Note] InnoDB: Buffer pool(s) dump completed at 180527 14:39:14
2018-05-27T06:39:15.677368Z 0 [Note] InnoDB: Shutdown completed; log sequence number 1209980
2018-05-27T06:39:15.679034Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2018-05-27T06:39:15.679056Z 0 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
2018-05-27T06:39:15.679112Z 0 [Note] Shutting down plugin 'MyISAM'
2018-05-27T06:39:15.679124Z 0 [Note] Shutting down plugin 'sha256_password'
2018-05-27T06:39:15.679127Z 0 [Note] Shutting down plugin 'mysql_native_password'
2018-05-27T06:39:15.679233Z 0 [Note] Shutting down plugin 'binlog'
2018-05-27T06:39:15.679392Z 0 [Note] ./bin/mysqld: Shutdown complete