Mysql password reset for admin

ok this works:

update phplist_admin SET password=‘mynewpasswordworks’ where id = 1;

1 Like