Intellipaat Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Linux by (18.4k points)
edited by

I downloaded the following RPM files

MySQL-client-5.6.14-1.el6.x86_64.rpm

MySQL-server-5.6.14-1.el6.x86_64.rpm

MySQL-shared-5.6.14-1.el6.x86_64.rpm

And then I have installed it as

rpm -ivh MySQL-client-5.6.14-1.el6.x86_64.rpm

rpm -ivh MySQL-server-5.6.14-1.el6.x86_64.rpm

rpm -ivh MySQL-shared-5.6.14-1.el6.x86_64.rpm

Later I typed the following command I get an error:

service mysql start

mysql: unrecognized service

I need to start MYSQL. How can I do it?

Note: Server is Linux

I get the following error:

file /usr/share/mysql/charsets/swe7.xml from install of MySQL-server-5.6.14-1.el6.x86_64 conflicts with file from package mysql-libs-5.1.71-1.el6.x86_64

1 Answer

0 votes
by (36.8k points)
edited by

Try to find mysqld by command which mysqld

It should be somewhere in 

/usr/sbin/.

If you have successfully found it, then try to run by executing ex. 

/usr/sbin/mysqld. 

If you have not found the mysqld, then try to install mysql using yum.

Want to be a Linux expert? Come and join this Linux course

Related questions

0 votes
1 answer
asked Dec 16, 2020 in Linux by blackindya (18.4k points)
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Browse Categories

...