One problem I have them is 'like system' such as facebook like system.
I making the program using foreign hosting site having myisam mysql. as you know the myisam mysql has not transaction system. so it can not set key like foreign key to present relation or to set reference integrity
I think 'like system' what I making is important that how present and how set the reference integrity.
For instance, I made the A content and it has 3 'Likes'. if the contents delected, Like which already has also has to delected.
but int myisam mysql system it is impossible. because the isam mysql cannot set reference integrity system to tables
for these reason I regret the choice that I selected myisam mysql system at first step.
Even though I have know inno DB can these problems, I spend a lot of time to this project.
So how can I set reference integrity system to my project (Like system) or any other method to solve this situation?