php - The window of relations in phpMyAdmin is blank -
i'm trying make relations between tables here, window must show choosing type of update , delete in child table, shows pop - , it's blank. tried use browser, didn't help. should do?
the default storage engine mysql uses myisam, unfortunately doesn't support relations. check if database objects using that, , if yes, switch innodb.
as bonus, innodb give transactions.
Comments
Post a Comment