blob: d80dddbb50b0b9153a3a307ba20c2fa465dbd429 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $Header: /var/cvsroot/gentoo-x86/dev-db/myodbc/files/odbc.ini.m4,v 1.2 2004/07/18 02:46:19 dragonheart Exp $
# 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 =
|