File tree 1 file changed +9
-8
lines changed
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 2
2
3
3
轮回书库,希望可以收录整理所有书籍。
4
4
5
-
5
+ ``` bash
6
6
git fetch --all
7
7
git reset --hard origin/master
8
8
git pull
9
+ ```
9
10
10
11
Notes
11
12
-----
12
- Run ' mysqld --standalone' or ' mysqld --console' to start the Database,
13
- or run following command as administrator to register MySQL as a service. See:
14
- https://dev.mysql.com/doc/refman/en/windows-start-service.html
15
-
16
- mysqld --install MySQL --defaults-file="C:\Scoop\apps\mysql\current\my.ini"
13
+ Run ` mysqld --standalone ` or ` mysqld --console ` to start the Database,
14
+ or run following command as administrator to register MySQL as a service.
15
+ See: https://dev.mysql.com/doc/refman/en/windows-start-service.html
16
+
17
+ ` mysqld --install MySQL --defaults-file="C:\Scoop\apps\mysql\current\my.ini" `
17
18
18
- To stop and/or delete the Service run 'sc stop MySQL' and 'sc delete MySQL'.
19
- ' mysql' suggests installing ' extras/vcredist2022 '.
19
+ To stop and/or delete the Service run 'sc stop MySQL' and 'sc delete MySQL'.
20
+ ` mysql ` suggests installing ` extras/vcredist202 ` '.
You can’t perform that action at this time.
0 commit comments