Jump to content

Translations:Tutorials/Shared Database/23/da: Difference between revisions

From KDE UserBase Wiki
Claus chr (talk | contribs)
Importing a new version from external source
(No difference)

Revision as of 17:55, 16 September 2011

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Tutorials/Shared Database)
First create a database for '''Akonadi''':
{{Input|1=mysql -u root -p
create database akonadi;}}
'''Akonadi''' is not supposed to be a user-facing tool, so there is no configuration GUI for it. However, you can edit
<code>~/.config/akonadi/akonadiserverrc</code> to have these contents:

Lav først en database til Akonadi:

mysql -u root -p
create database akonadi;

Akonadi er ikke beregnet til at skulle bruges af almindelige brugere, så der er ingen grafisk brugerflade til den. I stedet skal du redigere ~/.config/akonadi/akonadiserverrc og give den følgende indhold: \