Installation Checklist
Creating the MySQL user and database
sudo mysql -uroot -p
[sudo] password for aundro:
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 14306
Server version: 10.1.48-MySQL-0+deb9u2 Debian 9.13MySQL [(none)]> create user lumina@localhost;
Query OK, 0 rows affected (0.00 sec)MySQL [(none)]> set password for lumina@localhost = PASSWORD('<snipped>');
Query OK, 0 rows affected (0.00 sec)MySQL [(none)]> grant all on *.* to lumina@localhost;
Query OK, 0 rows affected (0.00 sec)New Lumina server
Download the required files
Installation
Initializing the database
Lumina setup
Teams setup
Testing and starting the server
Creating the administrator (Lumina setup)
Last updated
Was this helpful?
