亲,你好!如果你要查看下载链接,请注册登录后即可免回复直接查看更多内容噢!
您需要 登录 才可以下载或查看,没有账号?立即注册
x
牛元帅搭建教程 牛总统架设视频教程 房卡牛牛教程
牛元帅配套组件下载
后台搭建方面 下载php支持文件
https://www.cainiaovip.com/www.microsoft.com/en-us/download/details.aspx?id=20098
php.ini 设置
[PHP_PDO_SQLSRV]
extension=php_pdo_sqlsrv_55_ts.dll
[PHP_SQLSRV]
extension=php_sqlsrv_55_ts.dll
服务端启动失败的话运行存储过程
sp_addlinkedserver ‘QPAccountsDBLink’, ‘QPAccountsDBLink’, ‘SQLNCLI’,'(local)’,null,null,’QPAccountsDB’
go
sp_addlinkedserver ‘QPGameMatchDBLink’, ‘QPGameMatchDBLink’, ‘SQLNCLI’,'(local)’,null,null,’QPGameMatchDB’
go
sp_addlinkedserver ‘QPGameScoreDBLink’, ‘QPGameScoreDBLink’, ‘SQLNCLI’,'(local)’,null,null,’QPGameScoreDB’
go
sp_addlinkedserver ‘QPPlatformDBLink’, ‘QPPlatformDBLink’, ‘SQLNCLI’,'(local)’,null,null,’QPPlatformDB’
go
sp_addlinkedserver ‘QPRecordDBLink’, ‘QPRecordDBLink’, ‘SQLNCLI’,'(local)’,null,null,’QPRecordDB’
go
sp_addlinkedserver ‘QPTreasureDBLink’, ‘QPTreasureDBLink’, ‘SQLNCLI’,'(local)’,null,null,’QPTreasureDB’
exec sp_serveroption @server=’QPAccountsDBLink’ , @optname= ‘rpc’, @optvalue =’TRUE’
exec sp_serveroption @server=’QPAccountsDBLink’ , @optname= ‘rpc out’, @optvalue=’TRUE’
游客,您好!下载链接已隐藏,如果您要查看本帖的下载隐藏内容请 登录后可见 |