1
edit
Changes
no edit summary
===Instruction===
#Login as root user
#Install the MySQL server: <b><code><font color=green >yum mysql-server</font></code></b>
#Configure the MySQL server to start when the Fedora is booted: chkconfig mysqld on
#Start the MySQL server: service mysqld start