View Single Post
  #18 (permalink)  
Old 08-21-2006, 12:13 AM
Dirk Dirk is offline
Moderator
 
Posts: 927
Default

I think I made it worse, I tried running zmloggerinit, thinking this may fix things, and this happened:
Code:
zimbra@zimbra:~/libexec> ./zmloggerinit
* Creating required directories
* Creating database in /opt/zimbra/logger/db/data
* Starting logger_mysql server
* Loading schema /opt/zimbra/db/loggerdb.sql
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
* Setting random password for mysql root user in zimbra local config
* Setting random password for mysql zimbra user in zimbra local config
* Changing mysql root user password
/opt/zimbra/logger/mysql/bin/mysqladmin: connect to server at 'localhost' failed
error: 'Access denied for user 'root'@'localhost' (using password: NO)'
* Changing mysql zimbra user password
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
**** PASSWORD CHANGE FAILED
So I reran zmlogprocess to see the effect and the output from that now looks like this:
Code:
zimbra@zimbra:~/libexec> ./zmlogprocess
DBI connect('database=zimbra_logger;mysql_read_default_file=/opt/zimbra/conf/my.logger.cnf;mysql_socket=/opt/zimbra/logger/db/mysql.sock','zimbra',...) failed: Access denied for user 'zimbra'@'localhost' (using password: YES) at ./zmlogprocess line 63
DB: Can't connect to dbi:mysql:database=zimbra_logger;mysql_read_default_file=/opt/zimbra/conf/my.logger.cnf;mysql_socket=/opt/zimbra/logger/db/mysql.sock: Access denied for user 'zimbra'@'localhost' (using password: YES)
At this point, I'm gonna stop playing with it incase I break it more. The server is still up and seems to be working ok for mail etc, but I think there's something wrong under the surface. Help on this one would be greatly appreciated.
Reply With Quote