I'm writing sql against mysql 3.23.58, MyISAM tables. I'm new to mysql and not a seasoned sql writer but have managed to get this far in a few days.
Have you used 'create_tables.sql' for pmadb? Will it produce a pma_relation table for this version of MySql?
I read that the create tables script for the Moodle back-end may contain 'key' syntax but cannot be used with MyISAM tables - specifically the foreign key. Would you elaborate on the 'key' types in MySql 3.23? Such as 'key', 'unique key', 'pk'(all moodle tables'pks are ids).