Definition of MYSQL :
Pronounced "my ess cue el"
This is a database that stores information and relies on SQL for processing the data. mysql provides an application program interface for different languages (PHP is what my course focuses on). The programmer (you) then puts all three together (mysql, sql, and php) to develop their website.
MYSQL Training
Either in the advanced dreamweaver class or in a one-on-one instruction you will learn the following:
- Set up your mysql database
- Create a database table
- Name fields
- Choose the correct column type (char, varchar, text, tinyint, int, date, datetime, timestamp, enum, set
- Decide whether a field can be empty
- Which column contains the table's primary key
- connect your database to Dreamweaver CS3
|