Re: ERROR 2013 (HY000): Lost connection to MySQL server at 'reading authorization packet', system error: 95
Posted by: Shane Furlong
Date: April 05, 2022 07:51AM

Peter, I dropped back to vers 5.7.36. Same error messages.

Here is where I downloaded the RPM files:

downloads.mysql.com/archives/community/

mysql-5.7.36-1.el7.x86_64.rpm-bundle.tar

Here at the lines from /var/log/mysqld.log when I started the 5.7.36 mysqld process:
2022-04-05T13:38:58.289286Z 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
2022-04-05T13:38:58.289559Z 0 [Note] Plugin 'FEDERATED' is disabled.
2022-04-05T13:38:58.292358Z 0 [Note] InnoDB: Buffer pool(s) load completed at 220405 9:38:58
220405 9:38:58 server_audit: MariaDB Audit Plugin version 1.4.0 STARTED.
2022-04-05T13:38:58.303926Z 0 [Note] Found ca.pem, server-cert.pem and server-key.pem in data directory. Trying to enable SSL support using them.
2022-04-05T13:38:58.303987Z 0 [Note] Skipping generation of SSL certificates as certificate files are present in data directory.
2022-04-05T13:38:58.304017Z 0 [Warning] A deprecated TLS version TLSv1 is enabled. Please use TLSv1.2 or higher.
2022-04-05T13:38:58.304032Z 0 [Warning] A deprecated TLS version TLSv1.1 is enabled. Please use TLSv1.2 or higher.
2022-04-05T13:38:58.306240Z 0 [Warning] CA certificate ca.pem is self signed.
2022-04-05T13:38:58.306428Z 0 [Note] Skipping generation of RSA key pair as key files are present in data directory.
2022-04-05T13:38:58.308245Z 0 [Note] Server hostname (bind-address): '*'; port: 3306
2022-04-05T13:38:58.308355Z 0 [Note] IPv6 is available
2022-04-05T13:38:58.308390Z 0 [Note] - '::' resolves to '::';
2022-04-05T13:38:58.308435Z 0 [Note] Server socket created on IP: '::'.
2022-04-05T13:38:58.330750Z 0 [Note] Event Scheduler: Loaded 0 events
2022-04-05T13:38:58.331120Z 0 [Note] /usr/sbin/mysqld: ready for connections.

Notice the MariaDB Audit Plugin at 9:38:58

And when I try to login to mysql:

[furlongse@lxsandbox2:/home/furlongse/5_7_36]$ view /var/log/mysqld.log
[furlongse@lxsandbox2:/home/furlongse/5_7_36]$ mysql -ufurlongs -p
Enter password:
ERROR 2013 (HY000): Lost connection to MySQL server at 'reading authorization packet', system error: 95
[furlongse@lxsandbox2:/home/furlongse/5_7_36]$

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 07:51AM


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.