- 精华
- 阅读权限
- 50
- 好友
- 相册
- 分享
- 听众
- 收听
- 注册时间
- 2010-5-15
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
发表于 2015-11-28 15:51:46
|
显示全部楼层
设置GM
C9Unity------TblAccount 字段cAuthLevel 设置为6
-------------------------------------------------------
注册语句
USE [C9Unity]
GO
INSERT INTO Auth.TblAccount([cAccId], [cPassword], [cAuthLevel])
VALUES ('1234567', '1234567', '1');
GO
|
|