1.下载zip安装包: MySQL8.0 For Windows zip包下载地址:https://dev.mysql.com/downloads/file/?id=476233,进入页面后可以不登录.后点击底部“No thanks, just start my download.”即可开始下载. 2.安装 2.1 解压zip包到安装目录 我的解压在了E:\software\mysql\mysql-8.0.11-winx64 解压后的文件目录 2.2 配置环境变量 将解压文件夹下的bin路径添加…
利用Git安装 最简单也是最有效的方法 1. 获取Vim仓库: git clone https://github.com/vim/vim.git 2. 升级到最新的版本: cd vim git pull 3. 安装: cd src make distclean #如果你以前编译过Vim make sudo make install 错误解决: 报错:checking for tgetent()... configure: error: NOT FOUND! You need to install…