This commit is contained in:
Thomas Risberg
2015-12-16 16:11:37 -05:00
parent 31c95674da
commit 556084e162

View File

@@ -233,7 +233,7 @@ http post --contentType 'application/json' --target http://mysqlstream-http.app.
> 202 ACCEPTED
```
+
. Connect to the MySQL instance and query the table `test.names` to list the new rows:
. Connect to the MySQL instance and query the table `names` to list the new rows:
+
```
select * from names;