Skip to content

Commit

Permalink
Merge pull request #1 from sstrigler/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
camcima committed Apr 12, 2016
2 parents f40e7df + cca90c9 commit 91269d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $ ./composer.phar global update camcima/php-mysql-diff
PHP MySQL Diff works with database creations scripts created by `mysqldump`, which is part of the MySQL distribution. In order to generate a database creation script, use the following command:

```
$ mysqlsump -h hostname -u username -p -d dbname > outputfile.sql
$ mysqldump -h hostname -u username -p -d dbname > outputfile.sql
```

This tool may not work with creation scripts generated by other means because it relies on finely tuned regular expressions that could not work if the file format is different.
Expand Down

0 comments on commit 91269d5

Please sign in to comment.