题记
- 书接上回,在我们来学mysql – 闲聊(安装篇)中,拿到安装包,当宝贝一样揣在怀里
- 然而,还没捂热乎,得粉丝秘报,U哥,上篇文章用了滞后的官方文档,哈哈哈…
- 内心的小倔强,阻挡不了有错就改的虚心,一查,果真…
  
- 坐好板凳,摆正姿势,开启潜心检索状态,终于功夫不负有心我 
  -  找到有效文档doc 
  
-  查看安裝章节Installing MySQL 
  
-  咱这里替广大看官(主要是我)吐槽,MySql官网怎么就跟捉迷藏样 
-  呜呜…,小日子语言都有,却没有中文翻译 
 
 
-  
进入正题
- 环境要求 
  - 配上官方截图
- 咱就是win11  
 
 
- 安装方式 
  -  列举几种安装方式 - MSI
- 标准二进制发行版(常见的压缩文件)
- 源代码文件
 There are different methods to install MySQL on Microsoft Windows: the MSI, the standard binary distribution (packaged as a compressed file) containing all of the necessary files that you unpack, and source files to compile MySQL yourself 
-  最推荐的方式是通过MySql的安装工具 The simplest and recommended method is to download MySQL Installer (for Windows) and let it install and configure a specific version of MySQL Server 
-  有图有真相 
  
-  在一处下载页面,大大的推荐,也证实了这点 
  
-  那就下载吧 
  
 
-  



















