Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
fix typo in mysqldump example
  • Loading branch information
sstrigler committed Apr 12, 2016
1 parent f40e7df commit cca90c9
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 cca90c9

Please sign in to comment.