[REBOL] Re: OT: SQL
From: jeff::rebol::net at: 8-Jul-2001 8:21
Howdy Chris:
> Can anyone point me towards a good resource for how to
> configure mySQL on Linux and any tutorials on SQL?
http://www.mysql.com/documentation/
The MySQL docs are very good. There's a whole how-to section
for installing and configuring mysql. Also contains a nice
tutorial of SQL with mysql.
Also, check out:
http://databases.about.com/
There's a link there for "SQL Basics" with a number of good
articles. Also has a section devoted to mysql.
Here's an article about open database protocols including a
discussion of the history of SQL, a simple "English like
language" for getting and putting data which has become a
tower of Babel through willy nilly enhancement.
http://www.webreview2.com/dd/1999/11_19_99.shtml
-jeff