Sounds like you need to grant the SUPER privilege to your zenoss user in mysql
Log into your database as root and run; GRANT SUPER ON *.* TO '<user>'@'<host>'; Where user is the user zenoss is connecting to the database as and host is where zenoss is connecting from (likely [EMAIL PROTECTED]). ------------------------ Brian Finney -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=9050#9050 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
