;; Fishlib - a collection of utilities for db-driven applications in PHP ;; Copyright (C) 2002 LTWD, LLC DBA The Madfish Group ;; ;; This library is free software; you can redistribute it and/or ;; modify it under the terms of the GNU Lesser General Public ;; License as published by the Free Software Foundation; either ;; version 2.1 of the License, or (at your option) any later version. ;; ;; This library is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ;; Lesser General Public License for more details. ;; ;; You should have received a copy of the GNU Lesser General Public ;; License along with this library; if not, write to the Free Software ;; Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ;; Sample dsn.ini file - these entries illustrate the syntax of this file. ;; copy this file to a file named 'dsn.ini' in the same directory ;; where you put fishdsn.class.php. Hint: this can be outside of the ;; web server document root, for increased security. Just be sure ;; to point to the right file in fishdb.class.php. [default] phptype = mysql database = test username = joeuser password = resueoj protocol = unix hostspec = localhost port = socket = /tmp/mysql.sock [guestbook] database = guestbook [guestbook2k] database = guestbook2k [survey] database = survey [discussion] database = discussion [netsloth] database = netsloth username = contentuser password = typetype protocol = unix hostspec = localhost port = socket = /tmp/mysql.sock2 [content] database = netsloth username = contentuser password = typetype protocol = unix hostspec = localhost port = socket = /tmp/mysql.sock2 [content_admin] database = netsloth username = contentdba password = editedit protocol = unix hostspec = localhost port = socket = /tmp/mysql.sock2 [catalog] database = catalog [tracking] database = tracking [cart] database = catalog [projects] database = projects