Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit321d24b

Browse files
committed
修改MySQL安装
1 parent93fcabf commit321d24b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎source/_posts/MySql的安装.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title:MySql的安装
33
date:2020-01-28 14:31:39
44
categories:
@@ -9,7 +9,7 @@ tags:
99
2、配置my.ini文件;
1010
3、切换到自己MySQL根目录的bin目录下并执行mysqld --remove;
1111
4、继续运行mysqld --initialize-insecure,生成data文件(删除旧的data文件);
12-
5、运行mysqlld -install,安装服务;
12+
5、运行mysqlld --install,安装服务;
1313
6、运行net start mysql启动服务;
1414
7、运行mysql -u root -p,连续回车进入,无需输入密码;
1515
8、接着运行set password for root@localhost = password('123'),设置密码(若退出,则可能已经生成随机密码,此时重复步骤3);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp