debug option
[email protected] (Don Cohen)
| Newsgroups | gmane.comp.db.mysql.odbc |
|---|---|
| Message-ID | <[email protected]> |
http://dev.mysql.com/doc/refman/5.0/en/myodbc-configuration-connection-parameters.html says that option value 4 means: Make a debug log in C:\myodbc.log on Windows, or /tmp/myodbc.log on Unix variants. My .odbc.ini file contains this [myodbc3novdon] Driver = /usr/local/.../libmyodbc3_r-3.51.23.so SERVER = 127.0.0.1 ; localhost PORT = 3307 USER = Password = Database = novdon option = 7 SOCKET = The fact that the connections use the right port, driver and database indicate that the stuff above is being read. But I see no /tmp/myodbc.log. Any ideas what I could be doing wrong? This is running in linux, the server is running 5.0.45 -- MySQL ODBC Mailing List For list archives: http://lists.mysql.com/myodbc To unsubscribe: http://lists.mysql.com/[email protected]