Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: guestHH on August 06, 2002, 07:15:45 PM
-
Hi,
I know there is a 'simple' command to get the mysql root password back in sync with ldap. But again I simply can't find it any more in the forums.
help please... ;-)
Thx,
guestHH
-
...... and if I try the search option in different ways I would get this thread:
http://forums.contribs.org/index.php?topic=3248.msg10958#msg10958
Regards,
guestHH
-
RequestedDeletion,
This is what you are after
To sync the passwords once, perform the following steps as the root user:
Stop MySQL.
# /etc/rc.d/init.d/mysqld stop
Sync the MySQL password from the LDAP password.
# /etc/e-smith/events/actions/conf-mysql-password
Start MySQL.
# /etc/rc.d/init.d/mysqld start
Jon
-
Thanks Jon,
That is _exactly_ what I was after.
Maybe a tip for Dan B. to include this in his Howto. It says all about _not_ to change the password, but nothing on how to fix the problem.
Regards,
guestHH
-
Good idea, RequestedDeletion. Take a look at it now.