Adding Database Tables

The Open Source version of DMO stores important data in the MySQL database. This data needs to be loaded, so that the required tables will be created. Change into the /opt/lampp/htdocs/sql/ folder, and use the MySQL command line program to load the files. Note that you will require the password you specified earlier for the MySQL database administration.

# cd /root/DMO/sql/
# /opt/lampp/bin/mysql -u root -p < dmo_new.sql
Password: 
# /opt/lampp/bin/mysql -u root -p < lfxlib.sql
Password:

The above commands create two new databases, and pre-load necessary data into tables.