Q1 Single choice Flag Which of the following list the difference between mysqld, mysqld_safe and mysql.server respectively? A mysqld is the server; mysqld_safe is a shell script that invokes mysqld; mysql.server is a wrapper formysqld_safe. B mysqld is a shell script that starts mysql.server; mysqld_safe is a shell script that invokes the server insafe mode; mysql.server is the server. C mysqld is the server; mysqld_safe is a shell script that invokes mysqld in safe mode, and mysql.serveris a wrapper for mysqld_safe. D Nothing. They are symbloic links to the same file. Correct answer