Beginning MySQL Tutorial One of the fastest SQL (Structured Query Language) database servers currently on the market is the MySQL server, developed by T.c.X. DataKonsultAB. MySQL, available for download at http://www.mysql.com, offers the data base programmer with an array of options and capabilities rarely seen in other database servers. What's more, MySQL is free of charge for those wishing to use it for private and commercial use.
| Name: |
Jennifer Chang |
| Subject: |
Re: CREATE...INSERT... |
| Date: |
07-06-1999 01:19PM |
I just installed MySQL but failed to create a table as in tutorial:
CREATE TABLE y2k_mysql(
name VARCHAR (15),
ssn INT,
ID NOT NULL AUTO_INCREMENT,
PRIMARY KEY (ID));
The error message says ERROR 1046: No Database Selected.
Can you tell me why?
Thanks,
Jennifer
|
Other posts in this thread:
Reply to this post:
|
 |
Visit the MySQL Forum!
New On DevShed:
Hot Forum Topics:
|