Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Creating evQueue database

Install an SQL server :

sudo apt-get install mariadb-server

Edit the init.sql file and change user and password according to your needs.

Use an SQL administrator user to run SQL script :

mysql -u root <init.sql

Test everything works as expected :

mysql -h localhost -u evqueue -p evqueue

If you did not changed init.sql, the default password is " evqueue ".