1. Open a terminal window. 2. Type in the following commands, then hit Enter after each. wget ftp://ftp.mondorescue.org/ubuntu/`lsb_release -r|awk '{print $2}'`/mondorescue.sources.listsudo sh -c "cat mondorescue.sources.list >> /etc/apt/so
1.首先把系统换到阿里云的镜像源,需要等待一会 2.系统更新完毕后执行MySQL安装命令:sudo apt install mysql-server 3.查看MySQL服务状态:sudo service mysql status 查看MySQL版本号:sudo mysql 4.这个时候MySQL是没有密码的所以需要设置密码:设置密码为1234 set password for 'root'@'localhost' = password('1234'); 5.设置MySQL允许远程登录: GRAN
参考链接 如何在Ubuntu 18.04中安装VMware Workstation Player https://www.sysgeek.cn/ubuntu-18-04-install-vmware-workstation-player/ 参考链接 VMware Workstation 14 Pro for Linux v14.1.2 附序列号 http://www.121down.com/soft/softview-103085.html
在Ubuntu 18.04 安装 MySQL 8.0 ① 登入 mysql 官网,在官网中下载 deb 包,点击该链接,即可下载. https://dev.mysql.com/downloads/repo/apt/ ② 下载该 deb 文件后,进入该文件夹,执行: sudo dpkg -i 该deb文件名 ③ 方向键选mysql-8.0 并按enter键 再次方向键选择mysql-8.0 并按enter键 方向键选择ok 并按enter键 ④ 更新apt源 sudo apt-get update