mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Add lock-tables to MySQL
This commit is contained in:
parent
efefeb8e52
commit
1986d3207b
@ -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
|
||||
^^^^^
|
||||
|
||||
Loading…
Reference in New Issue
Block a user