<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 12 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>Hi<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>I have been struggling to setup CoreDB to use MySQL but no luck so far. Before that I was using an older version of ODBC connector which Freeswitch was able to connect to however wasn&#8217;t able to make multi-line statements as they were not supported in that particular ODBC connector release, so I upgraded to mysql-connector-odbc-5.1.8 which solves the multi-line statement problem but now freeswitch is unable to connect to the db at startup heres what the console prints:<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>2010-11-24 08:46:26.006947 [INFO] switch_core_sqldb.c:1616 Opening DB<o:p></o:p></p><p class=MsoNormal>2010-11-24 08:46:26.011415 [CRIT] switch_odbc.c:210 The sql server is not responding for DSN fs [][188]<o:p></o:p></p><p class=MsoNormal>2010-11-24 08:46:26.011454 [INFO] switch_odbc.c:215 The connection has been re-established<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>&#8230; and this goes on and on for a while after which the process terminates.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Heres what my odbcinst and odbc files look like:<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Odbcinst.ini<o:p></o:p></p><p class=MsoNormal>Description&nbsp;&nbsp;&nbsp;&nbsp; = ODBC for MySQL<o:p></o:p></p><p class=MsoNormal>Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = /usr/lib64/libmyodbc5.so<o:p></o:p></p><p class=MsoNormal>Setup&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = /usr/lib64/libmyodbc3S.so<o:p></o:p></p><p class=MsoNormal>UsageCount&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 1<o:p></o:p></p><p class=MsoNormal>FileUsage&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 1<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Odbc.ini<o:p></o:p></p><p class=MsoNormal>[fs]<o:p></o:p></p><p class=MsoNormal>Driver&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = MySQL<o:p></o:p></p><p class=MsoNormal>SERVER&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 208.xx.xxx.xxx<o:p></o:p></p><p class=MsoNormal>USER&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = fsuser<o:p></o:p></p><p class=MsoNormal>PASSWORD&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = fsuser<o:p></o:p></p><p class=MsoNormal>DATABASE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = freeswitch<o:p></o:p></p><p class=MsoNormal>PORT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 3306<o:p></o:p></p><p class=MsoNormal>Option&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 67108864<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>I am on a 64 bit CentOS with FreeSWITCH Version 1.0.head (git-e828282 2010-11-24 06-07-21 +0000). MySQL Server version: 5.1.44-community MySQL Community Server (GPL).<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Thanks<o:p></o:p></p><p class=MsoNormal>Ahmed<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p></div></body></html>