What is the correct description of each of these commands?

The following commands are available in the Linux binary distributions of Mysql:

—Mysqld
Mysqld_safe
Mysql.server
What is the correct description of each of these commands?

The following commands are available in the Linux binary distributions of Mysql:

—Mysqld
Mysqld_safe
Mysql.server
What is the correct description of each of these commands?

A.
Mysqld is the server.
Mysqld_safe is a shell script that invokes mysqld.
Mysql.server is a wrapper for mysql_safe.

B.
Mysqld is a shell script that starts mysql.server.
Mysqld_safe causes the server to start up in data recovery mode.
Mysql.server is the server.

C.
Mysqld is the server.
Mysqld_safe causes the server to start up in data recovery mode.
Mysql.server is a wrapper for mysqld_safe.

D.
Mysql, mysqld.safe, and mysql.server reside in different locations but are all symlinked to the
same script.

Explanation:



Leave a Reply 6

Your email address will not be published. Required fields are marked *


Sung Gyu Lee

Sung Gyu Lee

The correct answer is A

min

min

same question as 1z0-873. answer is A.

Bjorn

Bjorn

Or it is C ?
In A it says mysql_safe instead of mysqld_safe (or it is a typo)
B-D certainly wrong