Quote Originally Posted by AvieLF View Post
what do I replace with my database name?
You don't replace anything with your database name. If you want to enter the sql using phpMyAdmin you need to add the prefix to the table names (this is the same prefix you may have entered during the Zen Cart installation). So "configuration" becomes "zen_configuration" for example (if "zen_" is the prefix you're using), and "configuration_group" becomes "zen_configuration" then.