When testing Joomla a template with sample data has damaged one database.
After restart of the mysql container I get:
2020-11-28T23:20:58.906146Z 1 [ERROR] [MY-012209] [InnoDB] Multiple files found for the same tablespace ID:
2020-11-28T23:19:57.946063Z 1 [ERROR] [MY-012930] [InnoDB] Plugin initialization aborted with error Failed, retry may succeed.
joomladb | 2020-11-28T23:19:57.946211Z 1 [ERROR] [MY-010334] [Server] Failed to initialize DD Storage Engine
joomladb | 2020-11-28T23:19:57.946734Z 0 [ERROR] [MY-010020] [Server] Data Dictionary initialization failed.
joomladb | 2020-11-28T23:19:57.946979Z 0 [ERROR] [MY-010119] [Server] Aborting
joomladb | 2020-11-28T23:19:57.947674Z 0 [System] [MY-010910] [Server] /usr/sbin/mysqld: Shutdown complete (mysqld 8.0.19) MySQL Community Server - GPL.
And Mysql is [ERROR] [MY-010119] [Server] Aborting and so does the container.
The underlying system is Ubuntu.
Is it possible to avoid the start of Mysql so that I can connect into Ubuntu and delete the failing database from var/lib/mysql ?
Otherwise the work of the whole day has passed away
Docker Desktop is running on a Windows 10 pro X64 System.
Any hints appreciated.
Thanks
Sigi