Installing,Starting Service & Setting root password of My Sql
First set Yum repository of MySQL
then install it by using following command
yum -y install mysql-server mysql
or
yum -y install mysql*
Starting MySQL Server:-
Execute Following Command:-
chkconfig mysqld on
/etc/init.d/mysqld start or service mysqld restart
Setting Up root Password:-
mysqladmin -u root password NEWPASSWORD
Testing MySQL Connectivity
mysql -u root -p.
Enjoy
You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.



















[...] Click on Below link to Continue Reading at Ask4 IT Solutions ( IT Solutions Provider India) Click on this link to continue reading :- http://blog.ask4itsolutions.com/2009/01/02/installingstarting-setting-root-password-of-my-sql/ [...]