Hello:
I use a Plesk 12.5.30
Testing SSL vulnerability I see that I have Poodle and Beast vulnerability.
For Poodle fix, I followed step by step the KB http://kb.odin.com/en/123160
But at the point of MySQL fix
It shows the following syntax error:
Do you know what is the correct syntax code?
---
About Beast vulnerability do you know if there is a publick KB article to follow and fix it for Plesk 12.5.X
regards
I use a Plesk 12.5.30
Testing SSL vulnerability I see that I have Poodle and Beast vulnerability.
For Poodle fix, I followed step by step the KB http://kb.odin.com/en/123160
But at the point of MySQL fix
For all sites in Plesk 12.0 for Linux:
# mysqldump -uadmin -p`cat /etc/psa/.psa.shadow` psa > psa_backup.sql
# mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa
mysql> insert into misc values('disablesslv3', 'true');
It shows the following syntax error:
Code:
MariaDB [psa]> mysql> insert into misc values('disablesslv3', 'true');
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'mysql> insert into misc values('disablesslv3', 'true')' at line 1
Do you know what is the correct syntax code?
---
About Beast vulnerability do you know if there is a publick KB article to follow and fix it for Plesk 12.5.X
regards