diff --git a/site/_docs/innodb_adapter.md b/site/_docs/innodb_adapter.md index 58ef596526d..6d5c760410f 100644 --- a/site/_docs/innodb_adapter.md +++ b/site/_docs/innodb_adapter.md @@ -96,8 +96,11 @@ a MySQL "scott" database: {% endhighlight %} `sqlFilePath` is a list of DDL files, you can generate table -definitions by executing `mysqldump -d -u -p -h - ` in command-line. +definitions by executing `mysqldump` in command-line: + +{% highlight bash %} +mysqldump -d -u -p -h +{% endhighlight %} The file content of `/path/scott.sql` is as follows: