![]() |
|
./SubHelper Error! - Printable Version +- LCKB (https://lckb.dev/forum) +-- Forum: ** OLD LCKB DATABASE ** (https://lckb.dev/forum/forumdisplay.php?fid=109) +--- Forum: Off-Topic (The Outer World) (https://lckb.dev/forum/forumdisplay.php?fid=198) +---- Forum: General Discussion (https://lckb.dev/forum/forumdisplay.php?fid=147) +---- Thread: ./SubHelper Error! (/showthread.php?tid=1281) |
- viktor145 - 11-20-2012 ./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= - izhuk - 11-20-2012 ./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 -- ---------------------------- - chris-2012 - 11-20-2012 ./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 |