MySQL是一款開源的關(guān)系型數(shù)據(jù)庫(kù)系統(tǒng),為廣大開發(fā)者提供了可靠高效的數(shù)據(jù)管理服務(wù)。本文將介紹在 Windows 操作系統(tǒng)上安裝MySQL 2008 r2的詳細(xì)步驟。
步驟如下:
第一步:下載 MySQL 2008 r2 安裝包
登錄 MySQL 官方網(wǎng)站,下載MySQL 2008 r2 的安裝包。
https://dev.mysql.com/downloads/mysql/
第二步:解壓 MySQL 安裝包
將下載的MySQL安裝包進(jìn)行解壓,得到安裝文件,準(zhǔn)備開始安裝。
第三步:運(yùn)行安裝程序
運(yùn)行解壓后的安裝文件,按照提示選擇安裝類型及路徑等選項(xiàng)。
# 安裝程序提示信息 Welcome to the MySQL Installer for Windows ... Please select the setup type: * Full: Complete feature set. Recommended for first-time installations. * Custom: Choose individual features and not recommended for first-time installations. Select the setup type (Full, Custom) [Custom]: Full Installation type ------------------ Please select a configuration: * Development Machine * Server Machine Please select configuration [Development Machine] : Development Machine ...
按照默認(rèn)選項(xiàng)完成安裝即可。
第四步:安裝完成
等待程序自動(dòng)安裝完成,若出現(xiàn)成功的提示則說明已安裝完整。
... Starting MySQL Server... Installation of MySQL products succeeded.
恭喜您,您已成功安裝MySQL 2008 r2!