報錯信息:
Lost connection to MySQL server at 'reading authorization packet', system error: 34
解決方案:
use mysql; set global connect_timeout=60; flush privileges;
參考:
https://blog.csdn.net/donglynn/article/details/37668873
原文鏈接:
https://www.cnblogs.com/poterliu/p/11850786.html