From owner-freebsd-questions@FreeBSD.ORG Wed Feb 14 23:01:26 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6FB0B16A407 for ; Wed, 14 Feb 2007 23:01:26 +0000 (UTC) (envelope-from perikillo@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.191]) by mx1.freebsd.org (Postfix) with ESMTP id 020F913C46B for ; Wed, 14 Feb 2007 23:01:25 +0000 (UTC) (envelope-from perikillo@gmail.com) Received: by nf-out-0910.google.com with SMTP id m19so896859nfc for ; Wed, 14 Feb 2007 15:01:24 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=jNhQ13MBJtnU1n2CdV4NFcmu7l2XqhKD6+o+9581nb2eF8ZfPj4bHtauH+g5UW0NCxHkt3b3mf8QNhZBqebMPKI72RORWxJbXU8XslmNQoe1/i4sN1yuRADHzmueThWy2hcU4BJy+4xUt7PAOcwoBAuEsyVC+jGK7fHFS3EXjro= Received: by 10.82.154.2 with SMTP id b2mr1725338bue.1171493421893; Wed, 14 Feb 2007 14:50:21 -0800 (PST) Received: by 10.82.178.9 with HTTP; Wed, 14 Feb 2007 14:50:21 -0800 (PST) Message-ID: <51d7a5160702141450k4d448379i8238ccb542838e24@mail.gmail.com> Date: Wed, 14 Feb 2007 14:50:21 -0800 From: perikillo To: "FreeBSD Mailing List" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Pure-ftpd with Mysql, where is the database? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Feb 2007 23:01:26 -0000 Hi people. I'm testing pure-ftpd from FreeBSD 6.2, i want to test with MySQL 4.1which already is running, i read the docs from the site but didn't see anything about how pure-ftp authenticated users from Mysql. My both servers are running but, where is the PureFTPD database inf MySQL? Reading some linux manuals a see that they created the database manually, is the same process? or we have already some database? Thanks all for your time!!!