How to see MySql service is running or not using linux command

0 votes

How to see MySql service is running or not using linux command?

Apr 15, 2019 in Big Data Hadoop by pavitra
1,967 views

2 answers to this question.

0 votes

This is the command you can use to see you MySql is working or not:

sudo service mysqld start
 I hope it will work.

answered Apr 15, 2019 by Gitika
• 65,910 points
0 votes

Hi,

You can simply run the following commands and check weather the service is running or not.

1. To start the service

$ systemctl start mysqld.service

2. To check the service status

$ systemctl status mysqld.service

3. To make permanent activated

$ systemctl enable mysqld.service

Hope this will clear your doubt.

Thank You

answered Jan 21, 2020 by anonymous

Related Questions In Big Data Hadoop

0 votes
1 answer

How to write examples to test whether the installation is validated or not?

You have some example jars in your ...READ MORE

answered Sep 5, 2018 in Big Data Hadoop by Frankie
• 9,830 points
492 views
0 votes
11 answers
0 votes
1 answer

Why am I not able to see the Hadoop daemons that are running?

I guess you are starting the services ...READ MORE

answered Apr 18, 2018 in Big Data Hadoop by Shubham
• 13,490 points
797 views
0 votes
2 answers

Hadoop is not able to find jps command

jps is actually not a command of ...READ MORE

answered Apr 18, 2018 in Big Data Hadoop by Shubham
• 13,490 points
14,112 views
0 votes
1 answer
0 votes
1 answer

Is there any way to load data from MySql to HDFS?

The generic command i.e used to import ...READ MORE

answered Apr 10, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
3,331 views
0 votes
1 answer

How to move data from Oracle database to Hadoop?

Yes, you heard it correctly. Apache Sqoop is ...READ MORE

answered Apr 12, 2018 in Big Data Hadoop by nitinrawat895
• 11,380 points
6,826 views
+1 vote
2 answers

Hadoop 3 compatibility with older versions of Hive, Pig, Sqoop and Spark

Hadoop 3 is not widely used in ...READ MORE

answered Apr 20, 2018 in Apache Spark by kurt_cobain
• 9,390 points
5,470 views
0 votes
1 answer

How to see a running workflow, coordinate or bundle of job in Oozie?

Hey, You can use this example to see, $ ...READ MORE

answered Jun 18, 2019 in Big Data Hadoop by Gitika
• 65,910 points
703 views
0 votes
1 answer

How to check the directory is present in shell script or not?

Hi, To check the directory is present in ...READ MORE

answered Jun 25, 2019 in Big Data Hadoop by Gitika
• 65,910 points
501 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP