1、Windows下安裝mysql-8.0.12及修改初始密碼
1. 解壓壓縮包,放置到任意目錄
這是我的目錄:D:Pythonmysql-8.0.12-winx64
2. 初始化
使用命令: –initialize –console
使用CMD命令操作如下:
C:Windowssystem32>D:Pythonmysql-8.0.12-winx64inmysqld --initialize --console
2018-09-13T14:36:55.758742Z 0 [System] [MY-013169] [Server] D:Pythonmysql-8.0.12-winx64inmysqld (mysqld 8.0.12) initializing of server in progress as process 3104
2018-09-13T14:37:12.072904Z 5 [Note] [MY-010454] [Server] A temporary password is generated for root@localhost: 4P!w2fqBruGi
2018-09-13T14:37:23.274980Z 0 [System] [MY-013170] [Server] D:Pythonmysql-8.0.12-winx64inmysqld (mysqld 8.0.12) initializing of server has completed
記錄下密碼,後面修改密碼還要用</br>
在這裡:
[Server] A temporary password is generated for root@localhost: 4P!w2fqBruGi
最後面的 ==4P!w2fqBruGi== 就是密碼,密碼是隨機生成的每個人都不一樣
3. 安裝
使用命令: mysqld –install
C:Windowssystem32>D:Pythonmysql-8.0.12-winx64inmysqld --install
Service successfully installed.
4. 啟用服務
使用命令: net start mysql
C:Windowssystem32>net start mysql
MySQL 服務正在啟動 ..
MySQL 服務已經啟動成功。
5. 修改密碼
使用命令: ALTER USER `root`@`localhost` IDENTIFIED WITH mysql_native_password BY `新密碼`;
我設定的密碼是111111 ,告訴你們沒關係
D:Pythonmysql-8.0.12-winx64in>mysql -u root -p
Enter password: ************
Welcome to the MySQL monitor. Commands end with ; or g.
Your MySQL connection id is 8
Server version: 8.0.12
mysql> ALTER user `root`@`localhost` IDENTIFIED BY `111111`
-> ;
Query OK, 0 rows affected (1.98 sec)
6. 使用新密碼登陸
使用命令:mysql -u root -p
D:Pythonmysql-8.0.12-winx64in>mysql -u root -p
Enter password: ******
Welcome to the MySQL monitor. Commands end with ; or g.
Your MySQL connection id is 10
Server version: 8.0.12 MySQL Community Server - GPL
Copyright (c) 2000, 2018, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type `help;` or `h` for help. Type `c` to clear the current input statement.
mysql>
7.配置環境變數:
- 進入 計算機–高階系統設定–高階–環境變數
- 然後新建系統變數
- 變數值改為自己mysql解壓的路徑
- 變數名:MYSQL_HOME
- 變數值:D:Pythonmysql-8.0.12-winx64
- path裡新增:%MYSQL_HOME%in;(分號不要忘記)
是否成功,請在下方留言
如果此文對你有幫助,可以在下方點贊或者點喜歡,謝謝支援
相關文章
- Jenkins 安裝+修改初始密碼 mac版Jenkins密碼Mac
- mysql初始化後修改密碼及賦權MySql密碼
- wsl 安裝mysql,設定初始密碼及遇到的問題記錄一下MySql密碼
- ubuntu安裝mysql後修改密碼UbuntuMySql密碼
- 在Windows 8.1下修改VPN帳號密碼Windows密碼
- ubuntu root預設初始密碼修改Ubuntu密碼
- windows下安裝cygwin及配置Windows
- Windows下Mysql 5.7.21(Zip)的安裝配置以及初始密碼報錯的問題簡單總結WindowsMySql密碼
- MySQL8.0 For Windows 安裝教程(自定義配置檔案、密碼方式修改)MySqlWindows密碼
- MySQL的免安裝和配置修改密碼MySql密碼
- 安裝MySQL8.0.x並修改密碼MySql密碼
- windows下mangodb的安裝及配置WindowsGo
- Mongodb在Windows下安裝及配置MongoDBWindows
- Mysql的下載,安裝,遠端連線,密碼加密規則修改。MySql密碼加密
- solr在windows下的安裝及配置SolrWindows
- windows下nvm、nrm的安裝及使用Windows
- windows下mongodb的安裝及啟動WindowsMongoDB
- redis 簡介及windows 下的redis 安裝RedisWindows
- Vagrant在Windows下安裝及注意事項Windows
- windows 下安裝Windows
- macos下parallel Desktop 中centos忘記密碼及修改原使用者密碼MacParallelCentOS密碼
- 【shell 每日一練7】一鍵安裝mysql5.7,以及密碼及策略修改MySql密碼
- buffalo 安裝及框架初始化框架
- ot安裝之後,如何重新修改資料庫密碼資料庫密碼
- mysql5.7.19zip免安裝以及修改root密碼MySql密碼
- MySQL5.7初始密碼檢視及重置MySql密碼
- MySQL修改使用者密碼及重置root密碼MySql密碼
- Windows10修改遠端桌面密碼Windows密碼
- Windows下ElasticSearch的Head安裝及基本使用WindowsElasticsearch
- windows下 安裝 rabbitMQ 及操作常用命令WindowsMQ
- MySQL8.0 忘記 root 密碼下如何修改密碼MySql密碼
- ubuntu系統下mysql重置密碼和修改密碼操作UbuntuMySql密碼
- windows 下安裝 nvmWindows
- windows 下安裝 yarnWindowsYarn
- Windows下安裝MongoDBWindowsMongoDB
- windows下安裝MySQLWindowsMySql
- Windows 下安裝GNUstepWindows
- windows下安裝glassfishWindows