官方安装指导说明书:
https://dev.mysql.com/doc/refman/8.0/en/windows-install-archive.html
- Extract the main archive to the desired install directory【解压到本地目录】
Optional: also extract the debug-test archive if you plan to execute the MySQL benchmark and test suite
- Create an option file【创建一个选项文件】
- Choose a MySQL server type【选择一个MySQL服务类型】
- Initialize MySQL【初始化MySQL】
- Start the MySQL server【启动MySQL服务】
- Secure the default user accounts【设置MySQL默认账户:重置密码】
官方指导具体步骤:https://dev.mysql.com/doc/refman/8.0/en/windows-extract-archive.html
my.ini官方模板:https://forums.mysql.com/read.php?24,599513,599513
原文地址:https://www.cnblogs.com/batj/p/9212559.html
时间: 2024-10-06 14:58:57