At the very least you need to understand:
a) How to install MySQL(set up password and user)
b) How to log into your user.
c) How to tell MySQL to use a database.
d) How to obtain data from your database tables.
e) How to modify data on each table
f) Understand what does each TYPE field means(int, VARCHAR, byte, smallint, etc).
Understand that and sourcing an .sql will be really simple.
|