MySQL在Windows上安裝多個例項的方法
MySQL在Windows上安裝多個例項的方法
Step 1: 解壓MySQL安裝包,配置my.ini檔案,注意port不能設定為預設的3306,這裡我們設定為3307埠:
點選(此處)摺疊或開啟
-
basedir = E:\MySQL\mysql-5.7.17-win32
-
datadir = E:\MySQL\mysql-5.7.17-win32\data
-
log_bin
-
server_id=5717
- port = 3307
Step 2: 開啟CMD視窗,進入到安裝路徑的bin目錄,這裡為:E:\MySQL\mysql-5.7.17-win32\bin,執行如下命令:
點選(此處)摺疊或開啟
-
mysqld --initialize-insecure
- mysqld install MySQL5711
點選(此處)摺疊或開啟
-
mysql -uroot -P3307 -p
-
update mysql.user set authentication_string=password("lhr") where user="root";
-
update mysql.user set Host="%" where Host="127.0.0.1";
-
update mysql.user set Host="%" where Host="localhost";
- flush privileges
點選(此處)摺疊或開啟
-
E:\MySQL\mysql-5.7.17-win32\bin>mysql -uroot -plhr -P3307
-
mysql: [Warning] Using a password on the command line interface can be insecure.
-
Welcome to the MySQL monitor. Commands end with ; or \g.
-
Your MySQL connection id is 5
-
Server version: 5.7.17-log MySQL Community Server (GPL)
-
-
Copyright (c) 2000, 2016, 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> status
-
--------------
-
mysql Ver 14.14 Distrib 5.7.17, for Win32 (AMD64)
-
-
Connection id: 5
-
Current database:
-
Current user: root@localhost
-
SSL: Not in use
-
Using delimiter: ;
-
Server version: 5.7.17-log MySQL Community Server (GPL)
-
Protocol version: 10
-
Connection: localhost via TCP/IP
-
Server characterset: latin1
-
Db characterset: latin1
-
Client characterset: gbk
-
Conn. characterset: gbk
-
TCP port: 3307
-
Uptime: 4 min 40 sec
-
-
Threads: 1 Questions: 14 Slow queries: 0 Opens: 116 Flush tables: 1 Open tables: 109 Queries per second avg: 0.050
-
--------------
-
-
mysql> select @@version;
-
+------------+
-
| @@version |
-
+------------+
-
| 5.7.17-log |
-
+------------+
-
1 row in set (0.00 sec)
-
-
mysql>
-
-
-
mysql> show variables like '%server_id%';
-
+----------------+-------+
-
| Variable_name | Value |
-
+----------------+-------+
-
| server_id | 5717 |
-
| server_id_bits | 32 |
-
+----------------+-------+
-
2 rows in set, 1 warning (0.02 sec)
-
-
mysql> show variables like 'port';
-
+---------------+-------+
-
| Variable_name | Value |
-
+---------------+-------+
-
| port | 3307 |
-
+---------------+-------+
- 1 row in set, 1 warning (0.01 sec)
安裝完畢。效果圖:
About Me
...............................................................................................................................
● 本文作者:小麥苗,只專注於資料庫的技術,更注重技術的運用
● 本文在itpub(http://blog.itpub.net/26736162)、部落格園(http://www.cnblogs.com/lhrbest)和個人微信公眾號(xiaomaimiaolhr)上有同步更新
● 本文itpub地址:http://blog.itpub.net/26736162/viewspace-2136081/
● 本文部落格園地址:http://www.cnblogs.com/lhrbest
● 本文pdf版及小麥苗雲盤地址:http://blog.itpub.net/26736162/viewspace-1624453/
● QQ群:230161599 微信群:私聊
● 聯絡我請加QQ好友(646634621),註明新增緣由
● 於 2017-03-25 09:00 ~ 2017-03-25 22:00 在魔都完成
● 文章內容來源於小麥苗的學習筆記,部分整理自網路,若有侵權或不當之處還請諒解
● 版權所有,歡迎分享本文,轉載請保留出處
...............................................................................................................................
拿起手機使用微信客戶端掃描下邊的左邊圖片來關注小麥苗的微信公眾號:xiaomaimiaolhr,掃描右邊的二維碼加入小麥苗的QQ群,學習最實用的資料庫技術。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26736162/viewspace-2136081/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 在Windows中執行多個MySQL例項WindowsMySql
- MySQL在Windows和Linux平臺上多版本多例項安裝配置方法(5.5、5.6、5.7、8.0)MySqlWindowsLinux
- mysql在linux上cmake安裝方法(自己安裝版)MySqlLinux
- mysql多版本例項安裝MySql
- 在Windows上安裝MavenWindowsMaven
- 一個例項中,多個synchronized方法的呼叫synchronized
- Linux中執行多個MySQL例項LinuxMySql
- windows安裝mysql以及安裝Navicat Premium並破解的方法WindowsMySqlREM
- MariaDB在Linux和Windows上的安裝LinuxWindows
- Windows 和 Linux 上安裝 TTF 字型的方法WindowsLinux
- mysql-5.7.xx在lcentos7下的安裝以及mysql在windows以及linux上的效能差異MySqlCentOSWindowsLinux
- Windows安裝mysqlWindowsMySql
- Redis單例項安裝Redis單例
- windows下mysql安裝缺少某個dllWindowsMySql
- docker redis 多個例項DockerRedis
- mysql5.7GroupReplication多主模式在Centos7.2上安裝部署MySql模式CentOS
- mysql多例項安裝MySql
- 在華為平板上安裝microG的方法
- 管理 Windows 例項的高效方法 —— 使用 WindowExtensions 類Windows
- 怎樣在 Ubuntu Linux 上安裝 MySQLUbuntuLinuxMySql
- windows安裝使用mysqlWindowsMySql
- windows下安裝MySQLWindowsMySql
- Windows 安裝 MySQL 5.6WindowsMySql
- 在Windows7/8/10上,安裝IISWindows
- 使用 Winget 命令在 Windows 上安裝軟體Windows
- 在Windows 11中解除安裝更新的不同方法Windows
- Linux下安裝 Docker例項LinuxDocker
- Memcached安裝與使用例項
- 在Windows上如何安裝和徹底解除安裝Adobe Flash PlayeWindows
- 在rhel和CentOS上安裝SQL Server的方法CentOSSQLServer
- Windows上安裝JDKWindowsJDK
- 在騰訊雲上安裝mysql遇到的問題MySql
- 在Windows安裝chromedriverWindowsChrome
- 在centos7上安裝mysql5.7CentOSMySql
- 安裝MySQL後,需要調整的10個效能配置項MySql
- 在linux,windows上安裝rubyonrails開發環境LinuxWindowsAI開發環境
- 使用WSL2在Windows 11上安裝HadoopWindowsHadoop
- 在VMware已安裝的CentOS7.9上編譯安裝mysql5.6CentOS編譯MySql
- mysql安裝教程8.0.26 安裝mysql的步驟和方法MySql