MySql Password: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
First you should know what your doing.  This is not something you want to just jump in and start messing with. See the forums for more information.
First you should know what your doing.  This is not something you want to just jump in and start messing with. See the forums for more information.
The following command will list the pages.


If you are on a remote computer [[ssh]] into your server.
If you are on a remote computer [[ssh]] into your server and run these commands (starting as root).


su zimbra - to change accounts
su - zimbra
zmlocalconfig -s | grep mysql | grep password
The output will look something like this.


zmlocalconfig -s | grep password
mysql_logger_root_password = AWHZ60JYaBw8_hVkA9NDVGh0irmp7xVz
   
  mysql_root_password = lkAd7vkYI.Q_VeWt8uyL9kj0
You will see a list of usernames and passwords.
  zimbra_logger_mysql_password = 2iiyAVj3GeH0akkCe6M1o_HvY
I would not change them unless you follow all the instructions on one of the other pages in this wiki.
zimbra_mysql_password = uMv4EsNqPZdK5htERx97VY5m
 
[[Resetting_LDAP_%26_MySQL_Passwords]] explains how to change the passwords if necessary.

Revision as of 17:02, 13 December 2006

First you should know what your doing. This is not something you want to just jump in and start messing with. See the forums for more information.

If you are on a remote computer ssh into your server and run these commands (starting as root).

su - zimbra
zmlocalconfig -s | grep mysql | grep password

The output will look something like this.

mysql_logger_root_password = AWHZ60JYaBw8_hVkA9NDVGh0irmp7xVz
mysql_root_password = lkAd7vkYI.Q_VeWt8uyL9kj0
zimbra_logger_mysql_password = 2iiyAVj3GeH0akkCe6M1o_HvY
zimbra_mysql_password = uMv4EsNqPZdK5htERx97VY5m

Resetting_LDAP_&_MySQL_Passwords explains how to change the passwords if necessary.

Jump to: navigation, search