1、安装 MySQL 首先来进行 MySQL 的安装。打开超级终端,输入: # yum install mysql mysql-server 安装完毕,让 MySQL 能够随系统自动启动: # chkconfig --levels 235 mysqld on # /etc……