Re: ERROR 2013 (HY000): Lost connection to MySQL server at 'reading authorization packet', system error: 95
Posted by: Peter Brawley
Date: April 05, 2022 09:50AM

That tells us your current MySQL instance found the MariaDB audit plugin and loaded it.

To find where it came from, try something like ...

rpm -qa --last | tac

or pass such output through grep.

For how to disable it--ie to discover if it is the cause of your issue---see https://mydbops.wordpress.com/2020/08/30/integrating-mariadb-audit-plugin-in-mysql-5-7-2/

Options: ReplyQuote


Subject
Written By
Posted
Re: ERROR 2013 (HY000): Lost connection to MySQL server at 'reading authorization packet', system error: 95
April 05, 2022 09:50AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.