- Pentaho Data Integration Beginner's Guide(Second Edition)
- María Carina Roldán
- 373字
- 2021-07-23 15:46:50
Time for action – installing MySQL on Windows
In order to install MySQL on your Windows system, please follow these instructions:
- Open an Internet browser and type http://dev.mysql.com/downloads/installer.
- You will be directed to a page with the downloadable installer. Click on Download and the download process begins.
- Double-click on the downloaded file, whose name should be
mysql-installer-community-5.5.29.0.msi
or similar, depending on the current version that you are running in this section. - In the window that shows up, select Install MySQL Products. A wizard will guide you through the process.
- When asked to choose a setup type, select Server only.
- Several screens follow. In all cases, leave the proposed default values. If you are prompted for the installation of missing components (for example, Microsoft .NET Framework 4 Client Profile), accept it, or you will not be able to continue.
- When the installation is complete, you will have to configure the server. You will have to supply a password for the root user.
Note
MySQL will not allow remote connections by default, so a simple password such as
123456
orpasswd
will suffice. Stronger passwords are necessary only if you plan to open up the MySQL server to external connections. - Optionally, you will have the choice of creating additional users. The following screenshot shows this step of the installation. In this case, we are telling the installer to create a user named
pdi_user
with the role of a DB Designer: - When the configuration process is complete, click on Finish.
- MySQL server is now installed as a service. To verify that the installation has been successful, navigate to Control Panel | Administrative Tools | Services, and look for MySQL. This is what you should see:
- At any moment you can start or stop the service using the buttons in the menu bar at the top of the Services window, or the contextual menu that appears when you right-click on the service.
What just happened?
You downloaded and installed MySQL on your Windows system, using the MySQL Installer software. MySQL Installer simplifies the installation and upgrading of MySQL server and all related products. However, using this software is not the only option you have.
Note
For custom installations of MySQL or for troubleshooting you can visit http://dev.mysql.com/doc/refman/5.5/en/windows-installation.html.
推薦閱讀
- 反饋系統(tǒng):多學(xué)科視角(原書第2版)
- 圖形圖像處理(Photoshop)
- 深度學(xué)習(xí)中的圖像分類與對(duì)抗技術(shù)
- WordPress Theme Development Beginner's Guide(Third Edition)
- 基于32位ColdFire構(gòu)建嵌入式系統(tǒng)
- Prometheus監(jiān)控實(shí)戰(zhàn)
- 西門子變頻器技術(shù)入門及實(shí)踐
- 所羅門的密碼
- 強(qiáng)化學(xué)習(xí)
- Drupal高手建站技術(shù)手冊(cè)
- FANUC工業(yè)機(jī)器人配置與編程技術(shù)
- Cortex-M3嵌入式處理器原理與應(yīng)用
- 機(jī)器學(xué)習(xí)案例分析(基于Python語言)
- 漢字錄入技能訓(xùn)練
- WPF專業(yè)編程指南