Hello, > Test 14: ERROR > -------- > > Current Akonadi server error log found. > Details: The Akonadi server reported errors during its current startup. The > log can be found in <a > href='/home/USERNAME/.local/share/akonadi/akonadiserver.error'>/home/USERNA > ME/.local/share/akonadi/akonadiserver.error</a>. > > File content of '/home/USERNAME/.local/share/akonadi/akonadiserver.error': > Database process exited unexpectedly during initial connection! > executable: "/usr/sbin/mysqld" > arguments: > ("--defaults-file=/home/USERNAME/.local/share/akonadi/mysql.conf", > "--datadir=/home/USERNAME/.local/share/akonadi/db_data/", > "--socket=/tmp/akonadi-USERNAME.gzrNgH/mysql.socket") stdout: "" > stderr: "Could not open required defaults file: > /home/USERNAME/.local/share/akonadi/mysql.conf Fatal error in defaults > handling. Program aborted > " > exit code: 1
This looks like, that mysqld can't read your .local/share/akonadi/mysql.conf file and fails, because of that. Please make sure, that this file exists and have at least read permissions for the user. Can you post a ls -ls /home/USERNAME/.local/share/akonadi/ and try to start mysqld by hand? /usr/sbin/mysqld --defaults-file=/home/USERNAME/.local/share/akonadi/mysql.conf --datadir=/home/USERNAME/.local/share/akonadi/db_data/ --socket=/tmp/akonadi-USERNAME.gzrNgH/mysql.socket to stop it again if it starts up: mysqladmin --defaults-file=/home/USERNAME/.local/share/akonadi/mysql.conf --socket=/tmp/akonadi-USERNAME.gzrNgH/mysql.socket shutdown (you need to add defaults-file and socket parameter of the start command) Best Regards, sandro
signature.asc
Description: This is a digitally signed message part.