You have to create a database first, then tell MySQL to use that databases.
mysql>CREATE DATABASE myfirstdb;
mysql>USE myfirstdb;
mysql>CREATE TABLE tableone
----- Original Message -----
From: "B. van Ouwerkerk" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 20, 2001 12:50 AM
Subject: RE: how to create a table and a column..?
>
>http://www.mysql.com/doc/C/r/Creating_tables.html
>
>Look over
>
>http://www.mysql.com/doc/index.html
Also have a look at www.devshed.com for some tutorials..
mysql, query
Bye,
B.
---------------------------------------------------------------------
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