Virtual Box 安装配置 Ubuntu
使用 VirtualBox 安装 Ubuntu 桌面版,并更换软件源。
使用 VirtualBox 安装 Ubuntu 桌面版,并更换软件源。
Ubuntu 安装 MySQL Ubuntu Server 和 MySQL Ubuntu Server MySQL Server 使用 APT 安装 MySQL 使用命令安装 MySQL Server sudo apt install mysql-server 查看 MySQL 运行情况 sudo service mysql status 或者 sudo /etc/init.d/mysql status sudo /etc/init.d/mysql status ● mysql.service - MySQL Community Server Loaded: loaded (/lib/systemd/system/mysql.service; enabled; vendor preset: enabled) Active: active (running) since Thu 2020-10-08 22:41:04 CST; 2 days ago Main PID: 55128 (mysqld) Status: "Server is operational" Tasks: 40 (limit: 2319) Memory: 332.3M CGroup: /system.slice/mysql.service └─55128 /usr/sbin/mysqld Oct 08 22:41:03 iZwz92js0u6m08arfj6jp8Z systemd[1]: Starting MySQL Community…... Oct 08 22:41:04 iZwz92js0u6m08arfj6jp8Z systemd[1]: Started MySQL Community …er. Hint: Some lines were ellipsized, use -l to show in full. 启动、停止、重启MySQL 的命令类似 ...