MySQL5.7.16綠色版安裝教程詳解
下面給大家介紹下MySQL5.7.16綠色版安裝教程,具體內(nèi)容如下所示:
如圖所示:
原窗口指令
Microsoft Windows [版本 10.0.xxxxx] (c) 2016 Microsoft Corporation。保留所有權(quán)利。 C:\WINDOWS\system32>mysqld --initialize-insecure --console 2016-10-16T21:45:48.466872Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details). 2016-10-16T21:45:49.862877Z 0 [Warning] InnoDB: New log files created, LSN=45790 2016-10-16T21:45:50.240119Z 0 [Warning] InnoDB: Creating foreign key constraint system tables. 2016-10-16T21:45:50.457297Z 0 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: e7a7d27d-93e9-11e6-a549-f8a963e68bc7. 2016-10-16T21:45:50.482293Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened. 2016-10-16T21:45:50.484316Z 1 [Warning] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option. C:\WINDOWS\system32>mysqld -install Service successfully installed. C:\WINDOWS\system32>net start mysql MySQL 服務(wù)正在啟動(dòng) . MySQL 服務(wù)已經(jīng)啟動(dòng)成功。 C:\WINDOWS\system32>mysql -u root --skip-password 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 2 Server version: 5.7.16 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> ALTER USER 'root'@'localhost' IDENTIFIED BY 'root2016'; Query OK, 0 rows affected (0.00 sec) mysql> \quit Bye C:\WINDOWS\system32>mysql -h localhost -uroot -p Enter password: ******** Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 3 Server version: 5.7.16 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>
以上所述是小編給大家介紹的MySQL5.7.16綠色版安裝教程詳解,希望對(duì)大家有所幫助,如果大家有任何疑問(wèn)請(qǐng)給我留言,小編會(huì)及時(shí)回復(fù)大家的。在此也非常感謝大家對(duì)腳本之家網(wǎng)站的支持!
- mysql 5.7.16 安裝配置方法圖文教程
- MySQL(win7x64 5.7.16版本)下載、安裝、配置與使用的詳細(xì)圖文教程
- 64位 win10系統(tǒng)安裝綠色版mysql-5.7.16-winx64的教程
- mysql installer community 5.7.16安裝詳細(xì)教程
- Linux 使用rpm方式安裝最新mysql(5.7.16)步驟及常見(jiàn)問(wèn)題解決方法
- mysql 5.7.16 zip包安裝配置方法圖文教程
- 詳解CentOS 6.5中安裝mysql 5.7.16 linux glibc2.5 x86 64(推薦)
- mysql 5.7.16 winx64安裝配置方法圖文教程
- linux下mysql 5.7.16 免安裝版本圖文教程
- mysql 5.7.16 ZIP包安裝配置教程
相關(guān)文章
從MySQL 5.5遷移到Mariadb 10.1.14所遇到的問(wèn)題
這篇文章主要介紹了從MySQL 5.5遷移到Mariadb 10.1.14所遇到的問(wèn)題的相關(guān)資料,需要的朋友可以參考下2016-08-08You must SET PASSWORD before executing this statement的解決方法
今天在MySql5.6操作時(shí)報(bào)錯(cuò):You must SET PASSWORD before executing this statement解決方法,需要的朋友可以參考下2013-06-06MySQL 5.5/5.6/5.7及以上版本安裝包安裝時(shí)如何選擇安裝路徑
最近mysql官方網(wǎng)站的安裝包從5.5-5.7起都是新版的安裝界面,各種環(huán)境要求支持,看樣子以后老點(diǎn)的系統(tǒng)安裝都?jí)蛸M(fèi)勁的了,這里腳本之家小編特為大家整理一下安裝步驟與方法2016-04-04Windows下MySQL 5.7無(wú)法啟動(dòng)的解決方法
從網(wǎng)上下了5.7 的MySQL,在bin目錄下執(zhí)行 start mysqld ,彈出個(gè)cmd窗口一閃就沒(méi)了,也看不清是什么報(bào)錯(cuò)。mysqld --install安裝了服務(wù),也啟動(dòng)不了,下面通過(guò)本文給大家分享下解決辦法2016-12-12MySQL中的基本查詢語(yǔ)句學(xué)習(xí)筆記
這篇文章主要介紹了MySQL中的基本查詢語(yǔ)句學(xué)習(xí)筆記,包括使用limit限制查詢結(jié)果條數(shù)和合并查詢結(jié)果的方法,需要的朋友可以參考下2016-03-03