Wondering if any of you have had any luck with connecting Small Business Starter Kit with MySQL. I really struggling with the connection string. I'm using MySQL ODBC 5.2.3. The connection string that does NOT work in the web.config file is:
<
add name="sqlProvider" type="SqlBlogsProvider" connectionString="DATABASE=thelivebrand;DESCRIPTION=database;DSN=database;OPTION=0;PORT=0;SERVER=localhost;UID=root;" providerName="System.Data.Odbc" connectionStringName="SQLConnectionString"/>
Any ideas would really be appreciated.