| 
		
			
			
				
			
			
				 
			
			
				
			
		 | 
		
			
			
				 
			
				
			
		 | 
	||||
| 
				Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.  You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us.  | 
		
		 
		![]()  | 
	
		
			
  | 	
	
	
		
		|||||||
| Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. | 
| 
		 | 
	Thread Tools | 
| 
			
			 | 
		#1 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Join Date: Oct 2004 
				Location: Sin City Baby... 
				
				
					Posts: 1,725
				 
				
				
				
				 | 
	
	
	
	
		
			
			 I am trying to creat a simple freakin table and it is not working, keep giving me this stupid error 
		
	
		
		
		
		
			  and this is the table ![]() 
				__________________ 
		
		
		
		
	
	Shoes and Boot  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#2 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Join Date: Oct 2004 
				Location: Sin City Baby... 
				
				
					Posts: 1,725
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 BUMP!!   Promise it will never happen again 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	Shoes and Boot  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#3 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Industry Role:  
				Join Date: May 2002 
				Location: 858/604 
				
				
					Posts: 798
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 mght you be running a version that doesnt support innodb? 
		
	
		
		
		
		
		
	
	 | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#4 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Join Date: Oct 2004 
				Location: Sin City Baby... 
				
				
					Posts: 1,725
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 No, I get the same error for all storage types 
		
	
		
		
		
		
			
				__________________ 
		
		
		
		
	
	Shoes and Boot  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#5 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Industry Role:  
				Join Date: Mar 2003 
				
				
				
					Posts: 5,074
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 First mistake. Your using windows. 
		
	
		
		
		
		
			Second im not sure about. I do know that an INNODB type table is for the hotbackup software that you can buy for a mysql database. do you have the that intalled? if so it should work like so. CREATE TABLE `goddess` ( `id` INT( 10 ) NOT NULL AUTO_INCREMENT , `username` VARCHAR( 16 ) NOT NULL , `password` VARCHAR( 16 ) NOT NULL , `email` VARCHAR( 25 ) NOT NULL , PRIMARY KEY ( `id` ) ) TYPE = INNODB ; im not sure how you would add this through the gui but that is the commandline for the new table. 
				__________________ 
		
		
		
		
	
	█ joesmut (a) gmail Dot com █ Full Stack Developer  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 | 
| 
			
			 | 
		#6 | 
| 
			
			
			
			 Confirmed User 
			
		
			
			
			Industry Role:  
				Join Date: Mar 2003 
				
				
				
					Posts: 5,074
				 
				
				
				
				 | 
	
	
	
	
		
		
		
		 CREATE TABLE `dbusers` ( 
		
	
		
		
		
		
			`id` INT( 10 ) NOT NULL AUTO_INCREMENT , `username` VARCHAR( 16 ) NOT NULL , `password` VARCHAR( 16 ) NOT NULL , `email` VARCHAR( 25 ) NOT NULL , PRIMARY KEY ( `id` ) ) TYPE = INNODB ; just noticed goddess was the database 
				__________________ 
		
		
		
		
	
	█ joesmut (a) gmail Dot com █ Full Stack Developer  | 
| 
		 | 
	
	
	
		
                 
		
		
		
		
		
		
		
			
			
		
	 |