Re: I am stupid>>

2005-04-03 Thread MATTHEW STUART
I had managed to land a job that required me to learn MySQL quickly. I was used to working with access though, so what I did was find a utility for access called MyAccess which enables you to work in access but you are actually affecting a MySQL db - it has a few funny things that could put you off

Re: I am stupid>>

2005-04-03 Thread Aman Raheja
Hey there It's alright - everyone starts someday. Go on to start with the docs on mysql's website. If there's something you don't get, come back here. This is a great list to help newbies. For your qns Log in to mysql; mysql> create database db; mysql> source db.sql; (this considers your db.sql

Re: I am stupid>>

2005-04-03 Thread Mister Jack
I would suggest to take a look at the documentation http://dev.mysql.com/doc/mysql/en/index.html 1. create a DB : http://dev.mysql.com/doc/mysql/en/index.html 2. using a SQL file to create those table. on the mysql commqnd line : source db.sql; So as a whole, you'll do something like : create d

I am stupid>>

2005-04-02 Thread Niki Lampropoulou
I dont know how to do this very basuc, just atrated working with MySQL and not sure about what I am supposed to do.. Please help!! 2. Create a database for the program to use in MySQL. 3. Create the tables in the new database using db.sql which is in the sql directory. niki Send instant mes