I figured out how to configure phpMyAdmin so I can use the "relation view" to relate tables together via PK/FK. What I can't figure out is how to set up cascade deletes, so if, for example, there's a table full of dog owners, and a table full of dogs, and I delete an owner, I want all the dogs that person owned to also get deleted.
How do I do this using phpMyAdmin? (or if I have to get down & dirty with straight SQL, I can handle that...)