Quote:
	
	
		| 
			
				 
					Originally Posted by garim12
					
				 
				semicolons... every command should end in one 
	Code: 
	create database eq;
use eq;
source load_system.sql;
source load_empty_users.sql; 
  
			
		 | 
	
	
  Your right but i had tried that once already. I jus created the database over again by putting a semicolon at the end then i started back over with a new cmd prompt and got to the mysql and just typed the last three commands which seemed to have worked thanks alot though. I knew the semicolon thing just forgot to type the in the code i showed u all learned that the hard way... damn c++.