Getting Started with MySQL & PHPMyAdmin

These are just the first of many planned video tutorials on the multithreaded, multi-user SQL database management system MySQL. These particular videos require a little more background knowledge from the viewer, in terms of overall php development experience.

Video Tutorials

  • Introduction to MySQL and phpMyAdmin

    In the following video I go over some basic MySQL theory.

    Introduction to MySQL and phpMyAdmin

  • phpMyAdmin Basics – Part 1

    This is the first of a two part video where I introduce you to one of the most widely used programs that allows you to configure and use MySQL server – phpMyAdmin.

    phpMyAdmin is a web based program (runs in a web browser) and is built with PHP. The fact that phpMyAdmin uses PHP behind the scenes, should give you an idea of how powerful PHP is with regards to working with MySQL.

    phpMyAdmin Basics – Part 1

  • phpMyAdmin Basics – Part 2

    This is part 2, where as we learn about phpMyAdmin, we also learn basic database and MySQL theory. Not so much to put you to sleep, but only enough so that you can move forward in your PHP journey.

    phpMyAdmin Basics – Part 2

SQL Tutorials

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

Questions?

Just post them on the PHP forum.

Much more to come…

Thanks,

Stefan Mischook

To Top