Problems on BAM2.0 installation

I have met some problems in BAM 2.0 installation. I had succesfully install BAM 2.0 on my RedHat Linux Enterprise Server 3.0. There was no error in installation. After that on page 65, Appendix B MySQL Database suppot of Canopy Bandwidth and Authentification Manager (BAM) User Guide. In this guide written
Open and edit file odbcinst.ini in /usr/local/etc/odbcinst.ini

[MySQL]
Description=ODBC for MySQL
Driver=/usr/lib/libmysqlodbc3_r.so
FileUsage=1


I did it and after that type following command:

odbcinst -i -d -f /usr/local/etc/odbcinst.ini

and get result:

odbcinst: Driver installed. Usage count increased to 2.
Target directory is /usr/local/etc


After that I opened and edit another file odbc.ini located in same directory

[mysql]
Description=MySQL for canopy
Driver=MySQL
Trace=Yes
TraceFile=/tmp/sql.log
User=canopy
Server=localhost
Port=
Socket=/var/lib/mysql/mysql.sock
Database=04004SSE


and typing command:

odbcinst -i -s -f /usr/local/etc/odbc.ini

and get no response. Nothing work/ What is the problem? What I did wrong?

generally no response is good in linux, it means it worked right.

mattmann72 wrote:
generally no response is good in linux, it means it worked right.

I know that it is good to get no response to last command, but unfortunatelly next command isql doesn't work.