We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c2a5681 + b5889b8 commit 0af0531Copy full SHA for 0af0531
README.md
@@ -8,7 +8,7 @@ The MySQL extension allows DuckDB to directly read and write data from a MySQL d
8
To make a MySQL database accessible to DuckDB use the `ATTACH` command:
9
10
```sql
11
-ATTACH 'host=localhost user=root port=0 database=mysqlscanner' AS mysqlscanner (TYPE mysql_scanner)
+ATTACH 'host=localhost user=root port=0 database=mysqlscanner' AS mysqlscanner (TYPE mysql_scanner);
12
USE mysqlscanner;
13
```
14
0 commit comments