To install MySql I tried this after downloading the rpm package from the official website :
yum install MySQL-server-5.5.27-1.linux2.6.i386.rpm
Everything went fine and process was completed but now how do I start this RDMS ? I don't see any icon created in the application tab in fedora 16. I am not sure if everything went fine.
Even if I need to check that is it installed properly how do I check and if installed properly how do I start MySql ?
Edit :
- Output of
rpm -ql MySQL-server
--> package MySQL-server is not installed - Output of
service mysqld start
---> Redirecting to /bin/systemctl start mysqld.service
Note : I also used this : yum install mysql-server
and at the end got a success message : Installed:
mysql-server.i686 0:5.5.27-1.fc16