Jump to content
  • 0

Install Problem


Stάzy

Question

Hi there , I wanted to start a Freya server  so that i can test some stuff and I've downloaded l2j server's latest compiled revision  and I've also downloaded Navicat and MySQL. I installed MySQL and Navicat and followed the l2j guides on how to install DP,LS and GS but when I try to run the database_installer i get this error.

 

 

sdsyi.png

 

 

Any help will be appreciated.

Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 0

Have you put path for your db at mysql?

 

EX

Lets take a look the properties from DB Installer

[table][tr][td]@echo off

TITLE L2 Phoenix Setup

REM ######################################## Automatic updater for L2 Phoenix - Do not edit !!!

goto answer%ERRORLEVEL%

:answerTrue

set fastend=yes

goto upgrade_db

:answer0

set fastend=no

 

set user=(your mysql username[defult as (root)])

set pass=(your mysql password)

set DBname=[glow=red,2,300]l2pdb[/glow] <-----Your path name from mysql (added with navicat to mysql)

set DBHost=localhost

 

set Generaltables=accounts augmentations clanhall gameservers banned_ips loginserv_log character_friends character_hennas character_macroses character_quests character_recipebook character_shortcuts character_skills character_effects_save character_skills_save character_subclasses characters character_variables clanhall_bids clanhall_data clan_data clanhall_decorations_bids ally_data clan_wars items pets server_variables seven_signs seven_signs_festival siege_clans killcount dropcount craftcount game_log petitions seven_signs_status global_tasks raidboss_status manor_crop manor_seeds

set Ignore=--ignore-table=%DBname%.game_log --ignore-table=%DBname%.loginserv_log --ignore-table=%DBname%.petitions

 

REM ####################################[/table]

Link to comment
Share on other sites

  • 0

:configure

call :colors 17

title L2JDP installer - Setup

cls

set config_version=2

if NOT %upgrade_mode% == 2 (

set fresh_setup=1

set mysqlBinPath=C:\Program Files\MySQL\MySQL Server 5.1\bin

set lsuser=root

set lspass=root

set lsdb=l2jdb

set lshost=localhost

set cbuser=root

set cbpass=root

set cbdb=l2jdb

set cbhost=localhost

set gsuser=root

set gspass=root

set gsdb=l2jdb

set gshost=localhost

set cmode=c

set backup=.

set logdir=.

Link to comment
Share on other sites

  • 0

You have to create an empty database named "l2jdb" before installing tables.

 

The script install tables, but database must be created before.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...