I am moving the shopping cart over to a new server. I imported the database and now can't access the admin page.

I get the following error message: 1146 Table 'mpzencart.project_version' doesn't exist
in:
[select * from project_version WHERE project_version_key = 'Zen-Cart Database' ]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.

The data base name is the same (mpzencart), but the tables appear to be renamed. The database on the old server had a zen_prefix (e.g. zen_address_book). But the same table in the new database is address_book.

Is that the problem? Any ideas on what I can do?