
Hi, Miguel. Yes, you need to update the new password in your mysql database as well. You can login to your mysql database and try executing the following: mysql> UPDATE mysql.user SET Password=PASSWORD('/|newpass|/') WHERE User='otrs'; mysql> FLUSH PRIVILEGES; Michael. Miguel Dias wrote:
Hello, Michael And if I just do that i won't lose the database connection? The database is created and with the default password. Thank you
2008/4/4, Michael Teo
mailto:otrs.org@miketeo.net>: Hi, Miguel. Try looking in Kernel/Config.pm
# (The password of database user. You also can use bin/CryptPassword.pl # for crypted passwords.) $Self->{DatabasePw} = '';
Michael.
Miguel Dias wrote:
Hi all, I would like to know if there is any way to change the Databse-user after the installation? I forgot to change it in setp 3 of
http://localhost/otrs/installer.pl
Thank you. Best Regards ------------------------------------------------------------------------