在win7 64位系統中配置免安裝的mysql5.6.16

來源:互聯網
上載者:User

由於機器中有了orcale不想再安裝mysql就下了個免安裝的,最終還是費了些勁才搗騰好!

1、下載免安裝的版本

我放在百度網盤裡了,這裡不能放這麼大的檔案:http://pan.baidu.com/s/1jG2ulSi

2、配置my.ini檔案

把剛下載的檔案進行解壓,然後複製到你要放的位置,最好重新命名,簡單一點的名字;

開啟解壓後的檔案夾,裡面會有一個檔案:my-default.ini

你複製這個檔案,命名為:my.ini,然後把下面的內容複寫進去(注意:把路徑改為你自己的)

# The following options will be passed to all MySQL clients[client]#password= your_passwordport= 3306[mysql]#設定mysql用戶端的字元集default-character-set = utf8# The MySQL server[mysqld]port= 3306#設定mysql的安裝目錄basedir = D:\dev_soft\mysql64#設定mysql資料庫的資料存放目錄,必須是data或者\xxx-datadatadir = D:\dev_soft\mysql64\data#設定伺服器段的字元集character_set_server = utf8

3、安裝服務

你也可以配置環境變數,也可以進入到mysql的目錄中的bin檔案夾

a、配置MYSQL的環境變數 
新增系統變數MYSQL_HOME: D:\dev\mysql 
在PATH變數的最後面添加: ;%MYSQL_HOME%\bin 
儲存即可。

b、進入cmd

mysqld --install mysql5 --defaults-file=D:\dev_soft\mysql64\my.ini 
mysqld --install mysql5
c、啟動服務

net stop mysql5  



剩下的就是對資料庫進行操作了!

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.