I need a way to locate an errant Moodle table designated by "mdl_certificate" so that I can delete/uninstall it.
Are ALL the Moodle tables in a single file? If not, where am I likely to find the table created by a Moodle module?
Locating/Editing Moodle Module Tables
Number of replies: 1Re: Locating/Editing Moodle Module Tables
Tables live in the database.
The details of which database your Moodle site is using is in the config.php file, if you don't know.