Setting up an amazon store, and part of the set up asks to Run the queries in amazon.sql what does that mean, and how do it do it? thanks guys
MySQL Databases > phpMyAdmin(bottom) > Choose database > SQL > Browse to your .sql file Do backup your database first.
open phpmyadmin, setup a database (or select an existing one). then click on sql once the db is selected, and upload the text file you can also do it with shell access, but I'm guessing the above would be easiest for you.
Basically, in case you are still not clear, amazon.sql is a text file that contains a bunch of sql statements which they want you to execute against your database. Above are the steps to do so