如何在 wsl 中使用 mysql,而无需为 Windows 安装任何单独的 MySQL 客户端.
How to use mysql in wsl without installing any separate MySQL client for Windows.
在 bash 命令行中:
Inside your bash command line:
sudo apt-get update
sudo apt-get install mysql-server
mysql_secure_installation
这篇关于如何在 WSL(Linux 的 Windows 子系统)中使用 MySQL?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!