nerdexam
Oracle

1Z0-883 · Question #40

You are attempting to secure a MySQL server by using SSL encryption. On starting MySQL, you get this error: 130123 10:38:02 [ERROR] mysqld: unknown option `--ssl' What is the cause of the error?

The correct answer is D. The mysqld binary was not compiled with SSL support. See the full explanation below for the reasoning.

Question

You are attempting to secure a MySQL server by using SSL encryption. On starting MySQL, you get this error:

130123 10:38:02 [ERROR] mysqld: unknown option `--ssl' What is the cause of the error?

Options

  • AThe --- ssl level was not specified.
  • BThe server was not started with the ?enable--ssl-plugin option.
  • C-- ssl is not a valid server option.
  • DThe mysqld binary was not compiled with SSL support.
  • EThe server's SSL certificate was invalid.

How the community answered

(45 responses)
  • A
    9% (4)
  • B
    2% (1)
  • C
    4% (2)
  • D
    82% (37)
  • E
    2% (1)

Community Discussion

No community discussion yet for this question.

Full 1Z0-883 Practice