Code:
sudo nano /var/lib/ebox/conf/ebox-zarafa.passwd
3. Stop the MySQL Server.
Code:
sudo /etc/init.d/mysql stop
Code:
sudo mysqld --skip-grant-tables &
Code:
mysql -u root mysql
Code:
UPDATE user SET Password=PASSWORD('YOURNEWPASSWORD') WHERE
User='root'; FLUSH PRIVILEGES; exit;
You can then install phpmyadmin and gain access for root
source : http://forum.zentyal.org/index.php?topic=4844.0
1 comment:
if you are using zentyal 3.. the default password for mysql is here:
--
/var/lib/zentyal/conf/zentyal-mysql.passwd
--
might be a help..
ciao,
arko
Post a Comment