Done.

Schuran, Sven wrote:
Hi,

I am getting:
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using
password: NO)

Might be becaus of:

if mysql -u root </dev/null >/dev/null
then
   mysql -u root <<@EOF
        grant all on events.* to '$MYSQLUSER'@'localhost' identified by
'$MYSQLPASS';
        grant super on *.* to '$MYSQLUSER'@'localhost' identified by
'$MYSQLPASS';
        flush privileges;
@EOF
Fi


I thin k must be changed to, it is not really nice and might cause extra
servicemails.
 mysql -u root </dev/null >/dev/null >2/dev/null


Sven
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to