![]() |
Database lock - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: Database lock (/showthread.php?tid=30458) |
Database lock - El Forum - 05-15-2010 [eluser]rufnex[/eluser] Hello, short question, is there a lock method for Database operation (MySQL)? I dont mean transactions. greets Rufnex Database lock - El Forum - 05-15-2010 [eluser]jedd[/eluser] [quote author="rufnex" date="1273970131"] short question, is there a lock method for Database operation (MySQL)? I dont mean transactions. [/quote] Perhaps you could explain what you do mean, then. What did you find when you read the documentation (MySQL)? (Hint: LOCK TABLES might be what you're looking for.) |