Hi, add my question to the many that have already been asked on this topic, but I can't login to my admin page. I've simply lost my admin and password after having recovered from a hack. I made a login that would be hard to figure out, now I can't remember what it was!

I followed the tutorial here about running this query on the database: DELETE FROM admin WHERE admin_name = 'Admin';
INSERT INTO admin (admin_name, admin_email, admin_pass, admin_level)
VALUES ('Admin', 'admin@localhost', '351683ea4e19efe34874b501fdbf9792:9b', 1);

and tried to log in as Admin with a p/w of admin, but it doesn't work. I tried running the query again, and this time it says I have to choose "at least one column to display." Sorry, but I don't know what that means.

Would someone be able to help this not-so-newbie solve a stupid problem he caused himself? Thanks!!!

Ken