YOU ARE HERE: HOME > MYSQL TUTORIALS

PHP Video Tutorials for web designers

Last update: March 18th, 2008 Tell a friend about killerphp.com

MYSQL

Welcome to the MySQL section on killerphp.com. My goal is to get you up and running with MySQL as quickly as possible so the we can get to using PHP with MySQL.

A little history about MySQL and PHP

PHP can work with many different database programs including:

  • MySQL
  • MS SQL Server
  • Oracle

.. among many others. So why concentrate on MySQL instead of one of the many other databases out there? For me, it comes down to two things:

  1. MySQL is common with web hosting companies. So that means that is the database you will likely be using.
  2. MySQL and PHP work very well togehter and by far, is the most used database with PHP.

So to get started, please read these two articles that cover some fundamental MySQL and general database concepts.

  1. Basic Database Terminology.
  2. What are databases?

Once you've read the two articles, you can then watch the MySQL video tutorials.

MYSQL VIDEO TUTORIALS

In our continued aim to make your life as a php nerd easier, we are slowly compiling a collection of video tutorials on MySQL and related tools.

MySQL Video Tutorials

SQL TUTORIALS

I've decided to create a few tutorials on the basics of SQL - the language of databases.

SQL Videos

Questions? Just post them on the PHP forum.

Much more to come ...

Thanks,

Stefan Mischook