Ubuntu system establishes MySQL authenticated FTP user and virtual host extensions

Source: Internet
Author: User
Keywords Mysql ubuntu virtual host FTP virtual host
Tags aliyun apt create ftp host html http install

Ubuntu System establishes FTP virtual user and http://www.aliyun.com/zixun/aggregation/14840.html through MySQL database "> extension of virtual host

This is vsftpd.

sudo apt install vsftpd

To create a database for VSFTPD virtual users, this database is to store login FTP username and password, the database name called Vsftpd good.
Login Database Management

Mysql-u root-p

Create a database vsftpd and configure its permissions

CREATE DATABASE vsftpd;
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP on vsftpd.* to ' vsftpd ' @ ' localhost ' identified by ' ftpdpass ';
GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, DROP on vsftpd.* to ' vsftpd ' @ ' localhost.localdomain ' identified by ' Ftpdpass ' ;
FLUSH privileges;

For the above paragraph, notice to change the ftpdpass to your own password, altogether 2
Use the VSFTPD database and create a table
Use VSFTPD;

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.