houlichao 发表于 2016-5-5 11:18:30

树莓派怎么安装mysql

我输入sudo apt-get install mysql-server 后显示错误
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package mysql-server is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'mysql-server' has no installation candidate

AlanWei 发表于 2016-5-6 12:03:31

试试 Maria DB,貌似速度比MySQL快不少!

apt-get install mariadb-service

houlichao 发表于 2016-5-6 20:04:13

AlanWei 发表于 2016-5-6 12:03
试试 Maria DB,貌似速度比MySQL快不少!

apt-get install mariadb-service

好吧我试试
页: [1]
查看完整版本: 树莓派怎么安装mysql