Ik heb nu eindelijk Pure-ftp met Mysql kunnen installeren (zie mijn vorige topic). Maar nu moet het nog gaan werken. Als ik pure-ftpd wil starten dan type ik:
[quote]/usr/local/sbin/pure-ftpd -l mysql:/usr/local/pureftpd-mysql.conf &[quote]
Dan krijg ik de error:
Wat is hier fout aan?
edit:
Het opstarten wil nu wel, maar via ftp inloggen wil niet. De error is steed:
[quote]/usr/local/sbin/pure-ftpd -l mysql:/usr/local/pureftpd-mysql.conf &[quote]
Dan krijg ik de error:
En dan mijn configuratie bestand voor mysql:421 Configuratie fout: Ongeldig SQL configuratie bestand: /usr/local/pureftpd-mysql.conf
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| # PureFTPd MySQL configuration MYSQLServer localhost MYSQLPort 3306 MYSQLSocket /tmp/mysql.sock MYSQLUser ftpd MYSQLPassword ****** MYSQLDatabase pureftpd MYSQLCrypt md5() MYSQLGetPW SELECT Password FROM users WHERE User="\L" MYSQLGetUID SELECT Uid FROM users WHERE User="\L" MYSQLGetGID SELECT Gid FROM users WHERE User="\L" MYSQLGetDir SELECT Dir FROM users WHERE User="\L" #MySQLGetQTAFS SELECT QuotaFiles FROM users WHERE User="\L" MySQLGetQTASZ SELECT QuotaSize FROM users WHERE User="\L" |
Wat is hier fout aan?
edit:
Het opstarten wil nu wel, maar via ftp inloggen wil niet. De error is steed:
Sorry, autorisatie is mislukt
[ Voor 19% gewijzigd door Verwijderd op 12-07-2004 14:12 ]