What is the cause of the error?

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?

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?

A.
The — ssl level was not specified.

B.
The server was not started with the – enable–ssl-plugin option.

C.
— ssl is not a valid server option.

D.
The mysqld binary was not compiled with SSL support.

E.
The server’s SSL certificate was invalid.

Explanation:



Leave a Reply 5

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


wolfsrudel

wolfsrudel

Should be D.

vasben

vasben

I think D too