树莓派-安装mysql

1. apt-get install mysql-server  出现mismatch错误

下载 libmysqlclient18_5.5.57-0+deb8u1_armhf.deb  并安装

http://mirrors.ustc.edu.cn/raspbian/raspbian/pool/main/m/mysql-5.5/libmysqlclient18_5.5.57-0+deb8u1_armhf.deb

2. 安装 apt-get install mysql-server && apt-get install python-mysqldb

成功安装

原文地址:https://www.cnblogs.com/liyugeng/p/7881329.html