Installation error---help needed

A

Anonymous

Guest
Don't Install Linux again
just do this
run this command

>service mysqld status

if it shows .. not running ..
then run this command

>service mysqld start
>service mysqld restart

then run the mysql , mysqladmin

if not work then check whether rpm is installed

> rpm -q mysql

if it show mysql...... is installed
then it is ok
 
Back
Top