LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Learning linux (https://www.linuxquestions.org/questions/linux-newbie-8/learning-linux-803207/)

ym_chaitu 04-21-2010 12:46 AM

Learning linux
 
Hai
I am new to the linux OS.I am using the cent os 5.4 I have two questions with me now.
one is that where will i get a nice documentation of the linux
and second one is that i want to start my mysqld service.
when i run the service mysqld status it shows something like this
mysqld: unrecognized service

but when i navigate to the /usr/local/src and try to install the latest mysql rpm file it is giving an error.
file /usr/bin/mysql from install of newmysql conflicts with the file from package oldmysql

what could be the problem.
Please help

chrism01 04-21-2010 01:07 AM

1. http://www.linuxtopia.org/online_boo...ion/index.html
2. Run the following cmds as the root user(!)

service mysqld status
rpm -qa |grep mysql
chkconfig --list mysqld

and post the results

linuxlover.chaitanya 04-21-2010 01:15 AM

Another place to start off is tldp.org/.
For mysql issue, there is a chance it has not been installed. the rpm command Chris gave will tell if mysql is installed.

ym_chaitu 04-21-2010 01:51 AM

Quote:

Originally Posted by chrism01 (Post 3942244)
1. http://www.linuxtopia.org/online_boo...ion/index.html
2. Run the following cmds as the root user(!)

service mysqld status
rpm -qa |grep mysql
chkconfig --list mysqld

and post the results


for the first one it gives some thing like this
mysqld: unrecognized service

for the second one it gives as
mysql-5.0.77-3.e15

and for the third one it gives as
error reading information on service mysqld: No such file or directory

linuxlover.chaitanya 04-21-2010 03:39 AM

You will also need to install mysql-server to run mysql daemon and server. This package should be available in the repositories as well as the distribution media.

MTK358 04-21-2010 06:36 AM

See the tutorials in my signature.


All times are GMT -5. The time now is 10:39 AM.