Author Archives: Paul

About Paul

CERT Coordinator, Ham Radio Operator, GTD Fan; Photographer; Domino/Notes Administrator

MariaDB – Admin – MySQL Query commands

Information about mysqladmin (administrative program for mysqld daemon) XREF to: https://mariadb.com/kb/en/mariadb/mysqladmin/ Q: Where do you run mysql commands from? A: From within the mysql monitor Note: mysql -u root -p (Note: The password is what I set for the database … Continue reading

Posted in Linux | Leave a comment

MariaDB – Admin – managing and confirming service is running

Desired Outcome: Understanding the components that go into running the MariaDB Server – service, confirming status, starting, stopping, scripts, etc. Based on various documentation I’ve referred to, it’s important to now understand the end-to-end flow of database service startup. Q: … Continue reading

Posted in Linux | Leave a comment

Project Summary (Centos7, JDK7, Apache Tomcat, MariaDB)

Project Summary: As of 20151126, I have the following components installed on my test server. I originally went down path of installing Apache Tomcat (because of the association with LongJump CRM), thinking that I would also be able to install … Continue reading

Posted in Linux | Leave a comment