Mysql
 sql >> Baza danych >  >> RDS >> Mysql

Uruchom MySQLDump bez blokowania tabel

Czy --lock-tables=false? opcja działa?

Według strony podręcznika użytkownika , jeśli zrzucasz tabele InnoDB, możesz użyć --single-transaction opcja:

--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.

Dla 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. Jak zmienić domyślny port MySQL/MariaDB w systemie Linux?

  2. Mysql policz wystąpienia podciągu, a następnie uporządkuj według

  3. Ściągawka w formacie daty MySQL

  4. Eksportuj dane z bazy danych MySQL

  5. Co to jest środowisko pracy MySQL?