import database
setup database and import structure
Start your preferred browser and enter “localhost/phpmyadmin” in the address bar
create database
- On the start page click in the upper tabs row on “databases”
- In the section “create new database” enter “qb” as name for your database and click on Create
You can choose any name but ich you use a different name you have to configure this name later on in the setup. I would recommend to keep “qb” since this name is already pre-configured
- once the database is created you can select it by clicking on the database name in the feft navigation menue
- Click in the upper menu in the right side on Import
- Now click on Select File and select the file qb.sql (which has been part of the download package)
- By clicking on “OK” all necessary tables and data for the database will be imported from this file
For importing the database you can change the character encoding - if the encoding is already set to “UTF-8” just leave it as it is, otherwise please select “UTF-8”
The import might take some time - this is depending on the speed of the server