Mysql
 sql >> Teknologi Basis Data >  >> RDS >> Mysql

Jalankan MySQLDump tanpa Mengunci Tabel

Apakah --lock-tables=false pekerjaan pilihan?

Menurut halaman manual , jika Anda membuang tabel InnoDB, Anda dapat menggunakan --single-transaction pilihan:

--lock-tables, -l

Lock all tables before dumping them. The tables are locked with READ
LOCAL to allow concurrent inserts in the case of MyISAM tables. For
transactional tables such as InnoDB and BDB, --single-transaction is
a much better option, because it does not need to lock the tables at
all.

Untuk Innodb DB :

mysqldump --single-transaction=TRUE -u username -p DB


  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Ekspresi Tabel Umum di MySQL

  2. Tips untuk Memantau MySQL untuk Moodle

  3. Cara Menghapus Sepenuhnya MySQL 5.7 Dari Windows

  4. Cara mengunci satu baris

  5. Kunci asing MySQL InnoDB antara database yang berbeda