Bug #90295 MySQL Server won't install as new
Submitted: 3 Apr 2018 22:43 Modified: 4 Apr 2018 12:55
Reporter: Joshua Johnston Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server Severity:S3 (Non-critical)
Version:5.7.21 OS:Windows (Win7 x64)
Assigned to: CPU Architecture:x86

[3 Apr 2018 22:43] Joshua Johnston
Description:
Brand new user, sorry if this is a dup report.  I was unable to get the latest server to install and instantiate a new database from scratch.  The checklist would get about halfway through and fail to complete.  I don't recall which step or what the details were.

After reading around, one of the suggestions was to install a previous version.  That particular suggestion was a workaround for a different regression, but the same method was effective in this case--once the older version was installed and the database was created, it was then possible to update to the latest version.

How to repeat:
Try to install 5.7.21 from scratch on Windows machine.  When the database is being created, it fails and will not complete the installation.

Suggested fix:
Was able to fix by installing 5.7.18, instantiating a new database, and then upgrading to 5.7.21
[4 Apr 2018 12:55] Chiranjeevi Battula
Hello Joshua Johnston,

Thank you for the bug report.
I could not repeat the issue at our end using upgradation from MySQL 5.7.18 to 5.7.21 version.

Thanks,
Chiranjeevi.
[4 Apr 2018 12:57] Chiranjeevi Battula
Screenshot

Attachment: Bug_90295.JPG (image/jpeg, text), 54.47 KiB.

[4 Apr 2018 12:57] Chiranjeevi Battula
Screenshot

Attachment: Bug_90295_1.JPG (image/jpeg, text), 57.06 KiB.

[4 Apr 2018 12:59] Chiranjeevi Battula
Enter password: ******
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 4
Server version: 5.7.21-log MySQL Community Server (GPL)

Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> select version();
+------------+
| version()  |
+------------+
| 5.7.21-log |
+------------+
1 row in set (0.00 sec)

mysql>
mysql> create database bugdatabase;
Query OK, 1 row affected (0.00 sec)

mysql> use bugdatabase;
Database changed
mysql>