Quote:
	
	
		| 
					Originally Posted by Jaysin  that works to an extent i just keep getting this 
 "Table 'wpjm.wp_comments' doesn't exist"
 
 because there is nothing in the table, so how can i do it with a blank database?
 | 
	
 i know this sounds really fucking dumb but ...
whatever you're using is missing that step.
You need to create the table before you can populate it.
Create Table ...
insert into ....