mysql 5.6.16 win7 32位免安裝版配置

來源:互聯網
上載者:User

1、解壓到自訂目錄,我的是E:\MySQL

2、環境變數配置

MYSQL_HOME  E :\MySQL(你的解壓目錄)

path後面加上%MYSQL_HOME%\bin;

3、找到C:\Windows\System32\cmd.exe,右鍵-以管理員身份運行(很重要,否則有許可權問題,會報錯:Install/Remove of the Service Denied!),

4、進入mysql解壓目錄bin子目錄下,輸入mysqld install

 提示: Servicesuccessfully installed.  說明安裝成功。在windows 的服務中會找到 MySql 。

5.啟動、停止、移出MYSQL服務

   可以在服務管理員中進行,也可以在命令列中按下述方法進行。

  啟動MYSQL服務:net start mysql

  停止MYSQL服務:net stopmysql

  移出mysql服務:mysqld-nt--remove

6.修改root密碼:

運行中輸入cmd ,跳到安裝目錄/bin下,

D:\ProgramFiles\mysql5614win32\bin>mysql-uroot

D:\ProgramFiles\mysql5614win32\bin>showdatabases;

D:\ProgramFiles\mysql5614win32\bin>usemysql;

D:\ProgramFiles\mysql5614win32\bin>UPDATEuser SET password=PASSWORD("root") WHERE user='root';

D:\ProgramFiles\mysql5614win32\bin>FLUSHPRIVILEGES;

D:\ProgramFiles\mysql5614win32\bin>QUIT

 

FLUSH PRIVILEGES:強制讓MySQL重新載入許可權,即刻生效

 

刪除windows 服務的方法

找到C:\Windows\System32\cmd.exe,右鍵-以管理員身份運行

C:\windows\system32>scdelete <服務名>

例如:C:\windows\system32>scdelete MySQL

相關文章

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.