PDA

View Full Version : Noob at SQL! Help finding a program!



ForsakenSoul
April 30th, 2007, 02:44 PM
I am starting to learn SQL databases ... and i was wondering if you could give me links to some programs in which I can program SQL. By the way i`m noob with linux and ubuntu so .... any info would be welcome.
Thank you in advance!:)

Churnd
April 30th, 2007, 03:18 PM
MySQL has it's own tools for free: http://www.mysql.com/products/tools/ I think they're in the repos.

There's also phpMyAdmin.

If you want to learn command line, there's a plethora of tutorials out there. Google "MySql tutorials"


This would be a good place to start: http://dev.mysql.com/tech-resources/articles/mysql_intro.html

ForsakenSoul
April 30th, 2007, 03:20 PM
MySQL has it's own tools for free: http://www.mysql.com/products/tools/ I think they're in the repos.

There's also phpMyAdmin.

If you want to learn command line, there's a plethora of tutorials out there. Google "MySql tutorials"

Well thank you. I`ve already bought a book about sql - Mastering SQL ... a bit old but i thing it`s going to do the job :D

LaRoza
April 30th, 2007, 03:37 PM
Be careful when learning SQL, it is a standard, but all the database management systems use their own dialect. The basics are the same however.

A good tutorial for MySQL and SQL in general is at http://www.tizag.com.

sasquatch74
April 30th, 2007, 04:19 PM
Hello,
Welcome to Ubuntu. I am also new to linux and sql. Follow this link to a guide for setting up MySql and Postgresql on Ubuntu -https://help.ubuntu.com/6.10/ubuntu/serverguide/C/databases.html. Both are widely used and offer plenty of support. I have set up Postgresql on my machine and I am in the process of learning the basics. Have fun!