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

What is longblob?

0 Answers  


How many columns can a mysql table have?

0 Answers  


What is datatype in mysql?

0 Answers  


How many columns can a table have?

0 Answers  


How to do login in mysql with unix shell.

0 Answers  






What is the difference Delete and Drop ?

6 Answers  


How to allow the user "sonia" to connect to the server from localhost using the password "passwd". Login as root. Switch to the mysql db. Give privs. Update privs.

0 Answers  


Transactions are used to treat sets of SQL statements atomically. State Whether True or False?

0 Answers  


What are triggers mysql?

0 Answers  


How would concatenate strings in mysql?

0 Answers  


What is difference mysql and mysqli?

0 Answers  


Is mysql free software?

0 Answers  


Categories