mysql數(shù)據(jù)庫64位是最新的mysql數(shù)據(jù)庫版本了,同時(shí)也是支持中文的版本,在現(xiàn)在這個(gè)版本是可以支持win10的系統(tǒng)以及win8.1的版本,有需要體驗(yàn)下這個(gè)mysql數(shù)據(jù)庫64位怎么樣的,可以先來本站免費(fèi)的下載試試效果怎么樣!
MySQL安裝說明
1、在本站下載最新版本的MySQL 數(shù)據(jù)庫社區(qū)版(Community)壓縮文件,解壓縮;
2、然后得出一個(gè)mysql-installer-web-community-8.0.18.msi文件,雙擊安裝;
3、在出現(xiàn)的“License Agreement”對話框界面,該界面要求用戶必須接受該協(xié)議才能安裝 MySQL 數(shù)據(jù)庫。勾選該界面下方的“I accept the license terms”復(fù)選框,然后單擊“Next”按鈕,顯示如圖所示的安裝選項(xiàng)對話框;
4、勾選“Custom”單選鈕,然后單擊“Next”按鈕。在接下來的界面中可以選擇安裝 MySQL 所需的組件,并選擇 MySQL 數(shù)據(jù)庫及數(shù)據(jù)文件的安裝路徑,本教程選擇將 MySQL 數(shù)據(jù)庫和數(shù)據(jù)文件都安裝在 D 盤下。選擇安裝 MySQL 服務(wù)器、文檔和 Connector/Python(這就是 Python 連接 MySQL 的模塊);
5、單擊“Next”按鈕,MySQL Installer 會檢查系統(tǒng)環(huán)境是否滿足安裝 MySQL 數(shù)據(jù)庫的要求。如果滿足要求,則可以直接單擊“Next”按鈕開始安裝;如果不符合條件,請根據(jù) MySQL 提示先安裝相應(yīng)的系統(tǒng)組件,然后再重新安裝 MySQL 數(shù)據(jù)庫;
6、開始安裝 MySQL 數(shù)據(jù)庫,安裝完成后,會出現(xiàn)如下圖成功安裝的對話框。
特別說明:MySQL8.0 需要 Visual C++ 2015 Redistributable,而且不管操作系統(tǒng)是 32 位還是 64 位的,它始終需要 32 位的 Visual C++ 2015 Redistributable,否則會安裝失敗。
7、MySQL 數(shù)據(jù)庫程序安裝成功后,系統(tǒng)還要求配置 MySQL 數(shù)據(jù)庫。單擊如下圖所示對話框下方的“Next”按鈕,開始配置 MySQL 數(shù)據(jù)庫。在如下圖所示的對話框中,選中“Standalone MySQL Server/Classic MySQL Replication”單選鈕,即可進(jìn)行更詳細(xì)的配置。
8、兩次單擊“Next”按鈕,將出現(xiàn)如下圖所示的對話框,允許用戶設(shè)置 MySQL 的 root 賬戶密碼,也允許添加更多的用戶。
9、如果需要為 MySQL 數(shù)據(jù)庫添加更多的用戶,則可單擊“Add User”按鈕。設(shè)置完成后,單擊“Next”按鈕,將依次出現(xiàn)一系列對話框,但這些對話框?qū)ε渲糜绊懖淮,直接單擊“Next”按鈕,直至 MySQL 數(shù)據(jù)庫配置成功。
MySQL 可通過命令行客戶端來管理 MySQL 數(shù)據(jù)庫及數(shù)據(jù)庫中的數(shù)據(jù)。經(jīng)過上面幾個(gè)步驟之后,應(yīng)該在 Windows 的“開始”菜單中看到“MySQL”→“MySQL Server 8.0”→“MySQL 8.0 Command Line Client - Unicode”菜單項(xiàng),單擊該菜單項(xiàng)將啟動 MySQL 的命令行客戶端窗口,進(jìn)入該窗口將會提示輸入 root 賬戶密碼。
注意:由于 MySQL 默認(rèn)使用 UTF-8 字符串,因此應(yīng)該通過“MySQL 8.0 Command Line Client - Unicode”菜單項(xiàng)啟動命令行工具,該工具將會使用 UTF-8 字符集。市面上有一個(gè)名為SQLyog 的工具程序提供了較好的圖形用戶界面來管理MySQL數(shù)據(jù)庫中的數(shù)據(jù)。除此之外,MySQL也提供了MySQLAdministrator 工具來管理MySQL數(shù)據(jù)庫。讀者可以自行下載這兩個(gè)工具,并使用這兩個(gè)工具來管理MySQL數(shù)據(jù)庫。但本教程依然推薦讀者使用命令行工具,因?yàn)檫@種“惡劣”的工具會強(qiáng)制讀者記住SQL命令。
mysql數(shù)據(jù)庫64位備份還原命令
mysqldump -u用戶名 -p密碼 -h主機(jī)數(shù)據(jù)庫 a -w "sql條件" --lock-all-tables >路徑
案例:
mysqldump -uroot -p1234 -hlocalhost db1 a -w "id in (select id from b)" --lock-all-tables > c:\aa.txt
mysqldump還原:
mysqldump -u用戶名 -p密碼 -h主機(jī)數(shù)據(jù)庫<路徑
mysql數(shù)據(jù)庫64位安裝教程
1、將下載的 mysql-5.7.17-winx64.zip 解壓自定義目錄,這里筆者將把這個(gè)壓縮包解壓至 D:\mysql-5_x64 目錄;
2、打開這個(gè)目錄,發(fā)現(xiàn)里面的文件夾和文件跟一個(gè)安裝好后的MySQL基本沒有區(qū)別
3、修改MySQL配置文件,在mysql-5_x64目錄下有一個(gè)my-default.ini,可以算作模板來使用,里面的內(nèi)容不是很多!可以自己創(chuàng)建一個(gè) my.ini作為MySQL配置文件,打開my.ini設(shè)置
[client]
port=3306
#客戶端字符類型,與服務(wù)端一致就行,建議utf8
default-character-set=utf8
[mysqld]
#綁定IPv4和3306端口
bind-address = 0.0.0.0
port = 3306
#服務(wù)端字符類型,建議utf8
character_set_server=utf8
# 設(shè)置mysql的安裝目錄
basedir=D:/mysql-5_x64
# 設(shè)置mysql數(shù)據(jù)庫的數(shù)據(jù)的存放目錄
datadir=D:/mysql-5_x64/data
# 允許最大連接數(shù)
max_connections=201
這樣一個(gè)基本的MySQL環(huán)境所需要的參數(shù)就夠了
4、MySQL環(huán)境變量
右擊這臺電腦-->屬性-->高級-->環(huán)境變量-->"用戶變量"新建變量MYSQL_HOME 值D:\mysql-5_x64 ,"系統(tǒng)變量"找到變量path 編輯 在后面加上 ;%MYSQL_HOME%\bin
5、安裝MySQL數(shù)據(jù)庫
運(yùn)行cmd (Win8 、Win10以管理員運(yùn)行cmd)-->進(jìn)入D:\mysql-5_x64\bin目錄
Microsoft Windows [版本 10.0.10240]
(c) 2015 Microsoft Corporation. All rights reserved.
C:\Windows\system32>D:
D:\>cd mysql-5_x64
D:\mysql-5_x64>cd bin
D:\mysql-5_x64\bin>
執(zhí)行mysqld -install 安裝MySQL
D:\mysql-5_x64\bin>mysqld -install
Service successfully installed
執(zhí)行net start mysql啟動MySQL
D:\mysql-5_x64\bin>net start mysql
D:\mysql-5_x64\bin>net start mysql
MySQL 服務(wù)正在啟動 .
MySQL 服務(wù)已經(jīng)啟動成功
啟動MySQL服務(wù):net start mysql
停止MySQL服務(wù):net stop mysql
刪除MySQL服務(wù):sc delete mysql
修改Mysql密碼
D:\mysql-5_x64\bin>mysql -u root -p //使用root登入mysql
Enter password: //密碼空,回車即可
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 2
Server version: 5.6.26 MySQL Community Server (GPL)
Copyright (c) 2000, 2015, 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>
進(jìn)入'mysql'數(shù)據(jù)、刪除空用戶
更新密碼并重新刷權(quán)限表到內(nèi)存(也可以用mysqladmin工具來設(shè)置密碼)
mysql> update User set Password=PASSWORD('123456') where User='root';
Query OK, 4 rows affected (0.00 sec)
Rows matched: 4 Changed: 4 Warnings: 0
mysql> flush privileges;
Query OK, 0 rows affected (0.00 sec)
嘗試登陸
D:\mysql-5_x64\bin>mysql -u root -p //用root用戶登入數(shù)據(jù)庫
Enter password: ****** //輸入更新后的密碼 123456
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 5
Server version: 5.6.26 MySQL Community Server (GPL)
Copyright (c) 2000, 2015, 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>