用户工具

站点工具


windows_安装要求

差别

这里会显示出您选择的修订版和当前版本之间的差别。

到此差别页面的链接

两侧同时换到之前的修订记录前一修订版
后一修订版
前一修订版
windows_安装要求 [2023/09/23 22:06] adminwindows_安装要求 [2023/09/23 22:43] (当前版本) admin
行 11: 行 11:
  
   - [[https://git-scm.com/download/win|Git]] \\ \\    - [[https://git-scm.com/download/win|Git]] \\ \\ 
-    - Download the standalone installer\\ \\  +    - 下载独立安装程序\\ \\  
-      * During Git installation Adjust your PATH environment. Pick "Git from the command line and also from 3rd-party software".\\ \\ +      * 在 Git 安装期间 调整 PATH 环境。选择"Git from the command line and also from 3rd-party software"。 \\ \\ 
   - [[https://desktop.github.com/|Github Desktop]]\\ \\    - [[https://desktop.github.com/|Github Desktop]]\\ \\ 
-    - Download the installer and follow the steps to set it up.\\ \\  +    - 下载安装程序并按照步骤进行设置。\\ \\  
-  - Install the compiler / IDE [[https://visualstudio.microsoft.com/downloads/|Visual Studio Community 2022 (ver 17)]]\\ \\  +  - 安装编译器[[https://visualstudio.microsoft.com/downloads/|Visual Studio Community 2022 (ver 17)]]\\ \\ 您将需要安装C++编译器。\\ \\ 为此,请在“工作负载 ->桌面应用和移动应用”下选择“使用 C++ 的桌面开发”。\\ \\ {{:visualstudio.png?direct&600|}} 
-    * You will need to install the C++ compiler.\\ \\  +  - [[https://dev.mysql.com/downloads/mysql/8.0.html|MySQL Server Community Edition]] (推荐版本:≥ 8.0MySQL服务器配置)\\ \\  
-    * To do this, select Desktop development for C++ under Workloads -> Desktop & Mobile.\\ \\  +    - 下载 Windows MSI 安装程序。 \\ \\  
-  - [[https://dev.mysql.com/downloads/mysql/8.0.html|MySQL Server Community Edition]] (Recommended version: ≥ 8.0 with MySQL server configuration)\\ \\  +    - 向下滚动到底部,然后单击 "No thanks, just take me to the downloads!"\\ \\  
-    - Download the Windows MSI Installer. \\ \\  +    - 安装快完成时,确保选中“启动MySQL实例配置向导”,然后单击“完成”。\\ \\  
-    - Scroll down to the bottom and click on "No thanks, just take me to the downloads!"\\ \\  +    - MySQL实例配置向导启动时,大多数默认选项都可以,但请记住您使用的用户名和密码 (root <nowiki>//</nowiki> whatever). 。您将需要它们登录到您选择的数据库管理工具(如下),以便稍后导入SQL文件。\\ \\  
-    - When the installation is almost done, make sure "Launch the MySQL Instance Configuration Wizard" is checked, then click "Finish".\\ \\  +    - 要测试MySQL是否正确设置,请在键盘上按CTRL + ALT + DEL,进入任务管理器,然后选择“服务”选项卡。在服务列表中,您应该看到状态为“正在运行”的“MySQL”。\\ \\  
-    - When the MySQL Instance Configuration Wizard launches, most default options are fine, but remember the username and password you use (root\\whatever). You will need them to log into your chosen database management tool (below) in order to import SQL files later.\\ \\  +    - 将 MySQL 添加到环境变量。\\ \\  
-    - To test if MySQL is set up correctly, hit CTRL+ALT+DEL on your keyboard, enter the Task Manager, and select the "Services" tab. In the list of services you should see "MySQL" with a status of "Running".\\ \\  +      * 打开控制面板 -> 系统\\ \\  
-    - Add MySQL to Environment Variables.\\ \\  +      * 打开“高级系统设置”\\ \\  
-      * Go to Control Panel -> System\\ \\  +      * 打开“环境变量”\\ \\  
-      * Go to Advanced System Settings\\ \\  +      * 在“系统变量”下,选择“Path\\ \\  
-      * Go to Environment Variables\\ \\  +      * 编辑并添加您的 MySQL 安装路径例如: "C:\Program Files\MySQL\MySQL Server 8.0\bin\"\\ \\  
-      * Under "Systemvariables" select Path\\ \\  +  - 选择数据库管理工具\\ \\ 
-      * Edit and add your install path of MySQL, i.e "C:\Program Files\MySQL\MySQL Server 8.0\bin\"\\ \\  +
-  - Choose a database management tool\\ \\ +
     * MySQL cli (Fastest)\\ \\      * MySQL cli (Fastest)\\ \\ 
     * SQLYog Community Edition\\ \\      * SQLYog Community Edition\\ \\ 
行 37: 行 35:
     * DBeaver (Multiplatform Database Management Tool)\\ \\      * DBeaver (Multiplatform Database Management Tool)\\ \\ 
       - Try connecting to your database. You may be looking for "Connect to Host", "New Connection" or "Session Manager" depending on which program you use.\\ \\        - Try connecting to your database. You may be looking for "Connect to Host", "New Connection" or "Session Manager" depending on which program you use.\\ \\ 
-      - Create a new connection/session. The Hostname/IP address of "127.0.0.1" or "localhost" is fine if you installed MySQL on the same computer that you installed HeidiSQL or SQLYog. Simply fill in your root\\whatever password and you should now be able to connect to your database.\\ \\ +      - Create a new connection/session. The Hostname/IP address of "127.0.0.1" or "localhost" is fine if you installed MySQL on the same computer that you installed HeidiSQL or SQLYog. Simply fill in your root <nowiki>//</nowiki> whatever password and you should now be able to connect to your database.\\ \\ 
   - [[https://cmake.org/download/|CMake]]\\ \\    - [[https://cmake.org/download/|CMake]]\\ \\ 
     - Download and install the Latest Release windows-x86_64.msi file, NEVER the RC (Release Candidate) versions.\\ \\      - Download and install the Latest Release windows-x86_64.msi file, NEVER the RC (Release Candidate) versions.\\ \\ 
行 43: 行 41:
   - MySQL development files\\ \\    - MySQL development files\\ \\ 
     * These files are shipped with MySQL Server, search for them in the program files directory, MySQL\MySQL Server 8.0\lib / MySQL\MySQL Server 5.7\lib.\\ \\      * These files are shipped with MySQL Server, search for them in the program files directory, MySQL\MySQL Server 8.0\lib / MySQL\MySQL Server 5.7\lib.\\ \\ 
-  - [[http://www.slproweb.com/products/Win32OpenSSL.html|OpenSSL]] Download the 64bit version.\\ \\ +  - [[http://www.slproweb.com/products/Win32OpenSSL.html|OpenSSL]] 下载 64bit 版本\\ \\ 
     * Find the 64-bit version by finding the latest 3.0.x Win64 OpenSSL that is NOT the "light" version. (Example: Win64 OpenSSL v3.0.7)\\ \\      * Find the 64-bit version by finding the latest 3.0.x Win64 OpenSSL that is NOT the "light" version. (Example: Win64 OpenSSL v3.0.7)\\ \\ 
     * Note #1: If you get a "Missing Microsoft Visual C++ .... Redistributable" error message while installing OpenSSL, Download the Microsoft Visual C++ 2017/2019/2022 Redistributable Package (x64) (Direct Download) (1.7MB Installer) and install it.\\ \\      * Note #1: If you get a "Missing Microsoft Visual C++ .... Redistributable" error message while installing OpenSSL, Download the Microsoft Visual C++ 2017/2019/2022 Redistributable Package (x64) (Direct Download) (1.7MB Installer) and install it.\\ \\ 
windows_安装要求.1695477982.txt.gz · 最后更改: 2023/09/23 22:06 由 admin

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki