@import url(https://volle-kraft-voraus.de/pub/skins/sinorca/basic.css); @import url(https://volle-kraft-voraus.de/pub/skins/sinorca/layout.css); @import url(https://volle-kraft-voraus.de/pub/skins/sinorca/sinorca.css);
From release version 0.40 on either MySQL or SQLite may be used alternatively as a database storage for Kraft.
At Krafts first start the configuration assistant is popped up automatically. You can choose between the databases upon your needs.
If you decide to use SQLite no further adjustments have to be done. Proceed to the next step.
If you decide to run Kraft on a MySQL database some preparations have to be done before connecting to the database.
The following steps describe how to set up the MySQL server to accept data connections from Kraft.
goofy@kraftmachine:~> mysql -u root -p Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 5 Server version: 5.0.51a SUSE MySQL RPM Type 'help;' or '\h' for help. Type '\c' to clear the buffer. mysql>
mysql> CREATE DATABASE kraft; Query OK, 1 row affected (0.00 sec) mysql>
That is all that has to be done to start. It is not a good idea to connect to the database as the root user as this user is privileged and may even destroy databases. For improved security a new kraft user with a password should be added to the database server. You may to this later when using Kraft in productive business.
Going on in the set-up assistant the host where the database server is running, the database user and the associated password has to be typed in the respective fields. Afterwards the data structure is set-up and filled with initial data.