I've been searching for awhile, and maybe missing something easy but I can't login or reset my password and not sure where to look.

Tried e-mailing it, didn't work.

Logged into mysql and ran this code (I have 1.3 and the configure.php shows "define('DB_PREFIX', 'store');" as a prefix):

DELETE FROM store_admin WHERE admin_name = 'Admin';
INSERT INTO store_admin (admin_name, admin_email, admin_pass, admin_level)
VALUES ('Admin', 'admin@localhost', '351683ea4e19efe34874b501fdbf9792:9b', 1);

The response I keep getting is this:

SQL query:

DELETE FROM store_admin WHERE admin_name = 'Admin';

MySQL said: Documentation
#1146 - Table 'hailivestore.store_admin' doesn't exist

Any thoughts what to try next? Thanks again for the help in advance!