Page 3 of 3

Re: Install on clean RHEL 7

Posted: Tue Jun 21, 2016 2:31 pm
by BanditBBS
Got ya...understood...looks like only using mysql...

Code: Select all

[root@iss-365-nag11 nagiosxi]# ps -ef | grep '[p]ostmaster\|[m]ysqld'
mysql      482     1  0 14:02 ?        00:00:00 /bin/sh /usr/bin/mysqld_safe --basedir=/usr
mysql      657   482  0 14:02 ?        00:00:07 /usr/libexec/mysqld --basedir=/usr --datadir=/var/lib/mysql --plugin-dir=/usr/lib64/mysql/plugin --log-error=/var/log/mariadb/mariadb.log --pid-file=/var/run/mariadb/mariadb.pid --socket=/var/lib/mysql/mysql.sock
[root@iss-365-nag11 nagiosxi]# echo 'show databases;' | mysql -t -u root -pnagiosxi
+--------------------+
| Database           |
+--------------------+
| information_schema |
| mysql              |
| nagios             |
| nagiosql           |
| nagiosxi           |
| performance_schema |
| test               |
+--------------------+
Feel free to close this one up!

Re: Install on clean RHEL 7

Posted: Tue Jun 21, 2016 2:41 pm
by mcapra
Closing this up