MySQL Forums
Forum List  »  Install & Repo

Unable to reconfigure MySQL Server 5.7.29 after 8.0.19 upgrade
Posted by: Charles Finkenbiner
Date: April 03, 2020 12:51AM

After installing the 8.0.19 update I find 2 items I can't reconfigure.

MySQL Server 5.7.29 shows these errors, which happens during step 2 (backup):
2020-04-03T06:42:25.863309Z 0 [Note] InnoDB: Completed initialization of buffer pool
2020-04-03T06:42:25.875852Z 0 [ERROR] InnoDB: The innodb_system data file 'ibdata1' must be writable
2020-04-03T06:42:25.876067Z 0 [ERROR] InnoDB: The innodb_system data file 'ibdata1' must be writable
2020-04-03T06:42:25.876193Z 0 [ERROR] InnoDB: Plugin initialization aborted with error Generic error
2020-04-03T06:42:26.077829Z 0 [ERROR] Plugin 'InnoDB' init function returned error.
2020-04-03T06:42:26.078118Z 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
2020-04-03T06:42:26.078300Z 0 [ERROR] Failed to initialize builtin plugins.
2020-04-03T06:42:26.078440Z 0 [ERROR] Aborting
2020-04-03T06:42:26.078624Z 0 [Note] Binlog end
2020-04-03T06:42:26.078844Z 0 [Note] Shutting down plugin 'CSV'
2020-04-03T06:42:26.079391Z 0 [Note] C:\Program Files\MySQL\MySQL Server 5.7\bin\mysqld.exe: Shutdown complete........................
Running mysqldump tool to backup the database...
Backup files will be dumped to "C:\ProgramData\MySQL\MySQL Server 5.7\Backup\mysql_dump-2020-04-03T01.44.27.sql".

Starting process with command: C:\Program Files\MySQL\MySQL Server 5.7\bin\mysqldump.exe --user=root --host=localhost --port=3306 --default-character-set=utf8 --routines --events --single-transaction=TRUE --all-databases --result-file="C:\ProgramData\MySQL\MySQL Server 5.7\Backup\mysql_dump-2020-04-03T01.44.27.sql"...
mysqldump: Got error: 1045: Access denied for user 'root'@'localhost' (using password: NO) when trying to connect
Process for mysqldump, with ID 5168, was run successfully and exited with code 2.
Ended configuration step: Backing up MySQL database


Sample and Examples is the 2nd reconfigure problem. The status shows as 'stopped' even tho my local MySQL server is running. Since the server seems stopped I can't get pass the root password check, always fails because server is stopped.

I did find a bug report for the MySQL Server problem but it was unconfirmed.



Thanks for any help,

Charles

Options: ReplyQuote




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.