Akonadi not working

After my failed update to and then new install of Kde Neon based on ubuntu 24.04, kontact doesn’t work any more. It tells me, that some essential components don’t work. Starting from konsole gives me this:
martin@martin-aspirea51544g:~$ akonadiconsole
Path override failed for key base::DIR_APP_DICTIONARIES and path ‘/usr/bin/qtwebengine_dictionaries’
Path override failed for key base::DIR_APP_DICTIONARIES and path ‘/usr/lib/qt6/libexec/qtwebengine_dictionaries’
Path override failed for key base::DIR_APP_DICTIONARIES and path ‘/usr/lib/qt6/libexec/qtwebengine_dictionaries’
Please register the custom scheme ‘cid’ via QWebEngineUrlScheme::registerScheme() before installing the custom scheme handler.
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
org.kde.pim.akonadiserver: Starting up the Akonadi Server…
org.kde.pim.akonadiserver: Failed to detect mysqld version!
org.kde.pim.akonadiserver: Could not start database server!
org.kde.pim.akonadiserver: executable: “/usr/sbin/mysqld-akonadi”
org.kde.pim.akonadiserver: arguments: QList(“–defaults-file=/home/martin/.local/share/akonadi/mysql.conf”, “–datadir=/home/martin/.local/share/akonadi/db_data/”, “–socket=/run/user/1000/akonadi/mysql.socket”, “–pid-file=/run/user/1000/akonadi/mysql.pid”)
org.kde.pim.akonadiserver: process error: “Die Einrichtung des Kindprozesses ist fehlgeschlagen: execve: Zugriff verweigert”
org.kde.pim.akonadiserver: Shutting down AkonadiServer…
org.kde.pim.akonadicontrol: Application ‘/usr/bin/akonadiserver’ exited normally…
org.kde.pim.akonadicore: “”
org.kde.pim.akonadicore: Job error: “” for collection: QList()
QSqlQuery::prepare: database not open
QSqlDatabasePrivate::removeDatabase: connection ‘qt_sql_default_connection’ is still in use, all queries will cease to work.
stores 4
qt.qpa.wayland: eglSwapBuffers failed with 0x300d, surface: 0x0
So it seems, akonadi doesn’t work (mysql server).
What can I do?