Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2f3afbe

Browse files
committed
up
1 parent 8a9554f commit 2f3afbe

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

cn/docs/installation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ KBEngine会读取系统中设置的(KBE_ROOT, KBE_RES_PATH, KBE_BIN_PATH)环境
142142
http://dev.mysql.com/downloads/windows/
143143

144144
Windows环境,Mysql默认是忽略大小写的,请在my.ini添加如下命令设置大小写敏感
145+
在命令行使用(sc qc MySQL|find ".ini")查看my.ini文件所在目录
145146

146147
[mysqld]
147148
lower_case_table_names = 0

cn/docs/startup_shutdown.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ docsitem: startup-shutdown
4949

5050
Linux:
5151
[kbe @gameserver ~]$ cd $KBE_ROOT/<你的资产库>
52-
[kbe @gameserver ~]$ sh start_server_fixed.sh
52+
[kbe @gameserver ~]$ sh start_server.sh
5353
[kbe @gameserver ~]$ sh kill_server.sh
5454

5555
Windows:
56-
cd %KBE_ROOT%/<你的资产目录>
57-
start_server_fixed.bat
56+
cd %KBE_ROOT%/<你的资产库>
57+
start_server.bat
5858
kill_server.bat
5959

6060

@@ -80,7 +80,7 @@ docsitem: startup-shutdown
8080
启动参数的意义:
8181
-------------------
8282

83-
打开!(win)fixedstart.bat可以看到进程启动时附带了一些参数:
83+
打开<你的资产库>/start_server.bat可以看到进程启动时附带了一些参数:
8484

8585
start %KBE_BIN_PATH%/machine.exe --cid=2129652375332859700 --gus=1
8686
start %KBE_BIN_PATH%/logger.exe --cid=1129653375331859700 --gus=2

docs/installation.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ Install Mysql:
143143
Download and install the latest version of:
144144
http://dev.mysql.com/downloads/windows/
145145

146-
If the Windows then add the following code to make my.ini Mysql case sensitive
146+
If the Windows then add the following code to make my.ini Mysql case sensitive.
147+
On the command line (SC QC MySQL|find ".ini") to view the my.ini file directory.
147148

148149
[mysqld]
149150
lower_case_table_names = 0

docs/startup_shutdown.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ Quick Startup and Shutdown
5454

5555
Linux:
5656
[kbe @gameserver ~]$ cd $KBE_ROOT/<your assets>
57-
[kbe @gameserver ~]$ sh start_server_fixed.sh
57+
[kbe @gameserver ~]$ sh start_server.sh
5858
[kbe @gameserver ~]$ sh kill_server.sh
5959

6060
Windows:
6161
cd %KBE_ROOT%/<your assets>
62-
start_server_fixed.bat
62+
start_server.bat
6363
kill_server.bat
6464

6565

0 commit comments

Comments
 (0)