./SubHelper Error!
#1

./SubHelper

Load setting file......

Cannot connect DB!!

 

 

[server]

Number=1

IP=myip

Port=50401

UserPort=4102

MAXSIZE=1000

[Char DB]

IP=127.0.0.1

DBName=newproject_db_ep2

User=root

Password=

IP=127.0.0.1

DBName=newproject_post

User=root

Password=

#2


./SubHelper

Load setting file......

Cannot connect DB!!

 

 

[server]

Number=1

IP=myip

Port=50401

UserPort=4102

MAXSIZE=1000

[Char DB]

IP=127.0.0.1

DBName=newproject_db_ep2

User=root

Password=

IP=127.0.0.1

DBName=newproject_post

User=root

Password=

Create newproject_post and put:

/*
Navicat MySQL Data Transfer
Source Server : PVPLC
Source Server Version : 50516
Source Host : localhost:3306
Source Database : postoffice
Target Server Type : MYSQL
Target Server Version : 50516
File Encoding : 65001
Date: 2012-11-15 18:17:14
*/
SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for `postoffice`
-- ----------------------------
DROP TABLE IF EXISTS `postoffice`;
CREATE TABLE `postoffice` (
`index` int(5) NOT NULL DEFAULT '0',
`msgtype` int(5) DEFAULT NULL,
`msgcategory` int(5) DEFAULT NULL,
`recvdate` int(10) DEFAULT NULL,
PRIMARY KEY (`index`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
-- ----------------------------
-- Records of postoffice
-- ----------------------------

#3


./SubHelper

Load setting file......

Cannot connect DB!!

 

 

[server]

Number=1

IP=myip

Port=50401

UserPort=4102

MAXSIZE=1000

[Char DB]

IP=127.0.0.1

DBName=newproject_db_ep2

User=root

Password=

IP=127.0.0.1

DBName=newproject_post

User=root

Password=

be shure that the IP is 127.0.0.1 !!

only the gameserver and loginserver need the lan ip

the rest 127.0.0.1



Forum Jump:


Users browsing this thread: 1 Guest(s)