I had a database running off a local host.

I then added Zen Cart to my website pikepromo.com/zencart so I could finalize a few things before going live. The installation of zen cart went fine. I added my customs folders and my site was looking good. Last thing to do is to up load my database so all my products will show up.

I followed the directions VERY carefully from this thread
https://www.zen-cart.com/tutorials/i...hp?article=100

Now I get this message when I visit the above site
1146 Table 'pikeprom_znc2.znc_configuration' doesn't exist
in:
[select configuration_key as cfgkey, configuration_value as cfgvalue from znc_configuration]

and when I try to access the admin section I get this
1146 Table 'pikeprom_znc2.znc_project_version' doesn't exist
in:
[select * from znc_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.

Step 5b in the tutorial says to drop all tables and that's what I did.

How do I get it all to play nicely with each other.

Thank You