MYSQL SETUP IN FC9
Steps to install and connect to MySql (type the following in terminal prompt)
1. yum install MySql-server
2. /sbin/chkconfig mysqld on
3. /sbin/service mysqld start
4. mysqladmin -u root `newpassword`
5. mysql -u root -p or mysql
6. enter newpassword
Now you will get mysql> prompt
7. Finally we can stop service by this command
8. /sbin/service mysqld stop
Bye, Have a nice time
Jami.
No comments:
Post a Comment