bb0903bbab4c92596b3c2e75f0a3938b96da1103
MySQL-Connection-String.md
| ... | ... | @@ -12,4 +12,8 @@ To set up your MySql Connection String, use the AdHocSettings property MySqlConn |
| 12 | 12 | |
| 13 | 13 | You will have to replace your port number (if different), databasename, |
| 14 | 14 | username, and password. Additionally, pooling=false may not be required |
| 15 | -in your case. |
|
| ... | ... | \ No newline at end of file |
| 0 | +in your case. |
|
| 1 | + |
|
| 2 | +##Testing Your MySQL Connection String |
|
| 3 | + |
|
| 4 | +To test whether your MySQL connection string is working, there are some diagnostics on the Settings.aspx page that give a PASS/FAIL on various connectivity and permissions-based metrics. |
|
| ... | ... | \ No newline at end of file |