Monday, December 10, 2012

Installing MySQL on Fedora 15

Make sure you have a Internet connection (which you do if you're looking at this).

Then just follow these steps.
Navigate to the root.  

cd /

Then do damage.

su #for root login, enter password when prompted
yum install mysql-server
service mysqld start
mysqladmin -u root password PASSWORD_HERE
yum install phpmyadmin

su #for root login, enter password when prompted
service mysqld restart

No comments:

Post a Comment