sirah24479 Posted July 30, 2022 Share Posted July 30, 2022 Good evening dear friends, i need to change the database password on my Prestashop 1.5 Please can u help me how to do it and all the nessecary steps? Link to comment Share on other sites More sharing options...
El Patron Posted July 30, 2022 Share Posted July 30, 2022 some links from search 1 Link to comment Share on other sites More sharing options...
Zohaib-fk Posted July 30, 2022 Share Posted July 30, 2022 (edited) Hi, You need to edit the file name "settings.inc.php" and change the password of the database on PrestaShop version 1.5 from _DB_PASSWD_ Below is the code example. define('_DB_SERVER_', '127.0.0.1'); define('_DB_NAME_', 'test_ZGFNn'); define('_DB_USER_', 'test_RvEVe');define('_DB_PASSWD_', 'AGdG5ea6W'); Also, if you want to change the database password, then you can do using the Cpanel of the web hosting account inside the MySQL section. Edited July 30, 2022 by Zohaib-fk Post Updated (see edit history) 1 Link to comment Share on other sites More sharing options...
sirah24479 Posted July 31, 2022 Author Share Posted July 31, 2022 20 hours ago, Zohaib-fk said: Hi, You need to edit the file name "settings.inc.php" and change the password of the database on PrestaShop version 1.5 from _DB_PASSWD_ Below is the code example. define('_DB_SERVER_', '127.0.0.1'); define('_DB_NAME_', 'test_ZGFNn'); define('_DB_USER_', 'test_RvEVe');define('_DB_PASSWD_', 'AGdG5ea6W'); Also, if you want to change the database password, then you can do using the Cpanel of the web hosting account inside the MySQL section. Thank u so much for your reply! I will check it asap Link to comment Share on other sites More sharing options...
Zohaib-fk Posted July 31, 2022 Share Posted July 31, 2022 (edited) Most welcome. Hope the solution will help. Edited July 31, 2022 by Zohaib-fk Post Updated (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now