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