Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 10.0, 10.1
-
Component/s: SSL
-
Labels:None
Description
MariaDB [(none)]> show status like 'Ssl_cipher'; |
+---------------+---------------------------+ |
| Variable_name | Value |
|
+---------------+---------------------------+ |
| Ssl_cipher | DHE-RSA-AES256-GCM-SHA384 |
|
+---------------+---------------------------+ |
1 row in set (0.01 sec) |
|
MariaDB [(none)]> select aes_decrypt('MySQL','adf'); |
+----------------------------+ |
| aes_decrypt('MySQL','adf') | |
+----------------------------+ |
| NULL | |
+----------------------------+ |
1 row in set (0.00 sec) |
|
MariaDB [(none)]> select aes_decrypt('MySQL','adf'); |
ERROR 2013 (HY000): Lost connection to MySQL server during query |