Skip to content

Commit

Permalink
[CALCITE-6256] Incorrect rendering of HTML on InnoDB adapter page
Browse files Browse the repository at this point in the history
  • Loading branch information
strongduanmu authored and julianhyde committed Feb 9, 2024
1 parent 2e384ed commit b64dcff
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions site/_docs/innodb_adapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<username> -p<password> -h
<hostname> <dbname>` in command-line.
definitions by executing `mysqldump` in command-line:

{% highlight bash %}
mysqldump -d -u<username> -p<password> -h <hostname> <dbname>
{% endhighlight %}

The file content of `/path/scott.sql` is as follows:

Expand Down

0 comments on commit b64dcff

Please sign in to comment.