mysql 5.7安裝教程 MySQL Workbench類型之MySQL客戶端工具的下載、安裝和使用 Navicat Premium之MySQL客戶端的下載、安裝和使用(博主推薦) SQLyog之M

1、mysql下載地址  https://downloads.mysql.com/archives/installer/html

 

說在前面的話mysql

  我爲何已經嘗試和使用過同類型產品的不少MySQL版本,還要書寫這篇博客呢?基於mysql-installer-web-community-5.7.18.1.msiweb

  是由於,最近在作數據分析相關的研究工做sql

  首先,跟你們解釋下mysql-installer-web-community的mysq和mysql-installer-communityl的版本的區別編程

 

我看官網的解釋是這樣的:

Choosing the right file:

If you have an online connection while running the MySQL Installer, choose the mysql-installer-web-community file.
If you do NOT have an online connection while running the MySQL Installer, choose the mysql-installer-community file.windows

 

意思就是若是你在運行MySQL安裝程序時能夠上網(網絡鏈接),選擇mysql-installer-web-community;
若是你在運行MySQL安裝程序時不能夠上網(沒有網絡鏈接),選擇mysql-installer-community。

用通俗的說法就是一個是在線安裝,一個是離線安裝。看下這兩個文件的大小就知道了。api

 

 

mysql-installer-web-community-5.7.18.1.msi的下載網絡

http://ftp.ntu.edu.tw/MySQL/Downloads/MySQLInstaller/

 

 

 

 

 

 

mysql-installer-web-community-5.7.18.1.msi的安裝ide

   下載安裝包, mysql-installer-web-community-5.7.18.1 工具

 

第一步:雙擊

 

 

第二步:等待一會

 

 

 

第三步:雙擊運行,並點擊「I accept…」,以下圖所示。 

 

 

 

 第四步:單擊「Next」 ,進入安裝類型選擇界面,對於學習數據分析來講, 只須要其中 2、 個模塊便可,不用所有安裝, 選擇「Custom」就能夠。 

 

 

 

   第五步:選擇「Custom」後, 出現選擇安裝模塊的界面。 

   由上圖可知,確實自帶了不少。我不一一展現。

 

  由於,我是安裝用來,作數據分析的 ,因此只須要其中 2、 個模塊便可,不用所有安裝

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 說明: 選擇」Full」後,進入安裝環境檢查界面, 對於每一個模塊,所須要的環境要求都已經列出,單機「Excute」,將會逐項進行安裝環境的檢查並安裝相應的環境,標記爲「Manual」的須要手動安裝。若是直接單機「Next」,則會跳過環境檢查流程,直接安裝符合環境要求的模塊,不符合要求的則不安裝。  

 

 

說明:因爲 MySQL 安裝在 Windows 環境下,因此須要微軟的一些類庫的支持。對於通常開
發人員的電腦上都有這些類庫,可是對於非編程人員的電腦上可能沒有,須要安裝。
Microsoft Visual C++ 2015, .Net Framework 4.5 

 

 

 

 

 

 

 

 

 

 

 

   

  得要安裝好,

Microsoft Visual C++ 2015  和    .Net Framework 4.5 

 

 

 

 

 

 

 

https://www.microsoft.com/zh-CN/download/details.aspx?id=52685

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 .Net Framework 4.5 的下載

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  我電腦上,已經有了,就不演示了。

 

 

   好的,手動安裝所需後,而後,再點擊,從新安裝便可。

 

 

 

 

 

 

 

 

  它會,自動一段時間,下載好。喝杯咖啡去吧!

 

 

  單擊「Excute」後,各個模塊開始下載,下載完成後會自動安裝,並出現下載進度提示,如圖所示。 漫長的等待時期,尤爲是 MySQL Server5.7.18 的下載。

 

    

 

 

 

 

  我這裏,是花了半天的時間。也許,好比你們在安裝這一步時,會有時不得不關電腦,沒事,關閉以後,直接再重複上述步驟到這裏便可。

 

 

 

  默認選擇第一個,直接單機「下一步」 。

 

 

 

 

  不用管,直接單機「下一步」。 

 

 

 

 

 

 

 

 

 

 

 

 

 

  輸入 MySQL 超級管理員帳戶「root」密碼,而且還能夠建立普通管理員。 

  我通常喜歡給root密碼爲rootroot

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  這個log,我複製出來,給你們看看。

 

 

複製代碼
Beginning configuration step: Stopping Server [if necessary]
Ended configuration step: Stopping Server [if necessary]

Beginning configuration step: Writing configuration file
Ended configuration step: Writing configuration file

Beginning configuration step: Updating firewall
Adding firewall rule for MySQL57 on port 3308.
Successfully added firewall rule.
Ended configuration step: Updating firewall

Beginning configuration step: Adjusting Windows service [if necessary]
Attempting to grant Network Service require filesystem permissions.
Granted permissions.
Adding new service
New service added
Ended configuration step: Adjusting Windows service [if necessary]

Beginning configuration step: Initializing Database [if necessary]
Deleting Data folder shipped
Attempting to run MySQL Server with --Initialize-insecure
Running process: C:\Program Files\MySQL\MySQL Server 5.7\bin\mysqld.exe --defaults-file="C:\ProgramData\MySQL\MySQL Server 5.7\my.ini" --initialize-insecure=on --console
Waiting for the server stops: C:\Program Files\MySQL\MySQL Server 5.7\bin\mysqld.exe --defaults-file="C:\ProgramData\MySQL\MySQL Server 5.7\my.ini" --initialize-insecure=on --console
2017-06-09T08:09:15.505766Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2017-06-09T08:09:15.535767Z 0 [Warning] 'NO_ZERO_DATE', 'NO_ZERO_IN_DATE' and 'ERROR_FOR_DIVISION_BY_ZERO' sql modes should be used with strict mode. They will be merged with strict mode in a future release.
2017-06-09T08:09:23.327213Z 0 [Warning] InnoDB: New log files created, LSN=45790
2017-06-09T08:09:24.559284Z 0 [Warning] InnoDB: Creating foreign key constraint system tables.
2017-06-09T08:09:25.174319Z 0 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: f3a3b10f-4cea-11e7-babd-00ffb027ca9a.
2017-06-09T08:09:25.273324Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
2017-06-09T08:09:25.277325Z 1 [Warning] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option.
Finished initialize database
Ended configuration step: Initializing Database [if necessary]

Beginning configuration step: Starting Server
Starting MySQL as a service
Ended configuration step: Starting Server

Beginning configuration step: Applying security settings
Attempting to update security settings.
Updated security settings.
Ended configuration step: Applying security settings

Beginning configuration step: Creating user accounts
Attempting to Add New MySQL Users
Added New Users.
Ended configuration step: Creating user accounts

Beginning configuration step: Updating Start Menu Link
Attempting to verify command-line client shortcut.
Verified command-line client shortcut.
Verified command-line client shortcut.
Ended configuration step: Updating Start Menu Link

Beginning configuration step: Updating Firewall for MySQL Document Data Feature Set
Ended configuration step: Updating Firewall for MySQL Document Data Feature Set
複製代碼

 

 

 

 

 

 完成安裝,單機「下一步」。 

 

 

 

 

 

 

 

 

 

 

 

 

 

   我這裏,若要對windows的MySQL,則是root@localhost,而後是以3308端口。

  其中我圖片中的root@localhots,以3306,是我另外一個同類型的MySQL軟件。 以及192.168.80.110:3306是我大數據平臺下的Linux裏的MySQL。

 

 

 

 

 

 

 

 

 

  之後,咱們啓動,則點擊以下便可

 

 

 

 

 

 

 

 

 

 

常見問題
問題 1: 沒法啓動次程序,由於計算機丟失 api-ms-win-crt-runtime

http://blog.csdn.net/huqiao1206/article/details/50768481

 


問題 2: 單獨下載、安裝 workbench
https://dev.mysql.com/downloads/workbench/ 

 

 

 

 

 

擴展學習

MySQL Workbench類型之MySQL客戶端工具的下載、安裝和使用

Navicat Premium之MySQL客戶端的下載、安裝和使用(博主推薦)

SQLyog之MySQL客戶端的下載、安裝和使用(旗艦版)(推薦)

SQLyog之MySQL客戶端的下載、安裝和使用(企業版)(破解)

Navicat for MySQL之MySQL客戶端的下載、安裝和使用

SQLyog之MySQL客戶端的下載、安裝和使用(普通版)

MySQL Server類型之MySQL客戶端工具的下載、安裝和使用(博主推薦)

相關文章
相關標籤/搜索