Gradiance Design - Site Design Gradiance Design - Flash Gradiance Design - PHP Gradiance Design - MySql Gradiance Design - Javascript/Ajax Gradiance Design - Other Services
Gradiance Design - Home Gradiance Design - Workshop Gradiance Design - About Gradiance Design - Contact

Daytime
in
Tucson

Flower
of the
Month

Phase
of the
Moon

 

MySQL

MySQL is database management software. Lean, mean, clean, powerful, scalable and free, MySQL is the M in the LAMP quartet (Linux, Apache, MySQL and PHP). You'll find it lurking behind the scenes at Flickr, Facebook, Wikipedia, Google, Yahoo, YouTube, WordPress blogs, forums, eCommerce applications and content management systems. It's in use in virtually every situation where a website needs dynamic access to stored data.

A MySQL database is a collection of tables of logically organized information that can be queried and manipulated in a myriad of ways. For example, a simple table containing employee names might look like this:

EmployeeIDLastNameFirstNameHireDate
1001WilliamsJoseph01-14-2002
1002SmithMary09-08-1980
1003AdamsBarbara08-24-2001
1004SmithIgnatius03-17-1999

The above table could be queried to return employee names in alphabetical order or in order by hire date. It could be queried to return a list of all employees named Smith, or all employees hired since 2001.

A typical scenario on the web is storage of user login information. A database table might contain usernames with their encrypted passwords. For example:

UserIDUsernamePassword
101happygolucky8Ykljsdf2389dhlkjIl
102tomorrowiwill9qw3OIUJH23409KLks

When a user attempts to log in, the database above could be queried to assure that the username/password combination matches user input.

MySQL was acquired by Sun Microsystems in January, 2008. Hopefully, this will mean good things, such as increased popularity and enhanced features.

Request a Quote

 

Valid XHTML 1.0 Strict Valid CSS!