Vsftpd+pam+mysql steps to implement FTP construction

Source: Internet
Author: User
Tags ftp mysql database

First, the installation of the required procedures

1, the prior installation of the development environment and MySQL database;

First, configure the Yum Server.repo file

[Root@localhost yum.repos.d]# cd     
[root@localhost ~]# mkdir/mnt/cdrom     
[root@localhost ~]# /cdrom/     
//Top is mount mirror for use with Yum     
[root@localhost ~]# cd/etc/yum.repos.d/     
[root@localhost yum.repos.d]# vim Server.repo     
//Add content     
[base]     
name=instructor Server Repository     
baseurl=file:///mnt/cdrom/server// The mirrors here are locally mounted     
gpgcheck=0    
          
[root@localhost ~]# yum-y Install mysql-server mysql-devel     
[root@localhost ~]# Service mysqld start     
[root@localhost ~]# yum-y groupinstall "Development Tools" "Development Libraries"

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.