Add lock-tables to MySQL

This commit is contained in:
mjkent
2013-06-09 14:58:34 -05:00
parent efefeb8e52
commit 1986d3207b

View File

@@ -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
^^^^^