windows mysql noinstall 安裝配置

來源:互聯網
上載者:User

版本:mysql-noinstall-5.1.53-win32.zip

 

為了減小體積,只需解壓mysql-5.1.53-win32目錄下的 bin data share 三個檔案夾和所有檔案即可。

解壓縮後,複製my-small.ini my-medium.ini my-large.ini my-huge.ini 任意一個,改名為my.ini,開啟my.ini,在末尾添加

[mysqld]
# set basedir to your installation path mysql解壓位置
basedir=D:/wamp/mysql
# set datadir to the location of your data directory mysql 資料檔案位置
datadir=D:/wamp/mysql/data
# 預設字元集
default-character-set=utf8

[client]
# 用戶端的預設字元集
default-character-set=gbk

儲存退出

在cmd中轉到mysql的bin目錄下,我的是 D:\wamp\mysql\bin
運行 mysqld install  提示服務安裝成功。卸載服務的命令是 mysqld remove
運行 net start mysql  啟動mysql服務
運行 mysql -u root -p  提示輸入密碼,剛安裝的密碼為空白,直接斷行符號,進入mysql用戶端。

安裝成功。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.