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:
Should be D.
D.
I think D too
D
https://dev.mysql.com/doc/refman/5.0/en/building-with-ssl-support.html
D