5d6ef00ec5ff6b7e3c94ea71d7bff278a23b9863
MySQL-Connection-String.md
| ... | ... | @@ -7,7 +7,7 @@ |
| 7 | 7 | To set up your MySql Connection String, use the AdHocSettings property MySqlConnectionString. |
| 8 | 8 | |
| 9 | 9 | ```csharp |
| 10 | - Izenda.AdHoc.AdHocSettings.MySqlConnectionString = "Driver={MySQL ODBC 3.51 Driver};Server=localhost;Port=3307;Database=databasename;Uid=user;Pwd=pass;pooling=false"; |
|
| 10 | + Izenda.AdHoc.AdHocSettings.MySqlConnectionString = "Driver={MySQL ODBC 3.51 Driver};Server=localhost;Port=3307;Database=databasename;Uid=username;Pwd=password;pooling=false"; |
|
| 11 | 11 | ``` |
| 12 | 12 | |
| 13 | 13 | You will have to replace your port number (if different), databasename, |