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
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
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 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