Tuesday, January 03, 2006




Tutorial phpMyAdmin Searching and Delteting Data

phpMyAdmin is a tool written in PHP intended to handle the administration of MySQL over the Web. Currently it can create and drop databases, create/drop/alter tables, delete/edit/add fields, execute any SQL statement, manage keys on fields.
--http://sourceforge.net/projects/phpmyadmin/

In this tutorial you'll see how to search for and delete data through the phpMyAdmin web interface for a Moodle install.

phpMyAdmin is surprisingly poorly documented in terms of tutorials... If you know how to use phpMyAdmin please share your knowledge by posting your screencasts!