September 2015
M T W T F S S
 123456
78910111213
14151617181920
21222324252627
282930  

Categories

September 2015
M T W T F S S
 123456
78910111213
14151617181920
21222324252627
282930  

CentOS6.7 use MySQL under vsftpd verification

CentOS6.7 use MySQL under vsftpd verification A .MySQL installation and configuration 1. Use the yum install MySQL [root@db1 ~]# yum -y install mysql mysql-server mysql-devel 2. Start MySQL service and modify the MySQL administrator password [root@db1 ~]# service mysqld start [root@db1 ~]# /usr/bin/mysqladmin -u root password ‘test123’ 3. Create a MySQL database and verify […]