View Single Post
  #2 (permalink)  
Old 2005-10-20, 09:58 PM
nirus nirus is offline
Member
 
Join Date: Dec 2004
Posts: 62
nirus
Default

Use phpMyAdmin to interface it. Once you are using phpMyAdmin and you have installed (There are other forums that help with this) Then you can write sql queries in a text file and then go online and run them with phpMyAdmin. Implementing them is not hard. To learn the very bottom basics, get MS Access and learn how to do relationships, use the lookup wizard when making tables, write some queries with sum and ceiling, maybee some ascend and desc. That will give you the concept. Then you have to learn MySQL and all the fun stuff with that like inner and outer joins.

Download the MySQL manual, print it off, get a drink and read it in bed next to your nightstand while your offline. Wake up and do it again.

See ya in a few months.

-Brent
Reply With Quote