It looks like the export command for the mysql password should be run on the command line, yes. the 'password NO' complaint is from mysql trying to start with root privileges without a password being passed to it - so you're setting a system variable for it to check that has the needed password.
run 'mysql -p' from the command line (as the user you want to test the password on) and type in the password you are attempting to use to make sure it is correct. As for the zenoss mysql user - you created the user but if the root user is unable to connect to the mysql instance and grant zenoss account privileges to the events database, it's going to get that denied error even if you have the password correct. -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=14732#14732 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
