[iyunv@localhost ~]# yum install mysql mysql-server
Loaded plugins: fastestmirror, refresh-packagekit
Loading mirror speeds from cached hostfile
* base: mirrors.163.com
* extras: mirrors.163.com
* updates: mirrors.163.com
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package mysql.i686 0:5.1.61-1.el6_2.1 set to be updated
--> Processing Dependency: mysql-libs = 5.1.61-1.el6_2.1 for package: mysql-5.1.61-1.el6_2.1.i686
---> Package mysql-server.i686 0:5.1.61-1.el6_2.1 set to be updated
--> Processing Dependency: perl-DBD-MySQL for package: mysql-server-5.1.61-1.el6_2.1.i686
--> Processing Dependency: perl(DBI) for package: mysql-server-5.1.61-1.el6_2.1.i686
--> Processing Dependency: perl-DBI for package: mysql-server-5.1.61-1.el6_2.1.i686
--> Running transaction check
---> Package mysql-libs.i686 0:5.1.61-1.el6_2.1 set to be updated
---> Package perl-DBD-MySQL.i686 0:4.013-3.el6 set to be updated
---> Package perl-DBI.i686 0:1.609-4.el6 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
mysql i686 5.1.61-1.el6_2.1 updates 891 k
mysql-server i686 5.1.61-1.el6_2.1 updates 8.3 M
Installing for dependencies:
perl-DBD-MySQL i686 4.013-3.el6 base 134 k
perl-DBI i686 1.609-4.el6 base 705 k
Updating for dependencies:
mysql-libs i686 5.1.61-1.el6_2.1 updates 1.2 M
Transaction Summary
================================================================================
Install 4 Package(s)
Upgrade 1 Package(s)
Total download size: 11 M
Is this ok [y/N]: y
Downloading Packages:
(1/5): mysql-5.1.61-1.el6_2.1.i686.rpm | 891 kB 00:05
(2/5): mysql-libs-5.1.61-1.el6_2.1.i686.rpm | 1.2 MB 00:08
(3/5): mysql-server-5.1.61-1.el6_2.1.i686.rpm | 8.3 MB 00:55
(4/5): perl-DBD-MySQL-4.013-3.el6.i686.rpm | 134 kB 00:00
(5/5): perl-DBI-1.609-4.el6.i686.rpm | 705 kB 00:04
--------------------------------------------------------------------------------
Total 146 kB/s | 11 MB 01:18
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Warning: RPMDB altered outside of yum.
Updating : mysql-libs-5.1.61-1.el6_2.1.i686 1/6
Installing : perl-DBI-1.609-4.el6.i686 2/6
Installing : perl-DBD-MySQL-4.013-3.el6.i686 3/6
Installing : mysql-5.1.61-1.el6_2.1.i686 4/6
Installing : mysql-server-5.1.61-1.el6_2.1.i686 5/6
Cleanup : mysql-libs-5.1.47-4.el6.i686 6/6
Installed:
mysql.i686 0:5.1.61-1.el6_2.1 mysql-server.i686 0:5.1.61-1.el6_2.1
Dependency Installed:
perl-DBD-MySQL.i686 0:4.013-3.el6 perl-DBI.i686 0:1.609-4.el6
Dependency Updated:
mysql-libs.i686 0:5.1.61-1.el6_2.1
Complete!
[iyunv@localhost ~]#
[iyunv@localhost ~]# chkconfig --levels 235 mysqld on
[iyunv@localhost ~]# /etc/init.d/mysqld start
初始化 MySQL 数据库: Installing MySQL system tables...
OK
Filling help tables...
OK
To start mysqld at boot time you have to copy
support-files/mysql.server to the right place for your system
PLEASE REMEMBER TO SET A PASSWORD FOR THE MySQL root USER !
To do so, start the server, then issue the following commands:
/usr/bin/mysqladmin -u root password 'new-password'
/usr/bin/mysqladmin -u root -h localhost.localdomain password 'new-password'
Alternatively you can run:
/usr/bin/mysql_secure_installation
which will also give you the option of removing the test
databases and anonymous user created by default. This is
strongly recommended for production servers.
See the manual for more instructions.
You can start the MySQL daemon with:
cd /usr ; /usr/bin/mysqld_safe &
You can test the MySQL daemon with mysql-test-run.pl
cd /usr/mysql-test ; perl mysql-test-run.pl
Please report any problems with the /usr/bin/mysqlbug script!
[确定]
正在启动 mysqld: [确定]
[iyunv@localhost ~]#
[iyunv@localhost ~]# mysql_secure_installation
NOTE: RUNNING ALL PARTS OF THIS SCRIPT IS RECOMMENDED FOR ALL MySQL
SERVERS IN PRODUCTION USE! PLEASE READ EACH STEP CAREFULLY!
In order to log into MySQL to secure it, we'll need the current
password for the root user. If you've just installed MySQL, and
you haven't set the root password yet, the password will be blank,
so you should just press enter here.
Enter current password for root (enter for none):
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
Enter current password for root (enter for none):
OK, successfully used password, moving on...
Setting the root password ensures that nobody can log into the MySQL
root user without the proper authorisation.
Set root password? [Y/n]
New password:
Re-enter new password:
Password updated successfully!
Reloading privilege tables..
... Success!
By default, a MySQL installation has an anonymous user, allowing anyone
to log into MySQL without having to have a user account created for
them. This is intended only for testing, and to make the installation
go a bit smoother. You should remove them before moving into a
production environment.
Remove anonymous users? [Y/n]
... Success!
Normally, root should only be allowed to connect from 'localhost'. This
ensures that someone cannot guess at the root password from the network.
Disallow root login remotely? [Y/n]
... Success!
By default, MySQL comes with a database named 'test' that anyone can
access. This is also intended only for testing, and should be removed
before moving into a production environment.
Remove test database and access to it? [Y/n]
- Dropping test database...
... Success!
- Removing privileges on test database...
... Success!
Reloading the privilege tables will ensure that all changes made so far
will take effect immediately.
Reload privilege tables now? [Y/n]
... Success!
Cleaning up...
All done! If you've completed all of the above steps, your MySQL
installation should now be secure.
Thanks for using MySQL!
[iyunv@localhost ~]#
[iyunv@localhost ~]# yum install -y httpd
Loaded plugins: fastestmirror, refresh-packagekit
Loading mirror speeds from cached hostfile
* base: mirrors.163.com
* extras: mirrors.163.com
* updates: mirrors.163.com
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package httpd.i686 0:2.2.15-15.el6.centos.1 set to be updated
--> Processing Dependency: httpd-tools = 2.2.15-15.el6.centos.1 for package: httpd-2.2.15-15.el6.centos.1.i686
--> Running transaction check
---> Package httpd-tools.i686 0:2.2.15-15.el6.centos.1 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
=========================================================================================
Package Arch Version Repository Size
=========================================================================================
Updating:
httpd i686 2.2.15-15.el6.centos.1 updates 819 k
Updating for dependencies:
httpd-tools i686 2.2.15-15.el6.centos.1 updates 70 k
Transaction Summary
=========================================================================================
Install 0 Package(s)
Upgrade 2 Package(s)
Total download size: 890 k
Downloading Packages:
(1/2): httpd-2.2.15-15.el6.centos.1.i686.rpm | 819 kB 00:05
(2/2): httpd-tools-2.2.15-15.el6.centos.1.i686.rpm | 70 kB 00:00
-----------------------------------------------------------------------------------------
Total 84 kB/s | 890 kB 00:10
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Updating : httpd-tools-2.2.15-15.el6.centos.1.i686 1/4
Updating : httpd-2.2.15-15.el6.centos.1.i686 2/4
Cleanup : httpd-2.2.15-5.el6.centos.i686 3/4
Cleanup : httpd-tools-2.2.15-5.el6.centos.i686 4/4
Updated:
httpd.i686 0:2.2.15-15.el6.centos.1
Dependency Updated:
httpd-tools.i686 0:2.2.15-15.el6.centos.1
Complete!
[iyunv@localhost ~]#