Ir para conteúdo
  • Cadastre-se
  • 0

PROBLEMAS DATABASE INSTALLER C4


SCRASH0

Pergunta

PESSOAL ESTOU COM UM PROBLEMINHA.

QUANDO EU TENTO INSTALAR A DATABASE DA ERRO NO CONSOLE.

An error occured while trying to create a database for
your game server.

 

COLOQUEI DUTO CORRETO NA EDIÇÃO MESMO ASSIM DA ERRO.

L2JADMINS C4

5lxir4.png

 

 @echo off
REM ##############################################
REM ## L2JDP Database Installer - (by DrLecter) ##
REM ##############################################
REM ## Interactive script setup -  (by TanelTM) ##
REM ##############################################

set config_file=vars.txt
set config_version=0

set full=0
set stage=0
set logging=0

set upgrade_mode=0
set backup=.
set logdir=.
set safe_mode=1
set cmode=c
set fresh_setup=0

:loadconfig
title L2jAdmins DP installer - Reading configuration from file...
cls
if not exist %config_file% goto configure
ren %config_file% vars.bat
call vars.bat
ren vars.bat %config_file%
call :colors 17
if /i %config_version% == 1 goto ls_section
set upgrade_mode=2
echo It seems to be the first time you run this version of
echo database_installer but I found a settings file already.
echo I'll hopefully ask this questions just once.
echo.
echo Configuration upgrade options:
echo.
echo (1) Import and continue: I'll read your old settings and
echo    continue execution, but since no new settings will be
echo    saved, you'll see this menu again next time.
echo.
echo (2) Import and configure: This tool has some new options
echo    available, you choose the values that fit your needs
echo    using former settings as a base.
echo.
echo (3) Ignose stored settings: I'll let you configure me
echo    with a fresh set of default values as a base.
echo.
echo (4) View saved settings: See the contents of the config
echo    file.
echo.
echo (5) Quit: Did you come here by mistake?
echo.
set /P upgrade_mode="Type a number, press Enter (default is '%upgrade_mode%'): "
if %upgrade_mode%==1 goto ls_section
if %upgrade_mode%==2 goto configure
if %upgrade_mode%==3 goto configure
if %upgrade_mode%==4 (cls&type %config_file%&pause&goto loadconfig)
if %upgrade_mode%==5 goto :eof
goto loadconfig

:colors
if /i "%cmode%"=="n" (
if not "%1"=="17" (     color F ) else ( color )
) else ( color %1 )
goto :eof

:configure
call :colors 17
title L2jAdmins DP installer - Setup
cls
set config_version=1
if NOT %upgrade_mode% == 2 (
set fresh_setup=1
set mysqlBinPath=%Program Files (x86)%\MySQL\MySQL Server 5.1\bin
set lsuser=root
set lspass=
set lsdb=l2j_db
set lshost=localhost
set gsuser=root
set gspass=
set gsdb=l2j_db
set gshost=localhost

 

 

ALGUEM PODE ME AJUDAR A SOLUCIONAR?

Editado por admhoro
Link para o comentário
Compartilhar em outros sites

0 respostass a esta questão

Posts recomendados

Até agora não há respostas para essa pergunta

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.

Visitante
Responder esta pergunta...

×   Você colou conteúdo com formatação.   Remover formatação

  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.

Processando...
  • Registre-se

    Faça parte da maior e  mais antigas comunidades sobre Lineage2 da América Latina.





×
×
  • Criar Novo...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.