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

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -