1 min read How To Reset Your Password April 25, 2013 Nikunj K0 First, open up phpMyAdmin. Click on your database name for Magento from the sidebar on the left. Click on the SQL tab and type the following in to the text box: UPDATE `admin_user` SET `password` = MD5('123456') WHERE `username` = 'admin'; Share your Love
5 mins read Linux Ultimate Ubuntu 22.04 Features Guide: What’s New & Improved April 29, 2025April 29, 2025 Nikunj K0
2 mins read Database ACID Properties: Basic Example of Atomicity and Consistency June 25, 2024June 25, 2024 Nikunj K0