Ubuntu 22.04.
Removed mysql-server, then attempted to re-install mysql-server on my machine.
In the process of the uninstall I chose to KEEP existing databases.
The process of reinstalling FAILED with the message that the install was FROZEN. FROZEN is a file name that was created to stop the installation until the user intervenes to clarify a situation. once the user intervenes, then the user can delete the file and continue the installation.
I had been running mysql 8.1, and I believe that the default install is 8.0. The FROZEN file said it could be that my existing DBs are not compatible with the version being installed. So, I deleted my DB files as I had exported them prior to the uninstall as a backup.
I then
- Deleted the symbolic link file FROZEN
- ran sudo dpkg-reconfigure mysql-server
as instructed in the FROZEN readme
which resulted in
/usr/sbin/dpkg-reconfigure: mysql-server is broken or not fully installed
I have attempted any number of ways to back out of the installation (remove/purge) and ways to move forward (update/upgrade/install)
I have no idea where to go from here. Attempt usually results in some progress with errors and eventually fails due to "too many error". There are also "Failed to stop mysql.service: Unit mysql.service not loaded."
Any help is greatly appreciated. Thanks for your time and attention
John