View Single Post
Old 06-16-2006, 11:13 PM   #2 (permalink)
redhead
Newbie
 
redhead's Avatar
 
Join Date: Jun 2002
Location: Denmark
Posts: 1,720
redhead is on a distinguished road
Check out the MySQL documentation specificaly the Installing on windows section might be usefull, after that, the Connecting to and disconnecting will shed some light into how to get started.

SQL is a database, like access or Oracle or any of that sort, the communication language with it is called SQL-queries, once you've set up the actual database, you can start issuing all the queries you've been trying to figure out, and see how the database respond..
Mostly you'll probably get a ERROR 1064 (42000): You have an error in your SQL syntax; but that just tells you, the way you've formed the query isn't following what's expected.

Oh, and don't forget to end each query with a ;
__________________
Don't worry Ma'am, We're university students, We know what We're doing.
-----
If you pull the pin, Mr.Grenade would no longer be your friend.
-----
01000111 01101111 00100000 01000011 00100000 00100001
redhead is offline   Reply With Quote