# mysql -ujffnms -pjffnms jffnms
mysql> update auth set passwd = ENCRYPT('m0sh1ur') where usern = 'admin';
I used the above commands . At last web interface is working fine. Thanks
everybody.
Best Regards,
Moshiur Rahman Khan
- Original Message -
From: "Ruud Hop" <[EMAIL PROTECTED]>
T
In the table "auth" you can find the admin username.
I think you can remove the password in that table and enter a new one
after logging into jffnms with admin/no password
Met vriendelijke groet,
Sebastian van Dijk
-Oorspronkelijk bericht-
Van: Moshiur Rahman Khan [mailto:[EMAIL
Moshiur,
Problem is the password is encrypted, so just replacing it in mysql doesn't
work. Javier uses the PHP crypt function to encrypt the passwords. I don't
know PHP, but maybe someone else can help you with this.
Ruud
> -Oorspronkelijk bericht-
> Van: [EMAIL PROTECTED]
> [mailto:[EM
I think it's the reset procedure of MySql Password but not JFFNMS. I want
to change the admin password of JFFNMS web interface .
Best Regards,
Moshiur Rahman Khan
- Original Message -
From: "Dijk, Sebastian van" <[EMAIL PROTECTED]>
To: "Moshiur Rahman Khan" <[EMAIL PROTECTED]>
Sent: Th
Thanks you very much Mr. Hop. After using the command
mysql -ujffnms -pjffnms jffnms
Web Interface is working fine but Admin password is not working right now.
Now I want to change admin password of web interface that's why I used the
command
mysql> UPDATE auth SET passwd = "123" WHERE usern =
Dear Ruud,
You are great !
Now system is working fine :) :)
I used the command:
NMS:~# mysql -ujffnms -pjffnms jffnms
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A
Welcome to the MySQL monitor. Commands en
Moshiur,
You logged on to the wrong database. You should logon to the jffnms database
with a user/password that has all rights for that database. So if you have a
user jffnms with password jffnms, it should be:
mysql -ujffnms -pjffnms jffnms
And then the repair tables command
regards,
Ruud