I am a new MySQL user. I am creating an InnoDB database system.
In my case, I need lock lines if the choice to update is used. But even if I did a lot of searching, I donβt understand how to block a row for all users if this row is loaded by one user.
I am using php to connect to mySQL database.
Can you help me solve this?
source share