Has anyone used 'create_tables.sql' in phpMyAdmin? Will it produce a useful pma_relation table for version 3.x of MySql? (I'm working with 'Moodle' e-learning appl in PHP/MySql)
I read that the keys are used in creating MySql tables but cannot be used later to enforce ref integ with MyISAM tables.
Would someone elaborate on the use of keys and applicability to ref integ in MySql 3.x (such as 'key', 'unique key', 'pk'.)
I read that the keys are used in creating MySql tables but cannot be used later to enforce ref integ with MyISAM tables.
Would someone elaborate on the use of keys and applicability to ref integ in MySql 3.x (such as 'key', 'unique key', 'pk'.)