mwkohout wrote:
>
> I am also having trouble creating a table with mySQL...I'm sure it's
> pretty basic, but it has me kind of stumped...
> thanks
>
> here's the code:
>
> mysql> create table mailing_list (
> -> email varchar(100) not null primary key,
> -> name varchar(100)
> -> );
>
> ---------------------------------------------------------------------
> Please check "http://www.mysql.com/Manual_chapter/manual_toc.html" before
> posting. To request this thread, e-mail mysql-thread5547@stripped
>
> To unsubscribe, send a message to the address shown in the
> List-Unsubscribe header of this message. If you cannot see it,
> e-mail mysql-unsubscribe@stripped instead.
I just tried to make sure I did not overlook any typos by copying and
pasing everything into mysql client and it worked just fine. What error
message are you getting?
--
Sasha Pachev
http://www.sashanet.com/ (home)
http://www.direct1.com/ (work)