/
Database Setup
Database Setup
The database setup is done in: https://github.com/schmto/nmsprime/blob/dev/Install/after_install.sh
# mysql enable systemctl start mariadb systemctl enable mariadb # set root and make sql production # mysql_secure_installation # create mysql db mysql -u root -e "CREATE DATABASE nmsprime;" pw=$(pwgen 12 1) # SQL password for user nmsprime mysql -u root -e "GRANT ALL ON nmsprime.* TO 'nmsprime'@'localhost' IDENTIFIED BY '$pw'";
Related content
MySQL
More like this
NMS Prime setup
NMS Prime setup
More like this
Database
More like this
Setting up the system
Setting up the system
More like this
Installation with RPM
Installation with RPM
More like this
Create Demo Data
Create Demo Data
More like this