Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Akonadi mit externem mysql
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
flammenflitzer
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 3463
Location: Berlin

PostPosted: Tue Oct 15, 2013 4:26 pm    Post subject: Akonadi mit externem mysql Reply with quote

Hallo,
es funktionierte schon einmal. Vielleicht kann mir jemand auf die Sprünge helfen.
Code:
olaf@flammenflitzer ~ $ su
Password:
flammenflitzer olaf # mysql -p -u root
Enter password:
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 6
Server version: 5.0.90 Gentoo Linux mysql-5.0.90-r2

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql> CREATE DATABASE akonadi;
Query OK, 1 row affected (0.14 sec)

mysql> USE akonadi; GRANT ALL ON akonadi .* TO akonadi@localhost IDENTIFIED BY 'akonadi-Passwort';
Database changed
Query OK, 0 rows affected (0.07 sec)

mysql> FLUSH PRIVILEGES;
Query OK, 0 rows affected (0.67 sec)

mysql>quit
Bye
flammenflitzer olaf #
Code:
Akonadi Kontrollmodul:
-> Einrichtung des Akonadi-Server
--> Haken bei Internen MySQL-Server verwenden entfernt

--> Externer MySQL-Server

Datenbankname: akonadi
Rechner:       localhost
Benutzername:  akonadi
Passwort:      akonadi-Passwort
Optionen:      UNIX_SOCKET=/home/olaf/.local/share/akonadi/db_misc/mysql.socket

Start : Der Akonadi-Server läft
Unklar ist mir folgendes
Code:
olaf@flammenflitzer ~ $ hostname
flammenflitzer

Trage ich da bei Rechner "localhost" ein, oder "flammenflitzer" ? Habe ich beides probiert, aber im Moment funktioniert es ja nicht.
Code:
 UNIX_SOCKET=

Was trage ich da am sinnvollsten ein?

Und zuletzt: Wer kann mir sagen, was dieser fehlende Ressourcenvermittler sein soll.

PS: Habe gestern geraume recherchiert. Aber die meisten Treffer sind es ältere Threads, die nicht weiterhelfen, weil sie meist nur Fehler schildern.
Back to top
View user's profile Send private message
Helmering
n00b
n00b


Joined: 13 Dec 2011
Posts: 63
Location: Italy

PostPosted: Tue Oct 15, 2013 6:27 pm    Post subject: Re: Akonadi mit externem mysql Reply with quote

flammenflitzer wrote:

Optionen: UNIX_SOCKET=/home/olaf/.local/share/akonadi/db_misc/mysql.socket
.....
Code:
 UNIX_SOCKET=

Was trage ich da am sinnvollsten ein?


Das Feld "Optionen" kannst Du leer lassen, keinenfalls UNIX_Socket setzen w.o., so wird der nur fuer den embedded MySQL Server verwendet.

Gruss Ralf
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum