Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 428 Bytes

File metadata and controls

23 lines (15 loc) · 428 Bytes

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 ".