summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/myodbc/files/odbc.ini.m4')
-rw-r--r--dev-db/myodbc/files/odbc.ini.m417
1 files changed, 0 insertions, 17 deletions
diff --git a/dev-db/myodbc/files/odbc.ini.m4 b/dev-db/myodbc/files/odbc.ini.m4
deleted file mode 100644
index 4255730..0000000
--- a/dev-db/myodbc/files/odbc.ini.m4
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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 =