Thank you, Luis,

I type in 'login mysql', the system responded me with 'Welcome to Microsoft
Telnet Server', then back to c:\, according to your instruction, i typed in
create database test, the message ' 'create' is not recognized as an
internal or external command, operable program or batch file.'

I think the commands for windows are not the same as in linux. any ideas?


Shania

-----Original Message-----
From: Luis [mailto:[EMAIL PROTECTED]]
Sent: Thursday, 5 July 2001 1:03 p.m.
To: Shania Qiu; [EMAIL PROTECTED]
Subject: Re: asking for teaching?


well you should read the man pages that come with it also there are alot of
book on mysql.

But you know what since your  a newbie. I wills how you. I dont have mysql
installed on a windows machine, but on a linux box. i believe the commands
are the same.


log in
mysql

create database test; ---hit enter

one you create it do this

# use test;    --- this will change to this database

after that you will have to create the table

# create table art ; this will create the table for  you .

if i'm wrong let me know


bye Luis
----- Original Message -----
From: "Shania Qiu" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 04, 2001 5:55 PM
Subject: asking for teaching?


> Hi, all,
>
> I am a newer to MySQL, being learning, i have installed the bianary
3.23.29
> into my pc which is running windows 2000. Can someone tell me where and
how
> to create tables in MySQL.
>
> Thank you all.
>
>
> shania.
>
>
>
> ---------------------------------------------------------------------
> 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