Update:

   If you have forgotten your database password for mysql user root or zenoss 
you can run these commands:

        mysql -u root -p (press enter)
        at the password prompt try your password the default seems to be       
zenoss if that lets you in you can then reset your mysql password for root by 
running this command:
          SET PASSWORD FOR 'root'@'localhost' = PASSWORD('your_pass_word_here');

          if you are having issues with you Zenoss mysql user account just 
repeat the steps above but with the zenoss user.
          mysql -u zenoss -p (press enter)
          (enter password)
          Once you are in mysql type:
          SET PASSWORD FOR 'zenoss'@'localhost' = PASSWORD('your_password');    

     Remember if you do not remember you password and you are having problems 
getting into mysql using mysql -u root -p or mysql -u zenoss -p try the default 
password of zenoss. 
     
     If you can not remember your password for root in mysql and you have run 
out of ideas follow this link:
      
     B.1.4.1.2. Resetting the Root Password on Unix Systems
http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html#resetting-permissions-unix

   Again I hope this helps!




-------------------- m2f --------------------

Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=14551#14551

-------------------- m2f --------------------



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

Reply via email to