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 do I copy a table in mysql workbench?

0 Answers  


What is the difference between BLOB AND TEXT?

0 Answers  


How to get a list of columns in an existing table?

0 Answers  


How to get the current date in mysql?

0 Answers  


how you will show all records not containing the name "sonia" and the phone number '9876543210' order by the phone_number field.

0 Answers  


What is the difference between heap table and temporary table?

0 Answers  


How do you rename a procedure in mysql?

0 Answers  


What are views in mysql?

0 Answers  


What is ISAM?

0 Answers  


how we will Show selected records sorted in an ascending (asc) or descending (desc).

0 Answers  


What is blob and text in mysql?

0 Answers  


what is the default port for mysql server? : Mysql dba

0 Answers  


Categories