mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
Add lock-tables to MySQL
This commit is contained in:
@@ -28,7 +28,7 @@ MySQL
|
||||
|
||||
MySQL is the recommended database engine. To backup MySQL:
|
||||
|
||||
mysqldump -u [username] -p[password] > owncloud.sql
|
||||
mysqldump --lock-tables -u [username] -p[password] > owncloud.sql
|
||||
|
||||
SQLite
|
||||
^^^^^
|
||||
|
||||
Reference in New Issue
Block a user