Ads 4 You

Change root password Easy Yii2 CMS

Email Id : phpmk888@gmail.com

Change root password




You can do it only manually, the easiest way:

1. Execute SQL script:

UPDATE `easyii_settings` SET `value` = SHA1(CONCAT(

    'NEW_PASSWORD',

    (SELECT * FROM(SELECT `value` FROM `easyii_settings` WHERE `name` = 'root_auth_key') as a),

    (SELECT * FROM(SELECT `value` FROM `easyii_settings` WHERE `name` = 'password_salt') as b)

))

WHERE `name` = 'root_password' LIMIT 1;


2. Clear cache.1. Execute SQL script:

Comments

  1. Nice blog...Very useful information is providing by ur blog..here is a way to find.
    Hire Yii Application Development in India

    ReplyDelete

Post a Comment