Jump to content

katechan

New Members
  • Posts

    1
  • Joined

  • Last visited

    Never

Contact Methods

  • AIM
    O+Cacophony+O
  • MSN
    none
  • Yahoo
    none

Profile Information

  • Gender
    Not Telling
  • Location
    U.S.A

katechan's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I\'m unbelieveably new to this, and I\'m just now starting to actually try and USE the stuff in PHPMyAdmin for my web site. Point for saying this is this: Please don\'t spit programmer jargon at me. It\'s not helpful. My problem is this. I\'ve tried to make tables, but to no avail. I fill in the names of the columns, I pick out a type, I actually know what the types mean, I fill in a length, and I make a primary key. According to this one tutorial I\'m going off of, you don\'t need any more than that to create a basic table. Click the save button, and everythings OK, right? Wrong. PHPMyAdmin keeps hacking up errors in the generated SQL syntax that I haven\'t the slightest clue how to fix, though I have tried changing my methods of entering stuff. The code looks like this- CREATE TABLE `Character Names` ( `Name` TINYTEXT( 20 ) NOT NULL , `Male or Female` ENUM( \'male\', \'female\', \'either\' ) NOT NULL , `Meaning` TINYTEXT( 150 ) NOT NULL , PRIMARY KEY ( `Name` ) ) The error looks like this. I\'ll give you a hug if you can help me. This is extremely aggravating.
×
×
  • 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.