Ir para conteúdo
  • 0

Erro mysql


kinglekke

Pergunta

se alguem souber meu erro eu agradeço e darei + rep

 

 

 

worldType = "pvp"
hotkeyAimbotEnabled = "yes"
protectionLevel = 8
killsToRedSkull = 8
killsToBlackSkull = 13
pzLocked = 60000
removeAmmoWhenUsingDistanceWeapon = "yes"
removeChargesFromRunes = "yes"
timeToDecreaseFrags = 4 * 60 * 60 * 1000
whiteSkullTime = 10 * 60 * 1000
stairJumpExhaustion = 2500
experienceByKillingPlayers = "no"


ip = "198.50.239.97"
bindOnlyGlobalAddress = "yes"
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171
maxPlayers = "200"
motd = "Taboos Global!"
onePlayerOnlinePerAccount = "yes"
allowClones = "no"
serverName = "Taboos"
statusTimeout = 60000
replaceKickOnLogin = "yes"
maxPacketsPerSecond = 300
pushCreatureDelay = 1 * 1000


deathLosePercent = -1


housePriceEachSQM = 10000
houseRentPeriod = "weekly"


timeBetweenActions = 200
timeBetweenExActions = 1000


mapName = "Realmaptaboos"
mapAuthor = "Thornia"


marketOfferDuration = 30 * 24 * 60 * 60
premiumToCreateMarketOffer = "yes"
checkExpiredMarketOffersEachMinutes = 60
maxMarketOffersAtATimePerPlayer = 100

mysqlHost = "localhost"
mysqlUser = "root"
mysqlPass = "kingle73279"
mysqlDatabase = "TaboosGlobalTestServ"
mysqlPort = 3306
mysqlSock = ""
passwordType = "sha1"

allowChangeOutfit = "yes"
freePremium = "no"
kickIdlePlayerAfterMinutes = 200
maxMessageBuffer = 4
noDamageToSameLookfeet = "no"
emoteSpells = "no"


rateExp = 50
rateSkill = 10
rateLoot = 2
rateMagic = 5
rateSpawn = 1


deSpawnRange = 2
deSpawnRadius = 50


staminaSystem = "yes"


defaultPriority = "high"
startupDatabaseOptimization = "no"

ownerName = "Gabriel"
ownerEmail = ""
url = "http://tabbos-global.com.br/"
location = "Brazil"

 

Link para o comentário
Compartilhar em outros sites

12 respostass a esta questão

Posts Recomendados

  • 0

mysqld stop

mysqld --skip-grant-tables & - Vai liberar para configuração do mysql

mysqld -u root mysql - Vai te permitir logar como root

UPDATE user SET Password=PASSWORD('SENHA') WHERE User='root'; FLUSH PRIVILEGES; exit; - Vai setar a senha do usuário root para "senha" e recarregar as permissões.

 

Ao dar o start, normalmente vai te pedir pra digitar a senha que você cadastrou acima. Preste atenção, pois geralmente não aparece os asteristicos enquanto digita a senha.

Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...