Subject: |
RE: Not all Zenoss services starting |
Author: |
Clayton Tavernier |
Posted: |
2018-01-03 18:13 |
Fixed it myself.
I logged into mysql and fixed the zenoss password (I think...). I got this from http://zenoss-users.zenoss.narkive.com/TjFICNu9/i-changed-the-mysql-password-how with a slight modification to the last line.
# mysql -h localhost -u root -pEnter password:Welcome to the MySQL monitor. Commands end with ; or \g.Your MySQL connection id is 10803Server version: 5.0.51a-0.dotdeb.1 (Dotdeb)Type 'help;' or '\h' for help. Type '\c' to clear the buffer.mysql> grant DROP,CREATE,INSERT,UPDATE,SELECT on events.* to zenoss identified by 'zenoss';Query OK, 0 rows affected (0.02 sec)mysql> grant DROP,CREATE,INSERT,UPDATE,SELECT on events.* to zenoss@localhost identified by 'zenoss';Query OK, 0 rows affected (0.00 sec)mysql> quit
------------------------------
Clay
Network Computer Technician
------------------------------