dont you mean:

create database gnudip2;

create table table1 (id int(10),some_colum varchar(255));

----- Original Message ----- 
From: <[EMAIL PROTECTED]>
To: "Ana Elisa Martinez" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Tuesday, May 15, 2001 10:57 PM
Subject: Re: Error creating database


> I also get somthing like that,
> much mor productive to do somthing like
> create database gnudip2(id int(10),some_colum varchar(255));
> 
> 
> 
> Trying to show that you add columns with the same command.
> 
> 
> Darrell
> 
> 
> 
> On Tue, 15 May 2001, Ana Elisa Martinez wrote:
> 
> > When i try to create a database with the command :
> > 
> > mysql> create gnudip2;
> > 
> > Told me an error :  
> > 
> > ERROR 1064: You have an error in your SQL syntax near 'gnudip2' at line 1
> > 
> > Why this error ??, What is wrong ??
> > 
> > Thanks 
> > Ana Elisa Martinez
> > 
> > 
> > 
> > 
> 
> 
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
> 
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail 
><[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
> 


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to