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