You attempt to connect to a Mysql Server by using the mysql program. However, you
receive the following notice: ERROR 2059 (HY000): Authentication plugin
‘mysql_clear_password’ connot be loaded: plugin not enabled What would you run to fix the
issue?
A.
The mysql client with the – enable-cleartext-plugin option
B.
The mysql_upgrade script
C.
The mysql_secure_installation script to update server security settings
D.
The mysql client with the – ignore-password-hashing option
E.
The install plugin command for the mysql_cleartext_password plugin
A
A