Lock Table Mysql
-
Hi. I’m developing a plugin of hotel room bookings. The first step is to verify that the day is vacant. Until ok, I write the data in the table. But I realized that if two people or + request to reserve the room at the same moment for the same date the reservation system allows for everyone. How do I block it. How should I use LOCK TABLES for this?
- The topic ‘Lock Table Mysql’ is closed to new replies.