最近用付爷的盒子和SSD装了个Ubuntu Server 16.04.1 玩玩,接下来把使用中的一些问题记录在下面: 1、安装时如果语言选择中文,会遭遇有一个包无法正常安装,所以,后来还是换成英文方式安装了,即语言用英文(美国,utf8),地区还是选Asia,时区Asia/Shanghai,顺利安装了下去。因为考虑这次试验Web服务器用nginX,所以没有选择安装LAMP包,选包部分只选了SSH
create database video_db(); select database(); use video_db(); show databases; show tables; %%创建视频类型表 create table tb_type ( id int not null primary key, typeId int not null unique, t