www.evidhyashala.com provides free free mock test , free online exam , online exam free test series , online exam free , Online Test Exam Series , free exam papers past papers , online exam form ,Online Test Series for Exam Prep. Free Mock Tests - for All govt jobs. Bank PO, Clerk, SSC CGL, CHSL, JE, GATE, Insurance, Railways, IBPS RRB, SBI, RBI, IPPB, BSNL TTA

Sponser Link

know more info pls click here

How to Install MySQL And Apache/PHP on Centos-mysql04032012

We can install MySQL and Apache/PHP (Apache and PHP are needed by phpMyAdmin) with a single command:

yum install mysql mysql-server httpd php php-mysql php-mbstring

Then we create the system startup links for MySQL and Apache (so that both start automatically whenever the system boots) and start both services:

chkconfig –levels 235 mysqld on
/etc/init.d/mysqld start

chkconfig –levels 235 httpd on
/etc/init.d/httpd start

Create a password for the MySQL user root (replace yourrootsqlpassword with the password you want to use):

mysqladmin -u root password yourrootsqlpassword
mysqladmin -h server1.example.com -u root password yourrootsqlpassword

0 comments:

Popular Posts