PureftpdIt is a fast, high-quality, and fully functional ftp server. The most important thing is that it supports setting the Default Client encoding. Pureftpd is very powerful and useful, here we will introduce the setting methods of MYSQLServer and MYSQLUser ftp.
1. MYSQLServer 127.0.0.1
# IP address of the MYSQL server
MYSQLPort 3306
# MYSQL port number
MYSQLSocket/var/lib/mysql. sock
# Use UNIX. sock for local connection
Note: select either MYSQLServer or MYSQLSocket.
Ii. MYSQLUser ftp
# MYSQLUser data Username
MYSQLPassword 123456
# MYSQL Database User Password
MYSQLDatabase ftpusers
# FTP data database
MYSQLCrypt md5
# Password encryption methods: "cleartext", "crypt", "md5" and "password"
Through the analysis and introduction of this article, we have learned how to set MYSQLServer and MYSQLUser ftp. I hope this will be useful to you!