Log into Phpmyadmin, goto table oc_user, we’ll show: The password was encrypt with the randomized salt. Now we research which method used to encrypt the…
Mysql command will be: Mysql command will be: With this command will cause one user login without the correct password. => use mysql_real_escape_string to prevent…
Step 1: Login VPS or dedicated server using SSH. Step 2: Open SSH console. Step 3: Use following commands: service mysqld stop mysqld_safe –skip-grant-tables &…