Search Images Videos Maps News Shopping Gmail More »
Web History | Settings | Sign in

About 63,300 results

Search Options

      Show search tools
      1. How to exclusive lock mysql database? - Stack Overflow

        I have multiple mysql databases and I want to perform some ... Apparently, you
        can use the FLUSH command for this as such: > FLUSH TABLES ...
        stackoverflow.com/questions/.../how-to-exclusive-lock-mysql-database - Cached - Similar
      2. mysql - Run MySQLDump without Locking Tables - Stack Overflow

        Is there a way to do this without locking the production database? I'm currently
        using: mysqldump -u root --password=xxx -h xxx my_db1 | mysql -u root ...
        stackoverflow.com/questions/.../run-mysqldump-without-locking-tables - Cached - Similar
      3. php - Locking a MySQL database so only one person at once can ...

        I am having a few issues when people are trying to access a MySQL ... You're
        looking for LOCK . ... Read up on database transactions.
        stackoverflow.com/.../locking-a-mysql-database-so-only-one-person-at-once- can-run-a-query - Cached - Similar
      4. database - MySQL: "lock wait timeout exceeded" - Stack Overflow

        Sep 15, 2008 ... I am trying to delete several rows from a MySQL 5.0.45 database: delete from ...
        Lock wait timeout exceeded; try restarting transaction ...
        stackoverflow.com/questions/.../mysql-lock-wait-timeout-exceeded - Cached - Similar
      5. locking - detecting locked tables mysql (locked by LOCK TABLE ...

        Detect mysql table lock before inserting. Related. How can I copy a locked
        mySQL table? ... Php Script to check MySQL TABLE LOCK status ...
        stackoverflow.com/.../detecting-locked-tables-mysql-locked-by-lock-table - Cached - Similar
      6. locking - how to have a lock on a mysql database and dequeue the ...

        May 16, 2011 ... i was wondering if anyone knew how to lock a database, and then dequeue the
        waiting jobs. so i have a hashtable in a database, and im ...
        stackoverflow.com/.../how-to-have-a-lock-on-a-mysql-database-and-dequeue -the-waiting-jobs - Cached - Similar
      7. How do I lock a MySQL DATABASE so that write/read/update/delete ...

        I want to lock everything--completely. Very simple. Just prevent things ... Wouldn't
        it be simpler to adjust the security for the user account ...
        stackoverflow.com/.../how-do-i-lock-a-mysql-database-so-that-write-read- update-delete-everything-is - Cached - Similar
      8. mysql - database locking problems with django - Stack Overflow

        Definitely don't try this with SQLite: its major weakness is concurrency. If MySQL
        shows the same problem, then you should collect all the data ...
        stackoverflow.com/.../database-locking-problems-with-django - Cached - Similar
      9. php - mysql table locking problem - Stack Overflow

        LOCK TABLE invoice_numbers WRITE /*some stuff */ SELECT * FROM
        link_master /*some stuff */ UNLOCK TABLES. My problem is that after locking ...
        stackoverflow.com/questions/4584700/mysql-table-locking-problem - Cached - Similar
      10. php - How to implement database locking across several function in ...

        I'm trying to use mysql table write locks to achieve this however am running into
        problems implementing this within the codeigniter framework.
        stackoverflow.com/.../how-to-implement-database-locking-across-several- function-in-a-code-igniter-mode - Cached - Similar