blob: 8783f4e1c7d6fa7d894cba3aa9b138d0948e2ef4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $Id$
# 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 =
|