GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   any MYSql Buffs on (https://gfy.com/showthread.php?t=438733)

MBS Auto 03-01-2005 06:39 PM

any MYSql Buffs on
 
I am trying to creat a simple freakin table and it is not working, keep giving me this stupid error

http://www.ArabianGoddess.com/error2.jpg



and this is the table
http://www.ArabianGoddess.com/table.jpg

MBS Auto 03-01-2005 07:08 PM

BUMP!! Promise it will never happen again

lloyd 03-01-2005 07:15 PM

mght you be running a version that doesnt support innodb?

MBS Auto 03-01-2005 07:20 PM

No, I get the same error for all storage types

fr8 03-01-2005 07:27 PM

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.

fr8 03-01-2005 07:31 PM

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


All times are GMT -7. The time now is 09:18 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123