MySQL Forums
Forum List  »  Install & Repo

Re: Several install issues on Windows 8.1
Posted by: Dana Ferguson
Date: April 15, 2017 11:53AM

I found the my.ini file and deleted all of the lines at the end that had illegal variables -

# Indicates how is the InnoDB Cluster configured as (Classic, Sandbox, Master or Slave).
innodbclustertypeselection=0.0

# Indicates how is the InnoDB Cluster is/will be named.
innodbclustername=0.0

# Indicates how many instances will the InnoDB cluster sandbox will have.
innodbclusterinstances=0.0

# Holds the InnoDB Cluster Username.
innodbclusterusername=0.0

# Indicates the InnoDB Cluster URI.
innodbclusteruri=0.0

# Indicates the InnoDB Cluster Port.
innodbclusterport=0.0

Now I get these errors -

2017-04-15T17:23:10.945405Z 0 [Note] InnoDB: Loading buffer pool(s) from C:\ProgramData\MySQL\MySQL Server 5.7\Data\ib_buffer_pool
2017-04-15T17:23:10.945405Z 0 [Note] Plugin 'FEDERATED' is disabled.
mysqld: Table 'mysql.plugin' doesn't exist
2017-04-15T17:23:10.948407Z 0 [ERROR] Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
2017-04-15T17:23:10.948407Z 0 [Note] InnoDB: Buffer pool(s) load completed at 170415 12:23:10
2017-04-15T17:23:10.951408Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
2017-04-15T17:23:10.953414Z 0 [Warning] Failed to set up SSL because of the following SSL library error: SSL context is not usable without certificate and private key
2017-04-15T17:23:10.955415Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
2017-04-15T17:23:10.957417Z 0 [Note] IPv6 is available.
2017-04-15T17:23:10.958417Z 0 [Note] - '::' resolves to '::';
2017-04-15T17:23:10.959418Z 0 [Note] Server socket created on IP: '::'.
2017-04-15T17:23:10.962416Z 0 [Warning] Failed to open optimizer cost constant tables

2017-04-15T17:23:10.964420Z 0 [ERROR] Fatal error: Can't open and lock privilege tables: Table 'mysql.user' doesn't exist
2017-04-15T17:23:10.966418Z 0 [ERROR] Aborting

Options: ReplyQuote


Subject
Written By
Posted
Re: Several install issues on Windows 8.1
April 15, 2017 11:53AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.