Skip to content

Commit

Permalink
phpcbf
Browse files Browse the repository at this point in the history
  • Loading branch information
ridz1208 committed Jul 19, 2023
1 parent 7f97f9b commit 924c735
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/exporters/DB_dump_table_data.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@
'mysqldump -u '.escapeshellarg($adminUser).
' -p'.escapeshellarg($adminPassword).' -h '.escapeshellarg($dbHost).' '.
escapeshellarg($databaseInfo['database']).' '.
'--column-statistics=0 '.
'--complete-insert '.
'--column-statistics=0 '.
'--complete-insert '.
'--no-create-db '.
'--no-create-info '.
'--skip-opt '.
Expand Down

0 comments on commit 924c735

Please sign in to comment.