I'm working with a bit of a dodgey database at the moment, there are foreign keys defined in all the wrong places all over the place, I'd like to remove them all and then start from scratch. I don't wish to remove the column, just the foreign key relationships.
How can I remove all foreign keys from an entire database? (Or table by table).
Thanks.
Edit: Forgot to say, I have PHPMyAdmin available to use.