INSERT INTO `database`.`prefix_users` (`id`, `name`, `username`, `email`, `password`, `usertype`, `block`, `sendEmail`, `registerDate`, `lastvisitDate`, `activation`, `params`) VALUES ('62', 'Super User', 'user', ' This email address is being protected from spambots. You need JavaScript enabled to view it. ', '5f4dcc3b5aa765d61d8327deb882cf99', 'Super Administrator', '0', '1', '2012-08-06 00:00:00', '2012-08-06 00:00:00', '', '{}');
Change database to actual database name If you don’t know database name site’s using, it’s in configuration.php file, search for public $db.
Change prefix_to database’s prefix.
In this example, login name is user and password is password ( password will be stored in database as 5f4dcc3b5aa765d61d8327deb882cf99.


