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: |
Thom Porter |
| Subject: |
Re: help!! |
| Date: |
04-27-1999 02:54PM |
You need to select a database (or create one first)...
To create one, type in:
create database DATABASENAME;
To select the databse you want to use type in:
use DATABASENAME;
that should fix you up nicely.
Thom Porter
|
Other posts in this thread:
| Top | | help!! | shekhar | 04-26-1999 07:36AM | | Re: help!! | Thom Porter | 04-27-1999 02:54PM |
Reply to this post:
|
 |
Visit the MySQL Forum!
New On DevShed:
Hot Forum Topics:
|