Installing proftpd with MySQL support

On Ubuntu I installed proftpd and proftd-mysql packages.

I add the following tables and the proftpd user to mysql.

CREATE DATABASE `proftpd` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; — – Table structure for table ‘ftpgroup’ — CREATE TABLE ftpgroup ( groupname varchar(16) NOT NULL default ”, gid smallint(6) NOT NULL default ’5500′, members varchar(16) NOT . . . → Read More: Installing proftpd with MySQL support