You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cherry picking bug fixes and github urls usage (#1354)
## Why make this change?
Cherry picking the following changes to create a patch for 0.5.x:
- #1349
- #1319
- #1351
---------
Co-authored-by: Jun Su <70380073+junsu0ms@users.noreply.github.com>
Co-authored-by: Sean Leonard <sean.leonard@microsoft.com>
Co-authored-by: abhishekkumams <102276754+abhishekkumams@users.noreply.github.com>
Copy file name to clipboardExpand all lines: config-generators/mysql-commands.txt
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
init --config "dab-config.MySql.json" --database-type mysql --connection-string "server=localhost;database=datagatewaytest;Allow User Variables=true;uid=root;pwd=REPLACEME" --host-mode Development --cors-origin "http://localhost:5000"
1
+
init --config "dab-config.MySql.json" --database-type mysql --connection-string "server=localhost;database=datagatewaytest;uid=root;pwd=REPLACEME" --host-mode Development --cors-origin "http://localhost:5000"
This will give you intellisense if you are using an IDE, like VS Code, that supports JSON Schemas. Take a look at `basic-empty-dab-config.json` in the `samples` folder, to have a starting point when manually creating the `dab-config.json` file.
0 commit comments