Re: Cannot open Kaddressbook
Georgi Kourtev <[email protected]>
| Newsgroups | gmane.comp.kde.users.pim |
|---|---|
| Message-ID | <[email protected]> |
> > After each restart I got errors in the Akonadi tester: > > > > 1. Error in mysql: > > 100217 9:40:58 [Note] Plugin 'FEDERATED' is disabled. > > 100217 9:40:59 InnoDB: Started; log sequence number 0 16908705 > > 100217 9:40:59 [Warning] Can't open and lock time zone table: Table > > 'mysql.time_zone_leap_second' doesn't exist trying to live without > > them 100217 9:40:59 [ERROR] Can't open and lock privilege tables: > > Table 'mysql.servers' doesn't exist > > 100217 9:40:59 [ERROR] Cannot open mysql.db > > 100217 9:40:59 [ERROR] Cannot open mysql.user > > 100217 9:40:59 [ERROR] Cannot open mysql.event > > 100217 9:40:59 [ERROR] Event Scheduler: An error occurred when > > initializing system tables. > > 100217 9:40:59 [Note] /usr/sbin/mysqld-akonadi: ready for > > connections. Version: '5.1.37-1ubuntu5-log' socket: > > '/home/gkourtev/.local/share/akonadi/db_misc/mysql.socket' port: 0 > > (Ubuntu) > > Try running > mysql_install_db --datadir=$HOME/.local/share/akonadi/db_data/ > > This fixed the problem for me (on openSUSE 11.2). > > > Regards, > Ingo This is the output I got. What should I do (Kubuntu 9.10)? Thank. gk The program 'mysql_install_db' can be found in the following packages: * mysql-server-5.1 * mysql-server-5.0 Try: sudo apt-get install <selected package> mysql_install_db: command not found gkourtev@gkourtev-laptop:~$