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.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 03-01-2005, 06:39 PM   #1
MBS Auto
Confirmed User
 
Join Date: Oct 2004
Location: Sin City Baby...
Posts: 1,725
any MYSql Buffs on

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
MBS Auto is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-01-2005, 07:08 PM   #2
MBS Auto
Confirmed User
 
Join Date: Oct 2004
Location: Sin City Baby...
Posts: 1,725
BUMP!! Promise it will never happen again
__________________
Shoes and Boot
MBS Auto is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-01-2005, 07:15 PM   #3
lloyd
Confirmed User
 
Industry Role:
Join Date: May 2002
Location: 858/604
Posts: 798
mght you be running a version that doesnt support innodb?
lloyd is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-01-2005, 07:20 PM   #4
MBS Auto
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
MBS Auto is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-01-2005, 07:27 PM   #5
fr8
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
fr8 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 03-01-2005, 07:31 PM   #6
fr8
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
fr8 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.