-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
张杰
committed
Sep 7, 2016
1 parent
9499eb1
commit 776767b
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
title: mysql安装 | ||
tags: | ||
- mysql | ||
- 数据库 | ||
categories: mysql | ||
kind: mysql | ||
date: 2016-08-13 09:43:39 | ||
--- | ||
|
||
#### mysql在windows下的安装,[mysql官网下载](http://dev.mysql.com) | ||
|
||
1.以管理员身份运行cmd,cd mysql解压目录的bin下,执行mysqld --install | ||
2.默认配置文件my-default.ini,可以创建自己的配置文件my.ini | ||
3.启动命令:net start mysql | ||
4.将MySQL的bin路径加到path中 |