Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Mar 2010 11:28:49 +0700
From:      "m.anis" <m.anis@arc.itb.ac.id>
To:        freebsd-questions@freebsd.org
Subject:   pure-ftpd with mysql authentication
Message-ID:  <4BB02C81.9090802@arc.itb.ac.id>

next in thread | raw e-mail | index | archive | help
Hi all,
I have problem with my pure-ftpd with mysql auth
I don't know where the error
I look on the database with phpmyadmin, and everything goes well

here my config:
pureftpd-mysql.conf

/MYSQLSocket      /tmp/mysql.sock
MYSQLServer     localhost
MYSQLPort       3306
MYSQLUser <mysqluser>
MYSQLPassword <mysqlpass>
MYSQLDatabase <mysqldb>

/////

pure-ftpd.conf

[...]
ChrootEveryone              yes
[...]
MySQLConfigFile               /usr/local/etc/pure-ftpd/pureftpd-mysql.conf
[...]
CreateHomeDir               yes
[...]

Thank for your help.

-- 
--
Best regards
Muhammad Anis




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4BB02C81.9090802>