Jump to content

Whats wrong here?


Kryllster

Recommended Posts

I just tried to upload this sql file to my phpadmin and now I cant get back in phpmyadmin and it says to check my error logs and there is nothing to do with phpadmin in any of my error logs. I did have a problem where php didnt have an error log and asked me if I wanted to create one so I did or thought I did. and way is there something wrong with my sql that would break it?

 

CREATE TABLE'ferentus_text`(
`player_id` INTEGER NOT NULL AUTO_INCREMENT ,
`username` TEXT NOT NULL ,
`password` TEXT NOT NULL ,
`email` TEXT NOT NULL ,
`sex` TEXT NOT NULL ,
`race` TEXT NOT NULL ,
`class` TEXT NOT NULL ,
`strength` INTEGER NOT NULL ,
`dexterity` INTEGER NOT NULL,
`intelligence` INTEGER NOT NULL ,
`vitality` INTEGER NOT NULL ,
`level` INTEGER NOT NULL ,
`advance` INTEGER NOT NULL ,
`hitpoints` INTEGER NOT NULL ,
`mana` INTEGER NOT NULL ,
`spirit` INTEGER NOT NULL ,
`copper` INTEGER NOT NULL ,
`silver` INTEGER NOT NULL ,
`gold` INTEGER NOT NULL ,
`platinum` INTEGER NOT NULL ,
`main_hand` TEXT NOT NULL ,
`main_power` INTEGER NOT NULL ,
`off_hand` TEXT NOT NULL ,
`off_power` TEXT NOT NULL ,
`off_defence` INTEGER NOT NULL ,
`twohand` TEXT NOT NULL ,
`twohand_power` INTEGER NOT NULL ,
`torso` TEXT NOT NULL ,
`torso_power` INTEGER NOT NULL ,
`pants` TEXT NOT NULL,
`pants_power` INTEGER NOT NULL ,
`gloves` TEXT NOT NULL,
`glove_power` INTEGER NOT NULL,
`boots` TEXT NOT NULL ,
`boot_power` INTEGER NOT NULL,
`necklace` TEXT NOT NULL ,
`necklace_bonus` INTEGER NOT NULL ,
`ring1` TEXT NOT NULL ,
`ring1_bonus` INTEGER NOT NULL ,
`ring2` TEXT NOT NULL ,
`ring2_bonus` INTEGER NOT NULL ,
`skill1` TEXT NOT NULL ,
`skill1_power` INTEGER NOT NULL ,
`skill2` TEXT NOT NULL ,
`skill2_power` INTEGER NOT NULL ,
`skill3` TEXT NOT NULL ,
`skill3_power` INTEGER NOT NULL ,
`skill4` TEXT NOT NULL ,
`skill4_power` INTEGER NOT NULL ,
`skill5` TEXT NOT NULL ,
`skill5_power` INTEGER NOT NULL ,
`skill6` TEXT NOT NULL ,
`skill6_power` INTEGER NOT NULL ,
`skill7` TEXT NOT NULL ,
`skill7_power` INTEGER NOT NULL ,
`skill8` TEXT NOT NULL ,
`skill8_power` INTEGER NOT NULL ,
`avatar` TEXT NOT NULL ,
`guild` TEXT NOT NULL ,
`offence` INTEGER NOT NULL ,
`defence` INTEGER NOT NULL ,
`bind_spot` TEXT NOT NULL
)

 

 

Thanks for any help on this,

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.