Site icon Learning & Doing

Cara reset admin kayako fusion

Problem :

lupa password admin kayako fusion

solusi :

masuk ke sql server

mysql -u root -p

kemudian

show databases ,
use kayako_fusion,

kemudian update table nya : misal dengan pass : asd123!@#

update swstaff set staffpassword=sha1(‘asd123!@#’) where username=’admin’;

Exit mobile version