Hi, i am using phpmyadmin to import this SQL file. When i do it comes up with an error saying, #1062 - Duplicate entry '1' for key 1 I am not sure what this means and don't know what to do. Any help would be much appreciated.
It means that there is already a record in the DB that contains that value for that field. If this is a new DB you could try making sure that it is empty before you start. Import may have failed after a partial import creating the problem.