How to setup MySQL with Razuna
In this guide we assume that you got a working MySQL Server up and running or just installed one. If not, then please consult your administrator or download and install the MySQL Server.
Important: Make sure you create a database called "razuna" with a correct user and password that allows access to the database.
Create the Razuna database with the following command:
| MySQL Versions Razuna has been tested with MySQL 4.x and 5.x |
Razuna will setup all the required tables for a successful Razuna deployment within the "Razuna" database. Furthermore tables will be setup with the high performance InnoDB storage system. Please consult the page Recommended MySQL settings for the recommended MySQL setup for Razuna.
Razuna 1.4
| As of Razuna 1.4 you don't need to do anything else. Razuna will configure itself for your database! |
We still recommend that you take a look at our Recommended MySQL settings.
Razuna 1.3.5 and lower
Since you got your MySQL Server up and running, let's just dive right into setting it up for Razuna.