韌館-LearnHouse

Archive for 26 10 月, 2017

[Raspberry Pi 3] Ubuntu-mate 16.04 Apache, PHP 7和MySQL安裝

當初買樹梅派就是想要架一台小型不占空間,又省電的一台Server
首要工作就是把我的Blog移回來自己管理,所以LAMP(Linux, Apache, MySQL, PHP)是必要的

安裝MySQL

#apt-get -y install mysql-server mysql-client
下列的額外套件將被安裝:
libaio1 libcgi-fast-perl libcgi-pm-perl libevent-core-2.0-5 libfcgi-perl libhtml-template-perl linux-firmware mysql-client-5.7 mysql-client-core-5.7 mysql-common mysql-server-5.7
mysql-server-core-5.7
建議套件:
libipc-sharedcache-perl mailx tinyca
下列【新】套件將會被安裝:
libaio1 libcgi-fast-perl libcgi-pm-perl libevent-core-2.0-5 libfcgi-perl libhtml-template-perl mysql-client mysql-client-5.7 mysql-client-core-5.7 mysql-common mysql-server
mysql-server-5.7 mysql-server-core-5.7
下列套件將會被升級:
linux-firmware

Read more...

2017年10 月 posted by admin in Linux and have No Comments