How do you start MySQL on Linux?

Answers were Sorted based on User's Feedback



How do you start MySQL on Linux?..

Answer / dvtnarayana410

/etc/init.d/mysql start

Is This Answer Correct ?    17 Yes 0 No

How do you start MySQL on Linux?..

Answer / raj

/etc/init.d/mysqld start

Is This Answer Correct ?    10 Yes 0 No

How do you start MySQL on Linux?..

Answer / nivedita

/etc/init.d/mysql start

Is This Answer Correct ?    5 Yes 0 No

How do you start MySQL on Linux?..

Answer / mysqlpig

service mysqld start/stop in RHEL or CentOS

Is This Answer Correct ?    1 Yes 0 No

How do you start MySQL on Linux?..

Answer / aditya

mysql -u root -p

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More MySQL Interview Questions

How can we change the name and data type of a column of a table?

9 Answers   Google,


What is max connection in mysql?

0 Answers  


What are date and time intervals?

0 Answers  


How do I add a column to a table in mysql?

0 Answers  


Fname Lname City Pin ramesh kumar salem 365241 Query to generate a code having the firstletter of Fname,Lname & 3letter of city Last 3letter of pin,all in capital letters

3 Answers  






Where’s database data actually stored? Is there a way to see the files which are stored?

0 Answers  


How many rows can mysql hold?

0 Answers  


What is the difference between primary key and candidate key?

0 Answers  


How to represent ENUMs and SETs internally?

0 Answers  


Explain the storage engines in mysql?

0 Answers  


How to convert character strings to numeric values?

0 Answers  


what is the procedure to configure the application of mysql?

0 Answers  


Categories