基于Alpine的mysql Docker镜像

来自linux中国网wiki
Evan讨论 | 贡献2021年8月18日 (三) 08:47的版本 →‎trouble shooting
跳到导航 跳到搜索

==


see also

trouble shooting

 van@myxps:~$ mysql -uroot -p -h127.0.0.1 
Enter password: 
ERROR 2013 (HY000): Lost connection to MySQL server at 'handshake: reading initial communication packet', system error: 11


解决办法 注释掉这行  skip-networking      跳过TCP/IP连接
cat /etc/my.cnf.d/mariadb-server.cnf

[mysqld]
#skip-networking





Lost connection to MySQL server at 'reading initial communication packet', system error: 0