You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-db/myodbc/files/odbc.ini.m4

18 lines
406 B

# vim:ts=4 noexpandtab ft=dosini:
#
[ODBC Data Sources]
__PN__-test = MySQL ODBC __PF__ Driver Testing DSN
# see http://www.mysql.com/products/myodbc/faq_toc.html
# for details about the following entry
[__PN__-test]
Description = MySQL ODBC __PF__ Driver Testing DSN
Driver = __PN__
Socket = /var/run/mysqld/mysqld.sock
Server = localhost
User = root
Database = test
Option = 3
#Port =
#Password =