PDA

View Full Version : if i forget the admin password , how can i get it by Telnet ?


Dode
Sat 23rd Sep '00, 4:41pm
..
...
..

chrispadfield
Sat 23rd Sep '00, 5:21pm
which password? for the board? you need to get into the mysql database (i don't think it is encrypted). either use the mysql database functions through telnet or install myphpadmin (a lot easier).

Mike Sullivan
Sat 23rd Sep '00, 5:29pm
Or you could just use the retrieve password function :D

chrispadfield
Sat 23rd Sep '00, 5:45pm
cunning.... :) oops.

Dode
Sun 24th Sep '00, 12:13am
where i found telnet commands for mysql ?

TWTCommish
Sun 24th Sep '00, 1:35am
http://www.mysql.com has a lot of documentation on the subject. :) Something like "SELECT password FROM user WHERE username='USERNAME'" would do the trick.

chrispadfield
Sun 24th Sep '00, 8:22am
i would definitely recommend myPHPadmin though, it would make it soooo much easier than through telnet.