well hi guys i just compiled an l2jserver Interlude branch pack , and i tried to install it.
but the installer gave me a bunch of errors ( a lot actually ) about the .sql files
Database Installer:
Something caused an error while executing instruction :
C:\Program Files\MySQL\MySQL Server 5.5\bin\mysql.exe -h localhost -u root --pas
sword= -D l2jdb
with file armor.sql
What we should do now?
(l)og it: I will create a log for this file, then continue
with the rest of the list in non-logging mode.
(c)ontinue: Let's pretend that nothing happened and continue with
the rest of the list.
(r)econfigure: Perhaps these errors were caused by a typo.
you can restart from scratch and redefine paths, databases
and user info again.
(q)uit now
Choose (default continue):
the .sql files seems to be correct too... :/
--
-- Table structure for table `armor`
--
DROP TABLE IF EXISTS `armor`;
CREATE TABLE `armor` (
`item_id` int(11) NOT NULL default '0',
`name` varchar(70) default NULL,
`bodypart` varchar(15) NOT NULL default '',
`crystallizable` varchar(5) NOT NULL default '',
`armor_type` varchar(5) NOT NULL default '',
`weight` int(5) NOT NULL default '0',
`material` varchar(15) NOT NULL default '',
`crystal_type` varchar(4) NOT NULL default '',
`avoid_modify` int(1) NOT NULL default '0',
`duration` int(3) NOT NULL default '0',
`p_def` int(3) NOT NULL default '0',
`m_def` int(2) NOT NULL default '0',
`mp_bonus` int(3) NOT NULL default '0',
`price` int(11) NOT NULL default '0',
`crystal_count` int(4) default NULL,
`sellable` varchar(5) default NULL,
`dropable` varchar(5) default NULL,
`destroyable` varchar(5) default NULL,
`tradeable` varchar(5) default NULL,
`item_skill_id` decimal(11,0) NOT NULL default '0',
`item_skill_lvl` decimal(11,0) NOT NULL default '0',
PRIMARY KEY (`item_id`)
) TYPE=MyISAM;
--
-- Dumping data for table `armor`
INSERT INTO `armor` VALUES
and i dont really know what's the fault. i dont think there's a problem with my software.. ( eclipse , win 7 , navicat 10 lite , mysql 5.5 because yesterday i installed an acis pack without any problems..
DISCORD :
https://discord.com/users/325653525793210378
utchiha_market
telegram :
https://t.me/utchiha_market
SELLIX STORE :
https://utchihamkt.mysellix.io/
Join our server for more products :
https://discord.gg/uthciha-services
https://campsite.bio/utchihaamkt
Question
Stefoulis15
well hi guys i just compiled an l2jserver Interlude branch pack , and i tried to install it.
but the installer gave me a bunch of errors ( a lot actually ) about the .sql files
Database Installer:
the .sql files seems to be correct too... :/
and i dont really know what's the fault. i dont think there's a problem with my software.. ( eclipse , win 7 , navicat 10 lite , mysql 5.5 because yesterday i installed an acis pack without any problems..
thanks in advance
5 answers to this question
Recommended Posts