Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
10.7.6
-
None
-
Ubuntu server 22.04 LTS 64 bit AMD
Description
ExecStart=/usr/sbin/mariadbd $MYSQLD_OPTS $_WSREP_NEW_CLUSTER $_WSREP_START_POSITION (code=dumped, signal=SEGV)
You need definitions from MariaDB 10.x (whichever x you are using now, 10.7 or 10.6 or something else). E.g. for 10.7 you can find them here https://github.com/MariaDB/server/blob/2092881984117b9e10b5d2afc8d387ec90199287/scripts/mysql_system_tables.sql , same idea for 10.6.
The easier way could be after dropping the tables to re-run mysql_upgrade (with --force if necessary), it should re-create the missing tables.