This forum has been archived. All content is frozen. Please use KDE Discuss instead.

akonadi, kontact with mysql 8.0 possible? Failed to upgrade.

Tags: akonadi, mariadb, mysql 8, kontact, kmail, apparmor, mysql.socket, [my-011011], data directory akonadi, mariadb, mysql 8, kontact, kmail, apparmor, mysql.socket, [my-011011], data directory akonadi, mariadb, mysql 8, kontact, kmail, apparmor, mysql.socket, [my-011011], data directory
(comma "," separated)
floogy
Registered Member
Posts
10
Karma
0
OS
Hi,

I upgraded my ubuntu bionic 18.04 LTS to focal 20.04 LTS with flaws, but successfully. One issue was the upgrade from mysql 5.7 to mysql 8.0, but it seems to work right now.

But I cannot run aconadi and depending programs like kontact or kmail.

Isn't it possible to run it with mysql 8.0? How to debug it, in case it should be possible to run with mysql?

Code: Select all
$ ls -l /usr/sbin/mysqld-akonadi
lrwxrwxrwx 1 root root 6 Apr 15  2020 /usr/sbin/mysqld-akonadi -> mysqld
$ dpkg -S  /usr/sbin/mysqld
mysql-server-core-8.0: /usr/sbin/mysqld


I also reported some code in ubuntuusers. But I'm not sure, if this will run with mysql 8.0 at all.
https://forum.ubuntuusers.de/topic/akon ... st-9250988
Now: https://forum.ubuntuusers.de/topic/nach ... st-9251171

`[ERROR] [MY-011011] [Server] Failed to find valid data directory.`
Code: Select all
2021-05-07T18:31:25.436298Z 0 [Warning] [MY-010097] [Server] Insecure configuration for --secure-file-priv: Current value does not restrict location of generated files. Consider setting it to a valid, non-empty path.
2021-05-07T18:31:25.436350Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld-akonadi (mysqld 8.0.23-0ubuntu0.20.04.1) starting as process 45946
2021-05-07T18:31:25.438534Z 0 [Warning] [MY-013242] [Server] --character-set-server: 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous.
2021-05-07T18:31:25.438545Z 0 [Warning] [MY-013244] [Server] --collation-server: 'utf8_general_ci' is a collation of the deprecated character set UTF8MB3. Please consider using UTF8MB4 with an appropriate collation instead.
2021-05-07T18:31:25.444295Z 1 [ERROR] [MY-011011] [Server] Failed to find valid data directory.
2021-05-07T18:31:25.444492Z 0 [ERROR] [MY-010020] [Server] Data Dictionary initialization failed.
2021-05-07T18:31:25.444595Z 0 [ERROR] [MY-010119] [Server] Aborting
2021-05-07T18:31:25.444905Z 0 [System] [MY-010910] [Server] /usr/sbin/mysqld-akonadi: Shutdown complete (mysqld 8.0.23-0ubuntu0.20.04.1)  (Ubuntu).


Akonadi Server Self-Test Report
Code: Select all
Akonadi Server Self-Test Report
===============================

Test 1:  SUCCESS
--------

Database driver found.
Details: The QtSQL driver 'QMYSQL' is required by your current Akonadi server configuration and was found on your system.

File content of '/home/gerhard/.config/akonadi/akonadiserverrc':
[Debug]
Tracer=null

[%General]
Driver=QMYSQL

[QMYSQL]
Host=
Name=akonadi
Options="UNIX_SOCKET=/run/user/1000/akonadi/mysql.socket"
ServerPath=/usr/sbin/mysqld-akonadi
StartServer=true


Test 2:  SUCCESS
--------

Akonadi is not running as root
Details: Akonadi is not running as a root/administrator user, which is the recommended setup for a secure system.

Test 3:  SUCCESS
--------

MySQL server found.
Details: You have currently configured Akonadi to use the MySQL server '/usr/sbin/mysqld-akonadi'.
Make sure you have the MySQL server installed, set the correct path and ensure you have the necessary read and execution rights on the server executable. The server executable is typically called 'mysqld'; its location varies depending on the distribution.

Test 4:  SUCCESS
--------

MySQL server is executable.
Details: MySQL server found: /usr/sbin/mysqld-akonadi  Ver 8.0.23-0ubuntu0.20.04.1 for Linux on x86_64 ((Ubuntu))


Test 5:  ERROR
--------

MySQL server log contains errors.
Details: The MySQL server error log file '<a href="/home/gerhard/.local/share/akonadi/db_data/mysql.err">/home/gerhard/.local/share/akonadi/db_data/mysql.err</a>' contains errors.

File content of '/home/gerhard/.local/share/akonadi/db_data/mysql.err':
2021-05-07T18:31:25.436298Z 0 [Warning] [MY-010097] [Server] Insecure configuration for --secure-file-priv: Current value does not restrict location of generated files. Consider setting it to a valid, non-empty path.
2021-05-07T18:31:25.436350Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld-akonadi (mysqld 8.0.23-0ubuntu0.20.04.1) starting as process 45946
2021-05-07T18:31:25.438534Z 0 [Warning] [MY-013242] [Server] --character-set-server: 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous.
2021-05-07T18:31:25.438545Z 0 [Warning] [MY-013244] [Server] --collation-server: 'utf8_general_ci' is a collation of the deprecated character set UTF8MB3. Please consider using UTF8MB4 with an appropriate collation instead.
2021-05-07T18:31:25.444295Z 1 [ERROR] [MY-011011] [Server] Failed to find valid data directory.
2021-05-07T18:31:25.444492Z 0 [ERROR] [MY-010020] [Server] Data Dictionary initialization failed.
2021-05-07T18:31:25.444595Z 0 [ERROR] [MY-010119] [Server] Aborting
2021-05-07T18:31:25.444905Z 0 [System] [MY-010910] [Server] /usr/sbin/mysqld-akonadi: Shutdown complete (mysqld 8.0.23-0ubuntu0.20.04.1)  (Ubuntu).


Test 6:  ERROR
--------

MySQL server default configuration not found.
Details: The default configuration for the MySQL server was not found or was not readable. Check your Akonadi installation is complete and you have all required access rights.

Test 7:  SKIP
--------

MySQL server custom configuration not available.
Details: The custom configuration for the MySQL server was not found but is optional.

Test 8:  SUCCESS
--------

MySQL server configuration is usable.
Details: The MySQL server configuration was found at <a href="/home/gerhard/.local/share/akonadi/mysql.conf">/home/gerhard/.local/share/akonadi/mysql.conf</a> and is readable.

File content of '/home/gerhard/.local/share/akonadi/mysql.conf':
#
# Global Akonadi MySQL server settings,
# These settings can be adjusted using $HOME/.config/akonadi/mysql-local.conf
#
# Based on advice by Kris Köhntopp <kris@mysql.com>
#
[mysqld]

# strict query parsing/interpretation
# TODO: make Akonadi work with those settings enabled
# sql_mode=strict_trans_tables,strict_all_tables,strict_error_for_division_by_zero,no_auto_create_user,no_auto_value_on_zero,no_engine_substitution,no_zero_date,no_zero_in_date,only_full_group_by,pipes_as_concat
# sql_mode=strict_trans_tables

# DEBUGGING:
# log all queries, useful for debugging but generates an enormous amount of data
# log=mysql.full
# log queries slower than n seconds, log file name relative to datadir (for debugging only)
# log_slow_queries=mysql.slow
# long_query_time=1
# log queries not using indices, debug only, disable for production use
# log_queries_not_using_indexes=1
#
# mesure database size and adjust innodb_buffer_pool_size
# SELECT sum(data_length) as bla, sum(index_length) as blub FROM information_schema.tables WHERE table_schema not in ("mysql", "information_schema");

# NOTES:
# Keep Innob_log_waits and keep Innodb_buffer_pool_wait_free small (see show global status like "inno%", show global variables)

#expire_logs_days=3

#sync_bin_log=0

# Use UTF-8 encoding for tables
character_set_server=utf8
collation_server=utf8_general_ci

# use InnoDB for transactions and better crash recovery
default_storage_engine=innodb

# memory pool InnoDB uses to store data dictionary information and other internal data structures (default:8M)
# Deprecated in MySQL >= 5.6.3, removed in 5.7 (works in MariaDB)
# innodb_additional_mem_pool_size=8M

# memory buffer InnoDB uses to cache data and indexes of its tables (default:128M)
# Larger values means less I/O
innodb_buffer_pool_size=128M

# Create a .ibd file for each table (default:0)
innodb_file_per_table=1

# Write out the log buffer to the log file at each commit (default:1)
innodb_flush_log_at_trx_commit=2

# Buffer size used to write to the log files on disk (default:1M for builtin, 8M for plugin)
# larger values means less I/O
innodb_log_buffer_size=1M

# Size of each log file in a log group (default:5M) larger means less I/O but more time for recovery.
innodb_log_file_size=64M

# # error log file name, relative to datadir (default:hostname.err)
log_error=mysql.err

# print warnings and connection errors (default:1)
log_warnings=2

# Convert table named to lowercase
lower_case_table_names=1

# Maximum size of one packet or any generated/intermediate string. (default:1M)
max_allowed_packet=32M

# Maximum simultaneous connections allowed (default:100)
max_connections=256

# The two options below make no sense with prepared statements and/or transactions
# (make sense when having the same query multiple times)

# Memory allocated for caching query results (default:0 (disabled))
query_cache_size=0

# Do not cache results (default:1)
query_cache_type=0

# Do not use the privileges mechanisms
skip_grant_tables

# Do not listen for TCP/IP connections at all
skip_networking

# The number of open tables for all threads. (default:64)
table_open_cache=200

# How many threads the server should cache for reuse (default:0)
thread_cache_size=3

# wait 365d before dropping the DB connection (default:8h)
wait_timeout=31536000

# We use InnoDB, so don't let MyISAM eat up memory
key_buffer_size=16K

# KUBUNTU:
# Unset the export dir check as only the full mysql-server package creates it
secure_file_priv=

# KUBUNTU:
# workaround for 5.7 being more strict with column types
# (reverts to 5.6 behavior)
sql_mode=NO_ENGINE_SUBSTITUTION

[client]
default-character-set=utf8


Test 9:  SUCCESS
--------

akonadictl found and usable
Details: The program '/usr/bin/akonadictl' to control the Akonadi server was found and could be executed successfully.
Result:
akonadictl 5.13.3 (19.12.3)


Test 10:  ERROR
--------

Akonadi control process not registered at D-Bus.
Details: The Akonadi control process is not registered at D-Bus which typically means it was not started or encountered a fatal error during startup.

Test 11:  ERROR
--------

Akonadi server process not registered at D-Bus.
Details: The Akonadi server process is not registered at D-Bus which typically means it was not started or encountered a fatal error during startup.

Test 12:  SKIP
--------

Protocol version check not possible.
Details: Without a connection to the server it is not possible to check if the protocol version meets the requirements.

Test 13:  ERROR
--------

No resource agents found.
Details: No resource agents have been found, Akonadi is not usable without at least one. This usually means that no resource agents are installed or that there is a setup problem. The following paths have been searched: '/usr/share/akonadi/agents'. The XDG_DATA_DIRS environment variable is set to '/usr/share/plasma:/usr/local/share:/usr/share:/var/lib/snapd/desktop:/var/lib/snapd/desktop'; make sure this includes all paths where Akonadi agents are installed.

Directory listing of '/usr/share/akonadi/agents':
akonadiindexingagent.desktop
akonotesresource.desktop
archivemailagent.desktop
birthdaysresource.desktop
contactsresource.desktop
davgroupwareresource.desktop
ewsmtaresource.desktop
ewsresource.desktop
followupreminder.desktop
googlecalendarresource.desktop
googlecontactsresource.desktop
icaldirresource.desktop
icalresource.desktop
imapresource.desktop
kalarmdirresource.desktop
kalarmresource.desktop
kolabresource.desktop
maildirresource.desktop
maildispatcheragent.desktop
mailfilteragent.desktop
mboxresource.desktop
migrationagent.desktop
mixedmaildirresource.desktop
newmailnotifieragent.desktop
notesagent.desktop
notesresource.desktop
openxchangeresource.desktop
pop3resource.desktop
sendlateragent.desktop
tomboynotesresource.desktop
unifiedmailboxagent.desktop
vcarddirresource.desktop
vcardresource.desktop

Environment variable XDG_DATA_DIRS is set to '/usr/share/plasma:/usr/local/share:/usr/share:/var/lib/snapd/desktop:/var/lib/snapd/desktop'

Test 14:  SUCCESS
--------

No current Akonadi server error log found.
Details: The Akonadi server did not report any errors during its current startup.

Test 15:  ERROR
--------

Previous Akonadi server error log found.
Details: The Akonadi server reported errors during its previous startup. The log can be found in <a href="/home/gerhard/.local/share/akonadi/akonadiserver.error.old">/home/gerhard/.local/share/akonadi/akonadiserver.error.old</a>.

File content of '/home/gerhard/.local/share/akonadi/akonadiserver.error.old':
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)Xapian Database corrupted at  "/home/gerhard/.local/share/baloo/email/"Received an invalid command: resetting connectionReceived an invalid command: resetting connectionReceived an invalid command: resetting connectionReceived an invalid command: resetting connectionReceived an invalid command: resetting connectionReceived an invalid command: resetting connection

Test 16:  SUCCESS
--------

No current Akonadi control error log found.
Details: The Akonadi control process did not report any errors during its current startup.

Test 17:  ERROR
--------

Previous Akonadi control error log found.
Details: The Akonadi control process reported errors during its previous startup. The log can be found in <a href="/home/gerhard/.local/share/akonadi/akonadi_control.error.old">/home/gerhard/.local/share/akonadi/akonadi_control.error.old</a>.

File content of '/home/gerhard/.local/share/akonadi/akonadi_control.error.old':
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)


Last edited by floogy on Sat May 08, 2021 11:57 am, edited 1 time in total.
floogy
Registered Member
Posts
10
Karma
0
OS
Here you can see the error.log in that datadir before and after the upgrade. I think, the datastructure is no longer importable for mysql 8.0. Unfortunately I don't have a mysqldump from that akonadi data.

Maybe I have to migrate to mariadb, and hopefully the current mariadb for ubuntu 20.04 will read that data directory? Otherwise I have to setup a docker with mysql 5.7 and make a dump from there? What to do?

Code: Select all
gerhard@ubuntu:/tmp$ egrep -a -E '2021-05-02T07|2021-05-01T11:[4-7]*' /home/gerhard/.local/share/akonadi/db_data/mysql.err.old   
2021-05-01T11:04:14.758164Z 0 [Warning] The syntax '--log_warnings/-W' is deprecated and will be removed in a future release. Please use '--log_error_verbosity' instead.
2021-05-01T11:04:14.758226Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2021-05-01T11:04:14.758233Z 0 [Warning] 'NO_AUTO_CREATE_USER' sql mode was not set.
2021-05-01T11:04:14.758262Z 0 [Warning] Insecure configuration for --secure-file-priv: Current value does not restrict location of generated files. Consider setting it to a valid, non-empty path.
2021-05-01T11:04:14.758281Z 0 [Note] /usr/sbin/mysqld (mysqld 5.7.33-0ubuntu0.18.04.1) starting as process 5892 ...
2021-05-01T11:04:14.761748Z 0 [Note] InnoDB: PUNCH HOLE support available
2021-05-01T11:04:14.761765Z 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2021-05-01T11:04:14.761770Z 0 [Note] InnoDB: Uses event mutexes
2021-05-01T11:04:14.761775Z 0 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
2021-05-01T11:04:14.761779Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2021-05-01T11:04:14.761784Z 0 [Note] InnoDB: Using Linux native AIO
2021-05-01T11:04:14.762017Z 0 [Note] InnoDB: Number of pools: 1
2021-05-01T11:04:14.762118Z 0 [Note] InnoDB: Using CPU crc32 instructions
2021-05-01T11:04:14.774395Z 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2021-05-01T11:04:14.782419Z 0 [Note] InnoDB: Completed initialization of buffer pool
2021-05-01T11:04:14.784110Z 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2021-05-01T11:04:16.390964Z 0 [Note] InnoDB: Highest supported file format is Barracuda.
2021-05-01T11:04:30.155116Z 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2021-05-01T11:04:30.155258Z 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2021-05-01T11:04:32.830513Z 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2021-05-01T11:04:32.831166Z 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active.
2021-05-01T11:04:32.831175Z 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active.
2021-05-01T11:04:32.831541Z 0 [Note] InnoDB: page_cleaner: 1000ms intended loop took 18048ms. The settings might not be optimal. (flushed=0 and evicted=0, during the time.)
2021-05-01T11:04:32.831564Z 0 [Note] InnoDB: 5.7.33 started; log sequence number 64629187947
2021-05-01T11:04:32.831672Z 0 [Note] InnoDB: Loading buffer pool(s) from /home/gerhard/.local/share/akonadi/db_data/ib_buffer_pool
2021-05-01T11:04:32.831813Z 0 [Note] Plugin 'FEDERATED' is disabled.
2021-05-01T11:04:32.910375Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
2021-05-01T11:04:32.911351Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
2021-05-01T11:04:32.911360Z 0 [Note] Skipping generation of SSL certificates as certificate files are present in data directory.
2021-05-01T11:04:32.966212Z 0 [Warning] CA certificate ca.pem is self signed.
2021-05-01T11:04:32.966260Z 0 [Note] Skipping generation of RSA key pair as key files are present in data directory.
2021-05-01T11:04:33.077145Z 0 [Warning] Insecure configuration for --pid-file: Location '/tmp' in the path is accessible to all OS users. Consider choosing a different directory.
2021-05-01T11:04:33.077335Z 0 [Warning] Failed to open optimizer cost constant tables
2021-05-01T11:04:33.077519Z 0 [Warning] Can't open and lock time zone table: Table 'mysql.time_zone_leap_second' doesn't exist trying to live without them
2021-05-01T11:04:33.077584Z 0 [ERROR] Can't open and lock privilege tables: Table 'mysql.servers' doesn't exist
2021-05-01T11:04:33.077691Z 0 [ERROR] Native table 'performance_schema'.'cond_instances' has the wrong structure
2021-05-01T11:04:33.077724Z 0 [ERROR] Native table 'performance_schema'.'events_waits_current' has the wrong structure
2021-05-01T11:04:33.077836Z 0 [ERROR] Native table 'performance_schema'.'events_waits_history' has the wrong structure
2021-05-01T11:04:33.077866Z 0 [ERROR] Native table 'performance_schema'.'events_waits_history_long' has the wrong structure
2021-05-01T11:04:33.077896Z 0 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_host_by_event_name' has the wrong structure
2021-05-01T11:04:33.077924Z 0 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_instance' has the wrong structure
2021-05-01T11:04:33.077953Z 0 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_thread_by_event_name' has the wrong structure
2021-05-01T11:04:33.077981Z 0 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_user_by_event_name' has the wrong structure
2021-05-01T11:04:33.078010Z 0 [ERROR] Native table 'performance_schema'.'events_waits_summary_by_account_by_event_name' has the wrong structure
2021-05-01T11:04:33.078037Z 0 [ERROR] Native table 'performance_schema'.'events_waits_summary_global_by_event_name' has the wrong structure
2021-05-01T11:04:33.078064Z 0 [ERROR] Native table 'performance_schema'.'file_instances' has the wrong structure
2021-05-01T11:04:33.078091Z 0 [ERROR] Native table 'performance_schema'.'file_summary_by_event_name' has the wrong structure
2021-05-01T11:04:33.078118Z 0 [ERROR] Native table 'performance_schema'.'file_summary_by_instance' has the wrong structure
2021-05-01T11:04:33.078146Z 0 [ERROR] Native table 'performance_schema'.'host_cache' has the wrong structure
2021-05-01T11:04:33.078173Z 0 [ERROR] Native table 'performance_schema'.'mutex_instances' has the wrong structure
2021-05-01T11:04:33.078200Z 0 [ERROR] Native table 'performance_schema'.'objects_summary_global_by_type' has the wrong structure
2021-05-01T11:04:33.078227Z 0 [ERROR] Native table 'performance_schema'.'performance_timers' has the wrong structure
2021-05-01T11:04:33.078254Z 0 [ERROR] Native table 'performance_schema'.'rwlock_instances' has the wrong structure
2021-05-01T11:04:33.078281Z 0 [ERROR] Native table 'performance_schema'.'setup_actors' has the wrong structure
2021-05-01T11:04:33.078307Z 0 [ERROR] Native table 'performance_schema'.'setup_consumers' has the wrong structure
2021-05-01T11:04:33.078334Z 0 [ERROR] Native table 'performance_schema'.'setup_instruments' has the wrong structure
2021-05-01T11:04:33.078360Z 0 [ERROR] Native table 'performance_schema'.'setup_objects' has the wrong structure
2021-05-01T11:04:33.078387Z 0 [ERROR] Native table 'performance_schema'.'setup_timers' has the wrong structure
2021-05-01T11:04:33.078415Z 0 [ERROR] Native table 'performance_schema'.'table_io_waits_summary_by_index_usage' has the wrong structure
2021-05-01T11:04:33.078442Z 0 [ERROR] Native table 'performance_schema'.'table_io_waits_summary_by_table' has the wrong structure
2021-05-01T11:04:33.078470Z 0 [ERROR] Native table 'performance_schema'.'table_lock_waits_summary_by_table' has the wrong structure
2021-05-01T11:04:33.078496Z 0 [ERROR] Native table 'performance_schema'.'threads' has the wrong structure
2021-05-01T11:04:33.078522Z 0 [ERROR] Native table 'performance_schema'.'events_stages_current' has the wrong structure
2021-05-01T11:04:33.078549Z 0 [ERROR] Native table 'performance_schema'.'events_stages_history' has the wrong structure
2021-05-01T11:04:33.078577Z 0 [ERROR] Native table 'performance_schema'.'events_stages_history_long' has the wrong structure
2021-05-01T11:04:33.078605Z 0 [ERROR] Native table 'performance_schema'.'events_stages_summary_by_thread_by_event_name' has the wrong structure
2021-05-01T11:04:33.078634Z 0 [ERROR] Native table 'performance_schema'.'events_stages_summary_by_account_by_event_name' has the wrong structure
2021-05-01T11:04:33.078662Z 0 [ERROR] Native table 'performance_schema'.'events_stages_summary_by_user_by_event_name' has the wrong structure
2021-05-01T11:04:33.078689Z 0 [ERROR] Native table 'performance_schema'.'events_stages_summary_by_host_by_event_name' has the wrong structure
2021-05-01T11:04:33.078730Z 0 [ERROR] Native table 'performance_schema'.'events_stages_summary_global_by_event_name' has the wrong structure
2021-05-01T11:04:33.078759Z 0 [ERROR] Native table 'performance_schema'.'events_statements_current' has the wrong structure
2021-05-01T11:04:33.078786Z 0 [ERROR] Native table 'performance_schema'.'events_statements_history' has the wrong structure
2021-05-01T11:04:33.078814Z 0 [ERROR] Native table 'performance_schema'.'events_statements_history_long' has the wrong structure
2021-05-01T11:04:33.078842Z 0 [ERROR] Native table 'performance_schema'.'events_statements_summary_by_thread_by_event_name' has the wrong structure
2021-05-01T11:04:33.078871Z 0 [ERROR] Native table 'performance_schema'.'events_statements_summary_by_account_by_event_name' has the wrong structure
2021-05-01T11:04:33.078898Z 0 [ERROR] Native table 'performance_schema'.'events_statements_summary_by_user_by_event_name' has the wrong structure
2021-05-01T11:04:33.078927Z 0 [ERROR] Native table 'performance_schema'.'events_statements_summary_by_host_by_event_name' has the wrong structure
2021-05-01T11:04:33.078955Z 0 [ERROR] Native table 'performance_schema'.'events_statements_summary_global_by_event_name' has the wrong structure
2021-05-01T11:04:33.078982Z 0 [ERROR] Native table 'performance_schema'.'events_statements_summary_by_digest' has the wrong structure
2021-05-01T11:04:33.079010Z 0 [ERROR] Native table 'performance_schema'.'events_statements_summary_by_program' has the wrong structure
2021-05-01T11:04:33.079036Z 0 [ERROR] Native table 'performance_schema'.'events_transactions_current' has the wrong structure
2021-05-01T11:04:33.079062Z 0 [ERROR] Native table 'performance_schema'.'events_transactions_history' has the wrong structure
2021-05-01T11:04:33.079089Z 0 [ERROR] Native table 'performance_schema'.'events_transactions_history_long' has the wrong structure
2021-05-01T11:04:33.079118Z 0 [ERROR] Native table 'performance_schema'.'events_transactions_summary_by_thread_by_event_name' has the wrong structure
2021-05-01T11:04:33.079145Z 0 [ERROR] Native table 'performance_schema'.'events_transactions_summary_by_account_by_event_name' has the wrong structure
2021-05-01T11:04:33.079174Z 0 [ERROR] Native table 'performance_schema'.'events_transactions_summary_by_user_by_event_name' has the wrong structure
2021-05-01T11:04:33.079202Z 0 [ERROR] Native table 'performance_schema'.'events_transactions_summary_by_host_by_event_name' has the wrong structure
2021-05-01T11:04:33.079231Z 0 [ERROR] Native table 'performance_schema'.'events_transactions_summary_global_by_event_name' has the wrong structure
2021-05-01T11:04:33.079257Z 0 [ERROR] Native table 'performance_schema'.'users' has the wrong structure
2021-05-01T11:04:33.079282Z 0 [ERROR] Native table 'performance_schema'.'accounts' has the wrong structure
2021-05-01T11:04:33.079308Z 0 [ERROR] Native table 'performance_schema'.'hosts' has the wrong structure
2021-05-01T11:04:33.079334Z 0 [ERROR] Native table 'performance_schema'.'socket_instances' has the wrong structure
2021-05-01T11:04:33.079361Z 0 [ERROR] Native table 'performance_schema'.'socket_summary_by_instance' has the wrong structure
2021-05-01T11:04:33.079388Z 0 [ERROR] Native table 'performance_schema'.'socket_summary_by_event_name' has the wrong structure
2021-05-01T11:04:33.079414Z 0 [ERROR] Native table 'performance_schema'.'session_connect_attrs' has the wrong structure
2021-05-01T11:04:33.079442Z 0 [ERROR] Native table 'performance_schema'.'session_account_connect_attrs' has the wrong structure
2021-05-01T11:04:33.079471Z 0 [ERROR] Native table 'performance_schema'.'memory_summary_global_by_event_name' has the wrong structure
2021-05-01T11:04:33.079498Z 0 [ERROR] Native table 'performance_schema'.'memory_summary_by_account_by_event_name' has the wrong structure
2021-05-01T11:04:33.079525Z 0 [ERROR] Native table 'performance_schema'.'memory_summary_by_host_by_event_name' has the wrong structure
2021-05-01T11:04:33.079553Z 0 [ERROR] Native table 'performance_schema'.'memory_summary_by_thread_by_event_name' has the wrong structure
2021-05-01T11:04:33.079593Z 0 [ERROR] Native table 'performance_schema'.'memory_summary_by_user_by_event_name' has the wrong structure
2021-05-01T11:04:33.079620Z 0 [ERROR] Native table 'performance_schema'.'table_handles' has the wrong structure
2021-05-01T11:04:33.079647Z 0 [ERROR] Native table 'performance_schema'.'metadata_locks' has the wrong structure
2021-05-01T11:04:33.079674Z 0 [ERROR] Native table 'performance_schema'.'replication_connection_configuration' has the wrong structure
2021-05-01T11:04:33.079700Z 0 [ERROR] Native table 'performance_schema'.'replication_group_members' has the wrong structure
2021-05-01T11:04:33.079727Z 0 [ERROR] Native table 'performance_schema'.'replication_connection_status' has the wrong structure
2021-05-01T11:04:33.079753Z 0 [ERROR] Native table 'performance_schema'.'replication_applier_configuration' has the wrong structure
2021-05-01T11:04:33.079779Z 0 [ERROR] Native table 'performance_schema'.'replication_applier_status' has the wrong structure
2021-05-01T11:04:33.079807Z 0 [ERROR] Native table 'performance_schema'.'replication_applier_status_by_coordinator' has the wrong structure
2021-05-01T11:04:33.079834Z 0 [ERROR] Native table 'performance_schema'.'replication_applier_status_by_worker' has the wrong structure
2021-05-01T11:04:33.079861Z 0 [ERROR] Native table 'performance_schema'.'replication_group_member_stats' has the wrong structure
2021-05-01T11:04:33.079887Z 0 [ERROR] Native table 'performance_schema'.'prepared_statements_instances' has the wrong structure
2021-05-01T11:04:33.079914Z 0 [ERROR] Native table 'performance_schema'.'user_variables_by_thread' has the wrong structure
2021-05-01T11:04:33.079939Z 0 [ERROR] Native table 'performance_schema'.'status_by_account' has the wrong structure
2021-05-01T11:04:33.079965Z 0 [ERROR] Native table 'performance_schema'.'status_by_host' has the wrong structure
2021-05-01T11:04:33.079990Z 0 [ERROR] Native table 'performance_schema'.'status_by_thread' has the wrong structure
2021-05-01T11:04:33.080017Z 0 [ERROR] Native table 'performance_schema'.'status_by_user' has the wrong structure
2021-05-01T11:04:33.080043Z 0 [ERROR] Native table 'performance_schema'.'global_status' has the wrong structure
2021-05-01T11:04:33.080068Z 0 [ERROR] Native table 'performance_schema'.'session_status' has the wrong structure
2021-05-01T11:04:33.080095Z 0 [ERROR] Native table 'performance_schema'.'variables_by_thread' has the wrong structure
2021-05-01T11:04:33.080121Z 0 [ERROR] Native table 'performance_schema'.'global_variables' has the wrong structure
2021-05-01T11:04:33.080147Z 0 [ERROR] Native table 'performance_schema'.'session_variables' has the wrong structure
2021-05-01T11:04:33.080575Z 0 [Note] /usr/sbin/mysqld: ready for connections.
2021-05-01T11:04:39.016965Z 3 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:04:39.016988Z 3 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionattributetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:04:39.165547Z 3 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:04:39.165573Z 3 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionmimetyperelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:04:39.215853Z 3 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:04:39.215868Z 3 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionpimitemrelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:04:39.311086Z 3 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:04:39.311122Z 3 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectiontable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:04:39.369809Z 3 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:04:39.369822Z 3 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`flagtable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:04:39.405863Z 3 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:04:39.405882Z 3 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`mimetypetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:04:39.725904Z 3 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:04:39.725941Z 3 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`parttable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:04:45.538528Z 3 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:04:45.538573Z 3 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`parttypetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:04:45.539062Z 3 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:04:45.539084Z 3 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`pimitemflagrelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:04:47.087666Z 3 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:04:47.087684Z 3 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`pimitemtable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:04:50.037284Z 3 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:04:50.037306Z 3 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`pimitemtagrelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:04:50.260707Z 3 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:04:50.260727Z 3 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`relationtable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:04:50.378773Z 3 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:04:50.378789Z 3 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`relationtypetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:04:50.457904Z 3 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:04:50.457935Z 3 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`resourcetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:04:50.679109Z 3 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:04:50.699313Z 3 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`schemaversiontable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:04:50.802667Z 3 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:04:50.802698Z 3 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`tagattributetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:04:51.006365Z 3 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:04:51.166110Z 3 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`tagremoteidresourcerelationtable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:04:51.282264Z 3 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:04:51.282294Z 3 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`tagtable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:04:51.883497Z 3 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:04:51.883525Z 3 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`tagtypetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:04:52.382860Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:04:52.382904Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectiontable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:04:52.384285Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:04:52.384310Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`mimetypetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:04:52.386637Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:04:52.386679Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`flagtable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:04:52.387921Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:04:52.387947Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`parttable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:04:55.834237Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:04:55.834278Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionattributetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:04:55.838284Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:04:55.838308Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionmimetyperelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:04:55.838695Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:04:55.838709Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionpimitemrelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:04:56.061914Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:04:56.061956Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectiontable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:04:56.062333Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:04:56.062351Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`flagtable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:04:56.062445Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:04:56.062461Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`mimetypetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:04:56.062551Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:04:56.062566Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`parttable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:04:59.900770Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:04:59.900799Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionattributetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:04:59.900899Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:04:59.900909Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionmimetyperelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:04:59.901014Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:04:59.901024Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionpimitemrelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:04:59.901090Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:04:59.901099Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectiontable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:04:59.901261Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:04:59.901269Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`flagtable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:04:59.901319Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:04:59.901328Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`mimetypetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:04:59.901437Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:04:59.901445Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`parttable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:03.413983Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:03.414025Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectiontable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:03.415407Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:03.415421Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionattributetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:03.415520Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:03.415529Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionmimetyperelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:03.415626Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:03.415635Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionpimitemrelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:03.415693Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:03.415701Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`flagtable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:03.415749Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:03.415757Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`mimetypetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:03.415804Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:03.415812Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`parttable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:06.224252Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:06.224289Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectiontable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:06.226040Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:06.226070Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`mimetypetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:06.227505Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:06.274959Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionattributetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:06.275209Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:06.275226Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionmimetyperelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:06.275375Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:06.275389Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionpimitemrelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:06.275498Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:06.275511Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`flagtable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:06.275606Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:06.275617Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`parttable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:08.991497Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:09.094365Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionattributetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:09.094572Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:09.094583Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionmimetyperelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:09.094691Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:09.094700Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionpimitemrelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:09.094758Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:09.094766Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectiontable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:09.094993Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:09.095002Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`flagtable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:09.095062Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:09.095072Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`mimetypetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:09.095157Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:09.095166Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`parttable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:10.781283Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:10.781307Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`flagtable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:10.782494Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:10.782505Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionattributetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:10.782579Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:10.782587Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionmimetyperelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:10.782678Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:10.782686Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionpimitemrelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:10.782734Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:10.782742Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectiontable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:10.782889Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:10.782897Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`mimetypetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:10.782941Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:10.782949Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`parttable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:12.746770Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:12.746793Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionattributetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:12.746892Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:12.746902Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionmimetyperelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:12.746998Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:12.747007Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionpimitemrelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:12.747074Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:12.747082Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectiontable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:12.747260Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:12.747269Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`flagtable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:12.747314Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:12.747323Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`mimetypetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:12.747369Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:12.747377Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`parttable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:14.365204Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:14.599609Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`parttable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:16.347450Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:16.347470Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionattributetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:16.347555Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:16.347564Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionmimetyperelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:16.347662Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:16.347671Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionpimitemrelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:16.347724Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:16.347733Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectiontable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:16.347887Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:16.347895Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`flagtable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:16.347940Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:16.347948Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`mimetypetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:16.348650Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:16.348660Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`parttable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:17.404932Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:17.404956Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionattributetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:17.406196Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:17.406207Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionmimetyperelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:17.406303Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:17.406312Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionpimitemrelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:17.406362Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:17.406370Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectiontable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:17.406542Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:17.406550Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`flagtable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:17.406594Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:17.406602Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`mimetypetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:17.407073Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:17.407083Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionattributetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:17.408354Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:17.408389Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionmimetyperelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:17.408492Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:17.408501Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionpimitemrelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:17.408546Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:17.408618Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectiontable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:17.408754Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:17.408762Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`flagtable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:17.408802Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:17.408810Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`mimetypetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:17.408849Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:17.408857Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`parttable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:18.869336Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:18.869359Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionattributetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:18.869454Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:18.869463Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionmimetyperelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:18.869553Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:18.869561Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionpimitemrelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:18.869610Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:18.869618Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectiontable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:18.869788Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:18.869796Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`flagtable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:18.869839Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:18.869847Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`mimetypetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:18.869890Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:18.869898Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`parttable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:19.774208Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:19.774233Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionattributetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:19.774310Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:19.774318Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionmimetyperelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:19.774407Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:19.774416Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionpimitemrelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:19.774476Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:19.774484Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectiontable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:19.774624Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:19.774632Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`flagtable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:19.774675Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:19.774683Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`mimetypetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:19.774727Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:19.774734Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`parttable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:21.278463Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:21.278504Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionattributetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:21.278685Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:21.278703Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionmimetyperelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:21.278879Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:21.278895Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionpimitemrelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:21.278987Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:21.279003Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectiontable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:21.279357Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:21.279373Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`flagtable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:21.279456Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:21.279472Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`mimetypetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:21.279553Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:21.279568Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`parttable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:22.050614Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:22.050639Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionattributetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:22.050720Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:22.050729Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionmimetyperelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:22.050822Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:22.050830Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionpimitemrelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:22.050880Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:22.050888Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectiontable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:22.051030Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:22.051038Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`flagtable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:22.051083Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:22.051091Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`mimetypetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:22.051135Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:22.051143Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`parttable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:23.166438Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:23.166461Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionattributetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:23.166571Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:23.166581Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionmimetyperelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:23.166672Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:23.166681Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionpimitemrelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:23.166731Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:23.166739Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectiontable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:23.166908Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:23.166916Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`flagtable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:23.166960Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:23.166969Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`mimetypetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:23.167013Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:23.167021Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`parttable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:24.423817Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:24.423841Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionattributetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:24.423923Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:24.423933Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionmimetyperelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:24.424030Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:24.424039Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionpimitemrelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:24.424088Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:24.424096Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectiontable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:24.424243Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:24.424271Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`flagtable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:24.424318Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:24.424327Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`mimetypetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:24.424385Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:24.424393Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`parttable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:25.323841Z 0 [Note] InnoDB: Buffer pool(s) load completed at 210501 13:05:25
2021-05-01T11:05:25.794023Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:25.794044Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionattributetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:25.794135Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:25.794143Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionmimetyperelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:25.794294Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:25.794302Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionpimitemrelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:25.794363Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:25.794371Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectiontable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:25.794537Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:25.794544Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`flagtable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:25.794587Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:25.794595Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`mimetypetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:25.794639Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:25.794647Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`parttable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:26.522580Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:26.522604Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionmimetyperelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:26.523827Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:26.523837Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionattributetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:26.523918Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:26.523927Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionpimitemrelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:26.523975Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:26.523983Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectiontable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:26.524123Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:26.524131Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`flagtable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:26.524174Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:26.524182Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`mimetypetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:26.524224Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:26.524232Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`parttable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:27.551036Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:27.551062Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionpimitemrelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:27.552338Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:27.552350Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionattributetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:27.552453Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:27.552462Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionmimetyperelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:27.552563Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:27.552571Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectiontable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:27.552740Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:27.552748Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`flagtable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:27.552810Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:27.552818Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`mimetypetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:27.552862Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:27.552869Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`parttable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:05:28.493640Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:05:28.493664Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`flagtable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:06:21.313744Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:06:21.313770Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionpimitemrelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:06:21.314497Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:06:21.314512Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectiontable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:06:21.543726Z 4 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:06:21.543763Z 4 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`parttable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:06:24.158131Z 12 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:06:24.158161Z 12 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`mimetypetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:06:24.158551Z 12 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:06:24.158563Z 12 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionmimetyperelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:06:24.159922Z 10 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:06:24.159940Z 10 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`collectionattributetable` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:06:30.160616Z 12 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:06:30.160640Z 12 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`pimitemtagrelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:06:30.160661Z 20 [ERROR] InnoDB: Table `mysql`.`innodb_table_stats` not found.
2021-05-01T11:06:30.160697Z 20 [ERROR] InnoDB: Fetch of persistent statistics requested for table `akonadi`.`pimitemtagrelation` but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2021-05-01T11:07:56.112957Z 0 [Note] InnoDB: page_cleaner: 1000ms intended loop took 4142ms. The settings might not be optimal. (flushed=3 and evicted=0, during the time.)
2021-05-02T07:07:03.332880Z 32 [Note] Aborted connection 32 to db: 'akonadi' user: 'gerhard' host: '' (Got an error reading communication packets)
2021-05-02T07:07:03.332979Z 5 [Note] Aborted connection 5 to db: 'akonadi' user: 'gerhard' host: '' (Got an error reading communication packets)
2021-05-02T07:07:03.333108Z 26 [Note] Aborted connection 26 to db: 'akonadi' user: 'gerhard' host: '' (Got an error reading communication packets)
2021-05-02T07:07:03.333128Z 14 [Note] Aborted connection 14 to db: 'akonadi' user: 'gerhard' host: '' (Got an error reading communication packets)
2021-05-02T07:07:03.333137Z 6 [Note] Aborted connection 6 to db: 'akonadi' user: 'gerhard' host: '' (Got an error reading communication packets)
2021-05-02T07:07:03.333154Z 4 [Note] Aborted connection 4 to db: 'akonadi' user: 'gerhard' host: '' (Got an error reading communication packets)
2021-05-02T07:07:07.393161Z 0 [Note] Giving 0 client threads a chance to die gracefully
2021-05-02T07:07:07.689441Z 0 [Note] Shutting down slave threads
2021-05-02T07:07:07.689485Z 0 [Note] Forcefully disconnecting 0 remaining clients
2021-05-02T07:07:07.689552Z 0 [Note] Binlog end
2021-05-02T07:07:07.690362Z 0 [Note] Shutting down plugin 'ngram'
2021-05-02T07:07:07.690391Z 0 [Note] Shutting down plugin 'partition'
2021-05-02T07:07:07.690399Z 0 [Note] Shutting down plugin 'BLACKHOLE'
2021-05-02T07:07:07.788186Z 0 [Note] Shutting down plugin 'ARCHIVE'
2021-05-02T07:07:07.788218Z 0 [Note] Shutting down plugin 'PERFORMANCE_SCHEMA'
2021-05-02T07:07:07.788269Z 0 [Note] Shutting down plugin 'MRG_MYISAM'
2021-05-02T07:07:07.788283Z 0 [Note] Shutting down plugin 'MyISAM'
2021-05-02T07:07:08.100206Z 0 [Note] Shutting down plugin 'INNODB_SYS_VIRTUAL'
2021-05-02T07:07:08.152531Z 0 [Note] Shutting down plugin 'INNODB_SYS_DATAFILES'
2021-05-02T07:07:08.152549Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESPACES'
2021-05-02T07:07:08.152559Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN_COLS'
2021-05-02T07:07:08.152568Z 0 [Note] Shutting down plugin 'INNODB_SYS_FOREIGN'
2021-05-02T07:07:08.152574Z 0 [Note] Shutting down plugin 'INNODB_SYS_FIELDS'
2021-05-02T07:07:08.152580Z 0 [Note] Shutting down plugin 'INNODB_SYS_COLUMNS'
2021-05-02T07:07:08.152586Z 0 [Note] Shutting down plugin 'INNODB_SYS_INDEXES'
2021-05-02T07:07:08.152592Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLESTATS'
2021-05-02T07:07:08.152598Z 0 [Note] Shutting down plugin 'INNODB_SYS_TABLES'
2021-05-02T07:07:08.152604Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_TABLE'
2021-05-02T07:07:08.152610Z 0 [Note] Shutting down plugin 'INNODB_FT_INDEX_CACHE'
2021-05-02T07:07:08.152616Z 0 [Note] Shutting down plugin 'INNODB_FT_CONFIG'
2021-05-02T07:07:08.152621Z 0 [Note] Shutting down plugin 'INNODB_FT_BEING_DELETED'
2021-05-02T07:07:08.152627Z 0 [Note] Shutting down plugin 'INNODB_FT_DELETED'
2021-05-02T07:07:08.152633Z 0 [Note] Shutting down plugin 'INNODB_FT_DEFAULT_STOPWORD'
2021-05-02T07:07:08.152639Z 0 [Note] Shutting down plugin 'INNODB_METRICS'
2021-05-02T07:07:08.152645Z 0 [Note] Shutting down plugin 'INNODB_TEMP_TABLE_INFO'
2021-05-02T07:07:08.152650Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_POOL_STATS'
2021-05-02T07:07:08.152656Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE_LRU'
2021-05-02T07:07:08.152662Z 0 [Note] Shutting down plugin 'INNODB_BUFFER_PAGE'
2021-05-02T07:07:08.152668Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX_RESET'
2021-05-02T07:07:08.152674Z 0 [Note] Shutting down plugin 'INNODB_CMP_PER_INDEX'
2021-05-02T07:07:08.152679Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM_RESET'
2021-05-02T07:07:10.558008Z 0 [Note] Shutting down plugin 'INNODB_CMPMEM'
2021-05-02T07:07:10.558026Z 0 [Note] Shutting down plugin 'INNODB_CMP_RESET'
2021-05-02T07:07:10.558030Z 0 [Note] Shutting down plugin 'INNODB_CMP'
2021-05-02T07:07:10.558034Z 0 [Note] Shutting down plugin 'INNODB_LOCK_WAITS'
2021-05-02T07:07:10.558037Z 0 [Note] Shutting down plugin 'INNODB_LOCKS'
2021-05-02T07:07:10.558040Z 0 [Note] Shutting down plugin 'INNODB_TRX'
2021-05-02T07:07:10.558043Z 0 [Note] Shutting down plugin 'InnoDB'
2021-05-02T07:07:11.034969Z 0 [Note] InnoDB: FTS optimize thread exiting.
2021-05-02T07:07:11.035047Z 0 [Note] InnoDB: Starting shutdown...
2021-05-02T07:07:11.135242Z 0 [Note] InnoDB: Dumping buffer pool(s) to /home/gerhard/.local/share/akonadi/db_data/ib_buffer_pool
2021-05-02T07:07:11.177106Z 0 [Note] InnoDB: Buffer pool(s) dump completed at 210502  9:07:11
2021-05-02T07:07:13.902774Z 0 [Note] InnoDB: Shutdown completed; log sequence number 64641088317
2021-05-02T07:07:13.960156Z 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2021-05-02T07:07:13.960173Z 0 [Note] Shutting down plugin 'MEMORY'
2021-05-02T07:07:13.960180Z 0 [Note] Shutting down plugin 'CSV'
2021-05-02T07:07:13.960184Z 0 [Note] Shutting down plugin 'sha256_password'
2021-05-02T07:07:13.960187Z 0 [Note] Shutting down plugin 'mysql_native_password'
2021-05-02T07:07:13.960295Z 0 [Note] Shutting down plugin 'binlog'
2021-05-02T07:07:13.973966Z 0 [Note] /usr/sbin/mysqld: Shutdown complete
2021-05-02T07:12:58.179793Z 0 [Warning] [MY-010097] [Server] Insecure configuration for --secure-file-priv: Current value does not restrict location of generated files. Consider setting it to a valid, non-empty path.
2021-05-02T07:12:58.179844Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld-akonadi (mysqld 8.0.23-0ubuntu0.20.04.1) starting as process 5074
2021-05-02T07:12:58.181892Z 0 [Warning] [MY-013242] [Server] --character-set-server: 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release. Please consider using UTF8MB4 in order to be unambiguous.
2021-05-02T07:12:58.181913Z 0 [Warning] [MY-013244] [Server] --collation-server: 'utf8_general_ci' is a collation of the deprecated character set UTF8MB3. Please consider using UTF8MB4 with an appropriate collation instead.
2021-05-02T07:12:58.595058Z 1 [ERROR] [MY-011011] [Server] Failed to find valid data directory.
2021-05-02T07:12:58.595183Z 0 [ERROR] [MY-010020] [Server] Data Dictionary initialization failed.
2021-05-02T07:12:58.595254Z 0 [ERROR] [MY-010119] [Server] Aborting
2021-05-02T07:12:58.595567Z 0 [System] [MY-010910] [Server] /usr/sbin/mysqld-akonadi: Shutdown complete (mysqld 8.0.23-0ubuntu0.20.04.1)  (Ubuntu).



Struktur des Datenverzeichnisses.
Code: Select all
gerhard@ubuntu:/tmp$ tree -DRugph /home/gerhard/.local/share/akonadi/db_data/
/home/gerhard/.local/share/akonadi/db_data/
├── [drwxr-x--- gerhard  gerhard  4.0K Oct  2  2018]  akonadi
│   ├── [-rw-r----- gerhard  gerhard  8.5K Mar  7  2017]  collectionattributetable.frm
│   ├── [-rw-r----- gerhard  gerhard  144K May  1 13:13]  collectionattributetable.ibd
│   ├── [-rw-r----- gerhard  gerhard  8.4K Mar  7  2017]  collectionmimetyperelation.frm
│   ├── [-rw-r----- gerhard  gerhard  112K Jan 24 13:53]  collectionmimetyperelation.ibd
│   ├── [-rw-r----- gerhard  gerhard  8.4K Mar  7  2017]  collectionpimitemrelation.frm
│   ├── [-rw-r----- gerhard  gerhard   11M Oct 30  2020]  collectionpimitemrelation.ibd
│   ├── [-rw-r----- gerhard  gerhard   41K Mar  7  2017]  collectiontable.frm
│   ├── [-rw-r----- gerhard  gerhard  240K May  1 13:13]  collectiontable.ibd
│   ├── [-rw-r----- gerhard  gerhard    61 Feb 25  2017]  db.opt
│   ├── [-rw-r----- gerhard  gerhard  8.4K Mar  7  2017]  flagtable.frm
│   ├── [-rw-r----- gerhard  gerhard  112K Oct  3  2017]  flagtable.ibd
│   ├── [-rw-r----- gerhard  gerhard  8.4K Mar  7  2017]  mimetypetable.frm
│   ├── [-rw-r----- gerhard  gerhard  112K Mar  7  2017]  mimetypetable.ibd
│   ├── [-rw-r----- gerhard  gerhard  8.6K Oct  2  2018]  parttable.frm
│   ├── [-rw-r----- gerhard  gerhard  3.0G May  2 03:32]  parttable.ibd
│   ├── [-rw-r----- gerhard  gerhard  8.4K Mar  7  2017]  parttypetable.frm
│   ├── [-rw-r----- gerhard  gerhard  112K Mar  9  2017]  parttypetable.ibd
│   ├── [-rw-r----- gerhard  gerhard  8.4K Mar  7  2017]  pimitemflagrelation.frm
│   ├── [-rw-r----- gerhard  gerhard   96M May  2 03:32]  pimitemflagrelation.ibd
│   ├── [-rw-r----- gerhard  gerhard  8.7K Mar  7  2017]  pimitemtable.frm
│   ├── [-rw-r----- gerhard  gerhard  288M May  2 03:32]  pimitemtable.ibd
│   ├── [-rw-r----- gerhard  gerhard  8.4K Mar  7  2017]  pimitemtagrelation.frm
│   ├── [-rw-r----- gerhard  gerhard  112K Mar  7  2017]  pimitemtagrelation.ibd
│   ├── [-rw-r----- gerhard  gerhard  8.5K Mar  7  2017]  relationtable.frm
│   ├── [-rw-r----- gerhard  gerhard  144K Mar  7  2017]  relationtable.ibd
│   ├── [-rw-r----- gerhard  gerhard  8.4K Mar  7  2017]  relationtypetable.frm
│   ├── [-rw-r----- gerhard  gerhard  112K Mar  7  2017]  relationtypetable.ibd
│   ├── [-rw-r----- gerhard  gerhard  8.4K Mar  7  2017]  resourcetable.frm
│   ├── [-rw-r----- gerhard  gerhard  112K Mar  7  2017]  resourcetable.ibd
│   ├── [-rw-r----- gerhard  gerhard  8.4K Oct  2  2018]  schemaversiontable.frm
│   ├── [-rw-r----- gerhard  gerhard   96K Oct  2  2018]  schemaversiontable.ibd
│   ├── [-rw-r----- gerhard  gerhard  8.4K Mar  7  2017]  tagattributetable.frm
│   ├── [-rw-r----- gerhard  gerhard  112K Mar  7  2017]  tagattributetable.ibd
│   ├── [-rw-r----- gerhard  gerhard  8.4K Mar  7  2017]  tagremoteidresourcerelationtable.frm
│   ├── [-rw-r----- gerhard  gerhard  112K Mar  7  2017]  tagremoteidresourcerelationtable.ibd
│   ├── [-rw-r----- gerhard  gerhard  8.5K Mar  7  2017]  tagtable.frm
│   ├── [-rw-r----- gerhard  gerhard  128K Mar  7  2017]  tagtable.ibd
│   ├── [-rw-r----- gerhard  gerhard  8.4K Mar  7  2017]  tagtypetable.frm
│   └── [-rw-r----- gerhard  gerhard  112K Mar  7  2017]  tagtypetable.ibd
├── [-rw-r----- gerhard  gerhard    56 Feb 25  2017]  auto.cnf
├── [-rw-r----- gerhard  gerhard     0 May  2 09:12]  binlog.index
├── [-rw------- gerhard  gerhard  1.6K Nov 21  2019]  ca-key.pem
├── [-rw-r--r-- gerhard  gerhard  1.1K Nov 21  2019]  ca.pem
├── [-rw-r--r-- gerhard  gerhard  1.1K Nov 21  2019]  client-cert.pem
├── [-rw------- gerhard  gerhard  1.6K Nov 21  2019]  client-key.pem
├── [-rw-r----- gerhard  gerhard   15K May  2 09:07]  ib_buffer_pool
├── [-rw-r----- gerhard  gerhard  332M May  2 09:07]  ibdata1
├── [-rw-r----- gerhard  gerhard   64M May  2 09:07]  ib_logfile0
├── [-rw-r----- gerhard  gerhard   64M Apr 30 20:22]  ib_logfile1
├── [-rw-r----- gerhard  gerhard  4.9K May  7 21:26]  mysql.err
├── [-rw-rw-r-- gerhard  gerhard   18M May  7 21:02]  mysql.err.old
├── [-rw------- gerhard  gerhard  1.6K Nov 21  2019]  private_key.pem
├── [-rw-r--r-- gerhard  gerhard   452 Nov 21  2019]  public_key.pem
├── [-rw-r--r-- gerhard  gerhard  1.1K Nov 21  2019]  server-cert.pem
└── [-rw------- gerhard  gerhard  1.6K Nov 21  2019]  server-key.pem

1 directory, 55 files
gerhard@ubuntu:/tmp$ tree -dDRugph /home/gerhard/.local/share/akonadi/       
/home/gerhard/.local/share/akonadi/
├── [lrwxrwxrwx gerhard  gerhard    58 Feb 25  2017]  __db_data -> /mnt/sda6/ubuntu@sdb8/gerhard/.local/share/akonadi/db_data
├── [drwxrwxr-x gerhard  gerhard  4.0K May  7 21:26]  db_data
│   └── [drwxr-x--- gerhard  gerhard  4.0K Oct  2  2018]  akonadi
├── [lrwxrwxrwx gerhard  gerhard    58 Feb 25  2017]  db_misc -> /mnt/sda6/ubuntu@sdb8/gerhard/.local/share/akonadi/db_misc
├── [drwxrwxr-x gerhard  gerhard  4.0K Feb 25  2017]  file_db_data
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  00
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  01
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  02
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:13]  03
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:13]  04
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  05
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  06
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:21]  07
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:21]  08
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  09
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  10
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  11
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  12
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  13
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  14
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  15
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  16
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  17
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  18
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  19
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  20
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  21
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  22
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  23
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  24
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  25
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  26
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  27
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  28
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  29
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  30
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  31
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  32
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  33
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  34
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  35
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  36
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  37
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  38
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  39
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  40
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  41
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  42
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  43
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  44
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  45
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  46
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  47
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  48
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  49
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  50
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  51
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  52
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  53
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  54
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  55
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  56
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  57
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  58
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  59
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  60
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  61
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  62
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  63
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  64
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  65
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  66
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  67
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  68
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  69
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  70
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  71
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  72
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  73
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  74
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  75
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  76
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  77
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  78
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  79
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  80
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  81
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  82
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  83
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  84
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  85
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  86
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  87
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  88
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  89
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  90
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  91
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  92
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  93
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  94
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  95
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  96
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  97
│   ├── [drwxrwxr-x gerhard  gerhard   24K May  1 13:20]  98
│   ├── [drwxrwxr-x gerhard  gerhard   40K May  1 13:20]  99
│   └── [lrwxrwxrwx gerhard  gerhard    63 Feb 25  2017]  __file_db_data -> /mnt/sda6/ubuntu@sdb8/gerhard/.local/share/akonadi/file_db_data
├── [drwxrwxr-x gerhard  gerhard  8.0K Mar  6  2017]  file_lost+found
├── [drwxrwxr-x gerhard  gerhard  4.0K Oct  2  2018]  search_db
│   └── [drwxrwxr-x gerhard  gerhard  4.0K May  1 13:13]  collections
└── [lrwxrwxrwx gerhard  gerhard    22 May  7 13:37]  socket-ubuntu-default -> /run/user/1000/akonadi

110 directories
floogy
Registered Member
Posts
10
Karma
0
OS
Regarding the package management system it seems to be possible, but can one also bring it up running?
Code: Select all
gerhard@ubuntu:/tmp/void$ dpkg -l *mysql* *mariadb* *akonadi* *kmail* *kontact*
Gewünscht=Unbekannt/Installieren/R=Entfernen/P=Vollständig Löschen/Halten
| Status=Nicht/Installiert/Config/U=Entpackt/halb konFiguriert/
         Halb installiert/Trigger erWartet/Trigger anhängig
|/ Fehler?=(kein)/R=Neuinstallation notwendig (Status, Fehler: GROSS=schlecht)
||/ Name                              Version                    Architektur  Beschreibung
+++-=================================-==========================-============-===================================================================
ii  akonadi-backend-mysql             4:19.12.3-0ubuntu2         all          MySQL storage backend for Akonadi
un  akonadi-backend-postgresql        <keine>                    <keine>      (keine Beschreibung vorhanden)
un  akonadi-backend-sqlite            <keine>                    <keine>      (keine Beschreibung vorhanden)
ii  akonadi-import-wizard             4:19.12.3-0ubuntu1         amd64        PIM data import wizard
un  akonadi-kde                       <keine>                    <keine>      (keine Beschreibung vorhanden)
ii  akonadi-server                    4:19.12.3-0ubuntu2         amd64        Akonadi PIM storage service
ii  akonadiconsole                    4:19.12.3-0ubuntu1         amd64        management and debugging console for akonadi
ii  bacula-common-mysql               9.4.2-2ubuntu5             amd64        network backup service - MySQL common files
ii  dbconfig-mysql                    2.0.13                     all          dbconfig-common MySQL/MariaDB support
un  default-libmysqlclient-dev        <keine>                    <keine>      (keine Beschreibung vorhanden)
un  default-mysql-client              <keine>                    <keine>      (keine Beschreibung vorhanden)
un  default-mysql-server              <keine>                    <keine>      (keine Beschreibung vorhanden)
ii  kmail                             4:19.12.3-0ubuntu1         amd64        full featured graphical email client
ii  kmailtransport-akonadi:amd64      19.12.3-0ubuntu1           amd64        mail transport akonadi library
ii  kontact                           4:19.12.3-0ubuntu1         amd64        integrated application for personal information management
ii  libakonadi-kabc4                  4:4.14.10-1ubuntu7         amd64        Akonadi address book access library
un  libakonadi-kf5                    <keine>                    <keine>      (keine Beschreibung vorhanden)
un  libaprutil1-dbd-mysql             <keine>                    <keine>      (keine Beschreibung vorhanden)
un  libdbd-mysql                      <keine>                    <keine>      (keine Beschreibung vorhanden)
ii  libdbd-mysql-perl:amd64           4.050-3                    amd64        Perl5 database interface to the MariaDB/MySQL database
ii  libkf5akonadi-data                4:19.12.3-0ubuntu2         all          Akonadi arch independent data
ii  libkf5akonadiagentbase5:amd64     4:19.12.3-0ubuntu2         amd64        Akonadi agent base library
ii  libkf5akonadicalendar-data        4:19.12.3-0ubuntu1         all          library providing calendar helpers for Akonadi items - data files
ii  libkf5akonadicalendar5abi2:amd64  4:19.12.3-0ubuntu1         amd64        library providing calendar helpers for Akonadi items
ii  libkf5akonadicontact-data         4:19.12.3-0ubuntu1         all          akonadi-contacts - data files
un  libkf5akonadicontact5             <keine>                    <keine>      (keine Beschreibung vorhanden)
ii  libkf5akonadicontact5abi1:amd64   4:19.12.3-0ubuntu1         amd64        Akonadi contacts access library
ii  libkf5akonadicore-bin             4:19.12.3-0ubuntu2         amd64        Tools for Akonadi core library
un  libkf5akonadicore5                <keine>                    <keine>      (keine Beschreibung vorhanden)
ii  libkf5akonadicore5abi1:amd64      4:17.12.3-0ubuntu3         amd64        Akonadi core library
ii  libkf5akonadicore5abi2:amd64      4:19.12.3-0ubuntu2         amd64        Akonadi core library
ii  libkf5akonadimime-data            4:19.12.3-0ubuntu1         all          akonadi-mime - data files
ii  libkf5akonadimime5:amd64          4:19.12.3-0ubuntu1         amd64        Akonadi MIME handling library
ii  libkf5akonadinotes-data           4:19.12.3-0ubuntu1         all          Akonadi notes access library - data files
ii  libkf5akonadinotes5:amd64         4:19.12.3-0ubuntu1         amd64        Akonadi notes access library
ii  libkf5akonadiprivate5:amd64       4:17.12.3-0ubuntu3         amd64        libraries for the Akonadi PIM storage service
ii  libkf5akonadiprivate5abi2:amd64   4:19.12.3-0ubuntu2         amd64        libraries for the Akonadi PIM storage service
ii  libkf5akonadisearch-bin           4:19.12.3-0ubuntu1         amd64        Akonadi search library - runtime binaries
ii  libkf5akonadisearch-data          4:19.12.3-0ubuntu1         all          Akonadi search library - data files
ii  libkf5akonadisearch-plugins:amd64 4:19.12.3-0ubuntu1         amd64        Akonadi search library - runtime plugins
ii  libkf5akonadisearchcore5:amd64    4:19.12.3-0ubuntu1         amd64        Akonadi search core library
ii  libkf5akonadisearchdebug5:amd64   4:19.12.3-0ubuntu1         amd64        Akonadi search debug library
ii  libkf5akonadisearchpim5:amd64     4:19.12.3-0ubuntu1         amd64        Akonadi search library
ii  libkf5akonadisearchxapian5:amd64  4:19.12.3-0ubuntu1         amd64        Akonadi search xapian library
un  libkf5akonadisocialutils5         <keine>                    <keine>      (keine Beschreibung vorhanden)
ii  libkf5akonadiwidgets5:amd64       4:17.12.3-0ubuntu3         amd64        Akonadi widgets library
ii  libkf5akonadiwidgets5abi1:amd64   4:19.12.3-0ubuntu2         amd64        Akonadi widgets library
ii  libkf5akonadixml5:amd64           4:19.12.3-0ubuntu2         amd64        Akonadi XML helper library
ii  libkf5kontactinterface-data       19.12.3-0ubuntu1           all          Kontact interface library - data files
ii  libkf5kontactinterface5:amd64     19.12.3-0ubuntu1           amd64        Kontact interface library
ii  libkf5libkdepimakonadi5:amd64     4:19.12.3-0ubuntu1         amd64        KDE PIM Akonadi library
ii  libkf5mailimporterakonadi5:amd64  4:19.12.3-0ubuntu1         amd64        KDE PIM Mail importer Akonadi library
ii  libkf5mailtransportakonadi5:amd64 19.12.3-0ubuntu1           amd64        mail transport service library for akonadi
ii  libkf5pimcommonakonadi5:amd64     4:19.12.3-0ubuntu1         amd64        Common library for KDE PIM Akonadi
ii  liblua5.1-sql-mysql-2:amd64       2.2.0~rc1-5                amd64        luasql library for the Lua language version 5.1
ii  liblua5.1-sql-mysql-dev:amd64     2.2.0~rc1-5                amd64        luasql development files for the Lua language version 5.1
un  liblua5.1-sql-mysql2              <keine>                    <keine>      (keine Beschreibung vorhanden)
un  libmariadb-java                   <keine>                    <keine>      (keine Beschreibung vorhanden)
ii  libmysql-java                     5.1.45-1                   all          Java database (JDBC) driver for MySQL
ii  libmysqlclient18:amd64            5.5.50-0ubuntu0.14.04.1    amd64        MySQL database client library
ii  libmysqlclient20:amd64            5.7.33-0ubuntu0.18.04.1    amd64        MySQL database client library
ii  libmysqlclient21:amd64            8.0.23-0ubuntu0.20.04.1    amd64        MySQL database client library
ii  libqt3-mt-mysql                   3:3.3.8-e-0ubuntu12.04.0+0 amd64        MySQL database driver for Qt3 (Threaded)
un  libqt3c-mt-mysql                  <keine>                    <keine>      (keine Beschreibung vorhanden)
un  libqt3c102-mt-mysql               <keine>                    <keine>      (keine Beschreibung vorhanden)
in  libqt4-sql-mysql:i386             <keine>                    i386         (keine Beschreibung vorhanden)
ii  libqt5sql5-mysql:amd64            5.12.8+dfsg-0ubuntu1       amd64        Qt 5 MySQL database driver
un  librdf-storage-mysql              <keine>                    <keine>      (keine Beschreibung vorhanden)
un  libreoffice-mysql-connector       <keine>                    <keine>      (keine Beschreibung vorhanden)
un  libreoffice-sdbc-mysql            <keine>                    <keine>      (keine Beschreibung vorhanden)
un  mariadb-client-10.1               <keine>                    <keine>      (keine Beschreibung vorhanden)
un  mariadb-client-10.3               <keine>                    <keine>      (keine Beschreibung vorhanden)
un  mariadb-client-core-10.1          <keine>                    <keine>      (keine Beschreibung vorhanden)
un  mariadb-client-core-10.3          <keine>                    <keine>      (keine Beschreibung vorhanden)
un  mariadb-common                    <keine>                    <keine>      (keine Beschreibung vorhanden)
un  mariadb-server-10.1               <keine>                    <keine>      (keine Beschreibung vorhanden)
un  mariadb-server-10.3               <keine>                    <keine>      (keine Beschreibung vorhanden)
un  mariadb-server-5.5                <keine>                    <keine>      (keine Beschreibung vorhanden)
un  mariadb-server-core-10.1          <keine>                    <keine>      (keine Beschreibung vorhanden)
un  mariadb-server-core-10.3          <keine>                    <keine>      (keine Beschreibung vorhanden)
ii  mysql-client                      8.0.23-0ubuntu0.20.04.1    all          MySQL database client (metapackage depending on the latest version)
un  mysql-client-5.7                  <keine>                    <keine>      (keine Beschreibung vorhanden)
ii  mysql-client-8.0                  8.0.23-0ubuntu0.20.04.1    amd64        MySQL database client binaries
un  mysql-client-core-5.7             <keine>                    <keine>      (keine Beschreibung vorhanden)
ii  mysql-client-core-8.0             8.0.23-0ubuntu0.20.04.1    amd64        MySQL database core client binaries
ii  mysql-common                      5.8+1.0.5ubuntu2           all          MySQL database common files, e.g. /etc/mysql/my.cnf
un  mysql-common-5.6                  <keine>                    <keine>      (keine Beschreibung vorhanden)
ii  mysql-navigator                   1.4.2-14                   amd64        GUI client program for MySQL database server
ii  mysql-server                      8.0.23-0ubuntu0.20.04.1    all          MySQL database server (metapackage depending on the latest version)
un  mysql-server-5.5                  <keine>                    <keine>      (keine Beschreibung vorhanden)
un  mysql-server-5.7                  <keine>                    <keine>      (keine Beschreibung vorhanden)
ii  mysql-server-8.0                  8.0.23-0ubuntu0.20.04.1    amd64        MySQL database server binaries and system database setup
un  mysql-server-core-5.7             <keine>                    <keine>      (keine Beschreibung vorhanden)
ii  mysql-server-core-8.0             8.0.23-0ubuntu0.20.04.1    amd64        MySQL database server binaries
ii  php-mysql                         2:7.4+75                   all          MySQL module for PHP [default]
un  php-mysqli                        <keine>                    <keine>      (keine Beschreibung vorhanden)
un  php-mysqlnd                       <keine>                    <keine>      (keine Beschreibung vorhanden)
un  php-pdo-mysql                     <keine>                    <keine>      (keine Beschreibung vorhanden)
ii  php5-mysql                        5.5.9+dfsg-1ubuntu4.17     amd64        MySQL module for php5
un  php5-mysqli                       <keine>                    <keine>      (keine Beschreibung vorhanden)
un  php5-mysqlnd                      <keine>                    <keine>      (keine Beschreibung vorhanden)
ii  php7.4-mysql                      7.4.3-4ubuntu2.4           amd64        MySQL module for PHP
un  php7.4-mysqli                     <keine>                    <keine>      (keine Beschreibung vorhanden)
un  php7.4-mysqlnd                    <keine>                    <keine>      (keine Beschreibung vorhanden)
un  php7.4-pdo-mysql                  <keine>                    <keine>      (keine Beschreibung vorhanden)
un  postfix-mysql                     <keine>                    <keine>      (keine Beschreibung vorhanden)
ii  python-mysqldb                    1.3.10-1build1             amd64        Python interface to MySQL
un  python-mysqldb-dbg                <keine>                    <keine>      (keine Beschreibung vorhanden)
un  python2.7-mysqldb                 <keine>                    <keine>      (keine Beschreibung vorhanden)
un  rsyslog-mysql                     <keine>                    <keine>      (keine Beschreibung vorhanden)
un  virtual-mysql-client              <keine>                    <keine>      (keine Beschreibung vorhanden)
un  virtual-mysql-client-core         <keine>                    <keine>      (keine Beschreibung vorhanden)
un  virtual-mysql-server              <keine>                    <keine>      (keine Beschreibung vorhanden)
un  virtual-mysql-server-core         <keine>                    <keine>      (keine Beschreibung vorhanden)
floogy
Registered Member
Posts
10
Karma
0
OS
Okay.

I guess it's really not possible to set up akonadi with mysql-8.0!

Nonetheless it's possible to install mysql-8.0 on kubuntu beside of akonadi regarding the dependencies, and it's not conflicting by the package system.

Indeed mariadb-10.3 is claimed as a dependency, but desite this fact it's possible to have a system with akonadi and mysql-8.0 without bothering the package system.

See the solutions in this thread:
https://askubuntu.com/questions/1182115 ... 36#1189636

And the threads I opened for this issue:
https://forum.ubuntuusers.de/topic/nach ... st-9251493
https://forum.ubuntuusers.de/topic/lts- ... st-9251643

SOLUTION:
Code: Select all
sudo apt install mariadb-server
shiv
Registered Member
Posts
1
Karma
0
I'm having a very similar issue but I've read some threads that say that Akonadi is possible with MySQL 8.

In my case since my work demands original MySQL, I had to first remove MariaDB. I had no issues with the latter whatsoever (in fact its a more optimized MySQL). The only thing that was bothering was incompatibility with MySQL workbench.

Fast forward to MySQL installation. I removed MariaDB and installed MySQL at its place. And as usual, looks like the coneection with Akonadi has been severed and I use KOrganizer. For example, running akonadiconsole gives this list of errors:

Code: Select all
Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
org.kde.pim.akonadiserver: Starting up the Akonadi Server...
org.kde.pim.akonadiserver: database server stopped unexpectedly
org.kde.pim.akonadiserver: Database process exited unexpectedly during initial connection!
org.kde.pim.akonadiserver: executable: "/usr/sbin/mysqld"
org.kde.pim.akonadiserver: arguments: ("--defaults-file=/home/shivendra/.local/share/akonadi/mysql.conf", "--datadir=/home/shivendra/.local/share/akonadi/db_data/", "--socket=/run/user/1000/akonadi/mysql.socket", "--pid-file=/run/user/1000/akonadi/mysql.pid")
org.kde.pim.akonadiserver: stdout: ""
org.kde.pim.akonadiserver: stderr: ""
org.kde.pim.akonadiserver: exit code: 1
org.kde.pim.akonadiserver: process error: "Unknown error"
mysqladmin: connect to server at 'localhost' failed
error: 'Can't connect to local MySQL server through socket '/run/user/1000/akonadi/mysql.socket' (2)'
Check that mysqld is running and that the socket: '/run/user/1000/akonadi/mysql.socket' exists!
org.kde.pim.akonadiserver: Failed to remove runtime connection config file
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: QVector()

QSqlQuery::prepare: database not open
QSqlDatabasePrivate::removeDatabase: connection 'qt_sql_default_connection' is still in use, all queries will cease to work.
org.kde.pim.akonadi_search_xapian: Xapian Database does not exist at  "/home/shivendra/.local/share/akonadi/search_db/calendars/"
org.kde.pim.akonadi_search_xapian: Xapian Database does not exist at  "/home/shivendra/.local/share/akonadi/search_db/contacts/"
org.kde.pim.akonadi_search_xapian: Xapian Database does not exist at  "/home/shivendra/.local/share/akonadi/search_db/email/"
org.kde.pim.akonadi_search_xapian: Xapian Database does not exist at  "/home/shivendra/.local/share/akonadi/search_db/notes/"
org.kde.pim.akonadiconsole: DatabaseOpeningError "DatabaseOpeningError: Couldn't detect type of database"


To my knowledge MySQL config exists, is working and I've reinstalled the MySQL dependency for Akonadi. Still no progress. Askubuntu was not able to help.


Bookmarks



Who is online

Registered users: Bing [Bot], Google [Bot], Sogou [Bot]