MySQL Study -- Mysql startup failure "mysql. host", -- mysqlmysql. host

Source: Internet
Author: User
Tags crc32

MySQL Study -- Mysql startup failure "mysql. host", -- mysqlmysql. host
MySQL Study-Mysql startup failure "mysql. host"

System Environment:

Operating System: RedHat EL55

DB Soft: Mysql 5.6.4-m7


After mysql is installed through the source code package, an error occurs when mysqld is started: [Root @ rh55 mysql] # bin/mysqld_safe &
[1] 15846
[Root @ rh55 mysql] #150610 17:04:36 mysqld_safe Logging to '/usr/local/mysql/data/mysql/rh55.err '.
150610 17:04:36 mysqld_safe Starting mysqld daemon with databases from/usr/local/mysql/data/mysql
150610 17:04:37 mysqld_safe mysqld from pid file/usr/local/mysql/data/mysql/rh55.pid ended

[1] + Done bin/mysqld_safe
View mysql logs:
[Root @ rh55 mysql] # more/usr/local/mysql/data/mysql/rh55.err
150610 16:56:59 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql/data/mysql/usr/local/mysql/bin/mysqld: Table 'mysql.plugin' doesn't exist150610 16:57:00 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.150610 16:57:00 InnoDB: The InnoDB memory heap is disabled150610 16:57:00 InnoDB: Mutexes and rw_locks use InnoDB's own implementation150610 16:57:00 InnoDB: Compressed tables use zlib 1.2.3150610 16:57:00 InnoDB: CPU does not support crc32 instructions150610 16:57:00 InnoDB: Initializing buffer pool, size = 128.0M150610 16:57:00 InnoDB: Completed initialization of buffer poolInnoDB: The first specified data file ./ibdata1 did not exist:InnoDB: a new database to be created!150610 16:57:00 InnoDB: Setting file ./ibdata1 size to 10 MBInnoDB: Database physically writes the file full: wait...150610 16:57:01 InnoDB: Log file ./ib_logfile0 did not exist: new to be createdInnoDB: Setting log file ./ib_logfile0 size to 5 MBInnoDB: Database physically writes the file full: wait...150610 16:57:02 InnoDB: Log file ./ib_logfile1 did not exist: new to be createdInnoDB: Setting log file ./ib_logfile1 size to 5 MBInnoDB: Database physically writes the file full: wait...InnoDB: Doublewrite buffer not found: creating newInnoDB: Doublewrite buffer created150610 16:57:04 InnoDB: 128 rollback segment(s) are active.InnoDB: Creating foreign key constraint system tablesInnoDB: Foreign key constraint system tables created150610 16:57:04 InnoDB: Waiting for the background threads to start150610 16:57:05 InnoDB: 1.2.4 started; log sequence number 0150610 16:57:05 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: ab19e2d2-0f4e-11e5-b157-080027973e8a.150610 16:57:05 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist150610 16:57:05 mysqld_safe mysqld from pid file /usr/local/mysql/data/mysql/rh55.pid ended150610 17:04:36 mysqld_safe Starting mysqld daemon with databases from /usr/local/mysql/data/mysql/usr/local/mysql/bin/mysqld: Table 'mysql.plugin' doesn't exist150610 17:04:36 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.150610 17:04:36 InnoDB: The InnoDB memory heap is disabled150610 17:04:36 InnoDB: Mutexes and rw_locks use InnoDB's own implementation150610 17:04:36 InnoDB: Compressed tables use zlib 1.2.3150610 17:04:36 InnoDB: CPU does not support crc32 instructions150610 17:04:36 InnoDB: Initializing buffer pool, size = 128.0M150610 17:04:36 InnoDB: Completed initialization of buffer pool150610 17:04:36 InnoDB: highest supported file format is Barracuda.InnoDB: Log scan progressed past the checkpoint lsn 48961150610 17:04:36  InnoDB: Database was not shut down normally!InnoDB: Starting crash recovery.InnoDB: Reading tablespace information from the .ibd files...InnoDB: Restoring possible half-written data pages from the doublewriteInnoDB: buffer...InnoDB: Doing recovery: scanned up to log sequence number 1595695150610 17:04:36  InnoDB: Starting an apply batch of log records to the database...InnoDB: Progress in percents: 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 InnoDB: Apply batch completed150610 17:04:37 InnoDB: 128 rollback segment(s) are active.150610 17:04:37 InnoDB: 1.2.4 started; log sequence number 1595695150610 17:04:37 [Note] Recovering after a crash using mysql-bin150610 17:04:37 [Note] Starting crash recovery...150610 17:04:37 [Note] Crash recovery finished.150610 17:04:37 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.host' doesn't exist150610 17:04:37 mysqld_safe mysqld from pid file /usr/local/mysql/data/mysql/rh55.pid ended
View the mysql configuration file:
[Root @ rh55 ~] # Cat/etc/my. cnf
[mysqld]port            = 3306socket          = /tmp/mysql.sockskip-external-lockingkey_buffer_size = 16Mmax_allowed_packet = 1Mtable_open_cache = 64sort_buffer_size = 512Knet_buffer_length = 8Kread_buffer_size = 256Kread_rnd_buffer_size = 512Kmyisam_sort_buffer_size = 8Mdatadir=/usr/local/mysql/data/mysql

Solution:
[Root @ rh55 mysql] # scripts/mysql_install_db -- user = mysql -- datadir =/usr/local/mysql/data/mysql
WARNING: The host 'rh55' could not be looked up with resolveip.This probably means that your libc libraries are not 100 % compatiblewith this binary MySQL version. The MySQL daemon, mysqld, should worknormally with the exception that host name resolving will not work.This means that you should use IP addresses instead of hostnameswhen specifying MySQL privileges !Installing MySQL system tables...150610 17:07:10 InnoDB: The InnoDB memory heap is disabled150610 17:07:10 InnoDB: Mutexes and rw_locks use InnoDB's own implementation150610 17:07:10 InnoDB: Compressed tables use zlib 1.2.3150610 17:07:10 InnoDB: CPU does not support crc32 instructions150610 17:07:10 InnoDB: Initializing buffer pool, size = 128.0M150610 17:07:10 InnoDB: Completed initialization of buffer pool150610 17:07:10 InnoDB: highest supported file format is Barracuda.InnoDB: Log scan progressed past the checkpoint lsn 48961150610 17:07:10  InnoDB: Database was not shut down normally!InnoDB: Starting crash recovery.InnoDB: Reading tablespace information from the .ibd files...InnoDB: Restoring possible half-written data pages from the doublewriteInnoDB: buffer...InnoDB: Doing recovery: scanned up to log sequence number 1595695150610 17:07:11  InnoDB: Starting an apply batch of log records to the database...InnoDB: Progress in percents: 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 InnoDB: Apply batch completed150610 17:07:11 InnoDB: 128 rollback segment(s) are active.150610 17:07:11 InnoDB: Waiting for the background threads to start150610 17:07:12 InnoDB: 1.2.4 started; log sequence number 1595695150610 17:07:12 [Note] Recovering after a crash using mysql-bin150610 17:07:12 [Note] Starting crash recovery...150610 17:07:12 [Note] Crash recovery finished.150610 17:07:14 [Warning] Info table is not ready to be used. Table 'mysql.slave_master_info' cannot be opened.150610 17:07:14 [Warning] Error while checking replication metadata. Setting the requested repository in order to give users the chance to fix the problem and restart the server. If this is a live upgrade please consider using mysql_upgrade to fix the problem.150610 17:07:14 [Warning] Info table is not ready to be used. Table 'mysql.slave_relay_log_info' cannot be opened.150610 17:07:14 [Warning] Error while checking replication metadata. Setting the requested repository in order to give users the chance to fix the problem and restart the server. If this is a live upgrade please consider using mysql_upgrade to fix the problem.150610 17:07:15 [Note] Binlog end150610 17:07:15 [Note] Shutting down plugin 'partition'150610 17:07:15 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'150610 17:07:15 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'150610 17:07:15 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'150610 17:07:15 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'150610 17:07:15 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'150610 17:07:15 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'150610 17:07:15 [Note] Shutting down plugin 'INNODB_SYS_TABLES'150610 17:07:15 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'150610 17:07:15 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'150610 17:07:15 [Note] Shutting down plugin 'INNODB_FT_CONFIG'150610 17:07:15 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'150610 17:07:15 [Note] Shutting down plugin 'INNODB_FT_DELETED'150610 17:07:15 [Note] Shutting down plugin 'INNODB_FT_INSERTED'150610 17:07:15 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'150610 17:07:15 [Note] Shutting down plugin 'INNODB_METRICS'150610 17:07:15 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'150610 17:07:15 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'150610 17:07:15 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'150610 17:07:15 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'150610 17:07:15 [Note] Shutting down plugin 'INNODB_CMPMEM'150610 17:07:15 [Note] Shutting down plugin 'INNODB_CMP_RESET'150610 17:07:15 [Note] Shutting down plugin 'INNODB_CMP'150610 17:07:15 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'150610 17:07:15 [Note] Shutting down plugin 'INNODB_LOCKS'150610 17:07:15 [Note] Shutting down plugin 'INNODB_TRX'150610 17:07:15 [Note] Shutting down plugin 'InnoDB'150610 17:07:15  InnoDB: FTS optimize thread exiting.150610 17:07:15  InnoDB: Starting shutdown...150610 17:07:16 InnoDB: Shutdown completed; log sequence number 1602851150610 17:07:16 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'150610 17:07:16 [Note] Shutting down plugin 'CSV'150610 17:07:16 [Note] Shutting down plugin 'MRG_MYISAM'150610 17:07:16 [Note] Shutting down plugin 'MEMORY'150610 17:07:16 [Note] Shutting down plugin 'MyISAM'150610 17:07:16 [Note] Shutting down plugin 'mysql_old_password'150610 17:07:16 [Note] Shutting down plugin 'mysql_native_password'150610 17:07:16 [Note] Shutting down plugin 'binlog'OKFilling help tables...150610 17:07:16 InnoDB: The InnoDB memory heap is disabled150610 17:07:16 InnoDB: Mutexes and rw_locks use InnoDB's own implementation150610 17:07:16 InnoDB: Compressed tables use zlib 1.2.3150610 17:07:16 InnoDB: CPU does not support crc32 instructions150610 17:07:16 InnoDB: Initializing buffer pool, size = 128.0M150610 17:07:16 InnoDB: Completed initialization of buffer pool150610 17:07:16 InnoDB: highest supported file format is Barracuda.150610 17:07:17 InnoDB: 128 rollback segment(s) are active.150610 17:07:17 InnoDB: 1.2.4 started; log sequence number 1602851150610 17:07:17 [Note] Binlog end150610 17:07:17 [Note] Shutting down plugin 'partition'150610 17:07:17 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'150610 17:07:17 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'150610 17:07:17 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'150610 17:07:17 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'150610 17:07:17 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'150610 17:07:17 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'150610 17:07:17 [Note] Shutting down plugin 'INNODB_SYS_TABLES'150610 17:07:17 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'150610 17:07:17 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'150610 17:07:17 [Note] Shutting down plugin 'INNODB_FT_CONFIG'150610 17:07:17 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'150610 17:07:17 [Note] Shutting down plugin 'INNODB_FT_DELETED'150610 17:07:17 [Note] Shutting down plugin 'INNODB_FT_INSERTED'150610 17:07:17 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'150610 17:07:17 [Note] Shutting down plugin 'INNODB_METRICS'150610 17:07:17 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'150610 17:07:17 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'150610 17:07:17 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'150610 17:07:17 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'150610 17:07:17 [Note] Shutting down plugin 'INNODB_CMPMEM'150610 17:07:17 [Note] Shutting down plugin 'INNODB_CMP_RESET'150610 17:07:17 [Note] Shutting down plugin 'INNODB_CMP'150610 17:07:17 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'150610 17:07:17 [Note] Shutting down plugin 'INNODB_LOCKS'150610 17:07:17 [Note] Shutting down plugin 'INNODB_TRX'150610 17:07:17 [Note] Shutting down plugin 'InnoDB'150610 17:07:17  InnoDB: FTS optimize thread exiting.150610 17:07:17  InnoDB: Starting shutdown...150610 17:07:18 InnoDB: Shutdown completed; log sequence number 1602861150610 17:07:18 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'150610 17:07:18 [Note] Shutting down plugin 'CSV'150610 17:07:18 [Note] Shutting down plugin 'MRG_MYISAM'150610 17:07:18 [Note] Shutting down plugin 'MEMORY'150610 17:07:18 [Note] Shutting down plugin 'MyISAM'150610 17:07:18 [Note] Shutting down plugin 'mysql_old_password'150610 17:07:18 [Note] Shutting down plugin 'mysql_native_password'150610 17:07:18 [Note] Shutting down plugin 'binlog'OKTo start mysqld at boot time you have to copysupport-files/mysql.server to the right place for your systemPLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !To do so, start the server, then issue the following commands:./bin/mysqladmin -u root password 'new-password'./bin/mysqladmin -u root -h rh55 password 'new-password'Alternatively you can run:./bin/mysql_secure_installationwhich will also give you the option of removing the testdatabases and anonymous user created by default.  This isstrongly recommended for production servers.See the manual for more instructions.You can start the MySQL daemon with:cd . ; ./bin/mysqld_safe &You can test the MySQL daemon with mysql-test-run.plcd ./mysql-test ; perl mysql-test-run.plPlease report any problems with the ./bin/mysqlbug script!

Start mysql server:

[Root @ rh55 mysql] # bin/mysqld_safe &
[1] 16199
[Root @ rh55 mysql] #150610 17:08:22 mysqld_safe Logging to '/usr/local/mysql/data/mysql/rh55.err '.
150610 17:08:22 mysqld_safe Starting mysqld daemon with databases from/usr/local/mysql/data/mysql

Verify that startup is successful:
[Root @ rh55 mysql] # netstat-an | grep 3306
Tcp 0 0: 3306: * LISTEN


Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.