Forgotten password
-
Hi there, I have installed mycontroller on a raspberry pi and have not logged in for some time. Now I realized, I have forgotten password, please, is there any way to hack it? I can login to the raspberry. I do not want to lose logged data. Thank you
-
If you are using MyController
0.0.3-alpha1
version,Note: First you have to STOP(
mycontroller/bin/stop.sh
) MyController serverDownload and extract http://www.h2database.com/h2-2014-04-05.zip in to your raspberry PI.
java -cp h2/bin/h2*.jar org.h2.tools.Shell
URL jdbc:h2:/opt/mycontroller/conf/mycontroller Driver org.h2.Driver User mycontroller Password mycontroller
Set your path exactly with the above command.
you will getsql>
executeselect * from user;
will display your password.