|
You last visited: Today at 10:31
Advertisement
DB Errors
Discussion on DB Errors within the Metin2 Private Server forum part of the Metin2 category.
05/04/2016, 16:08
|
#1
|
elite*gold: 0
Join Date: Jun 2013
Posts: 669
Received Thanks: 243
|
DB Errors
Heii,
Habe nen Problem mit meiner Datenabnk , Sie Speichert Die Player Tabelle nciht ab bzw ergenzt sie nciht, wnen ich yang aufhebe ander osituiten oder sonstiges die DB Sysser sagt:
SYSERR: May 4 14:01:43 :: pid_init:
Start of pid: 5487
SYSERR: May 4 14:01:43 :: Start: TABLE_POSTFIX not configured use default
Die Game Sysser
SYSERR: May 4 14:04:01 :: ChildLoop: AsyncSQL: query failed: Incorrect string value: '\xFCssel ...' for column 'hint' at row 1 (query: INSERT DELAYED INTO log (type, time, who, x, y, what, how, hint, ip, vnum) VALUES('ITEM', NOW(), 1, 468813, 960938, 110000462, 'GET', 'Silberner Schlüssel 1 50009', 'IP', 50009) errno: 1366)
SYSERR: May 4 14:04:02 :: ChildLoop: AsyncSQL: query failed: Incorrect string value: '\xF6wenka...' for column 'hint' at row 1 (query: INSERT DELAYED INTO log (type, time, who, x, y, what, how, hint, ip, vnum) VALUES('ITEM', NOW(), 1, 468813, 960938, 110000459, 'GET', 'Löwenkantenschild+4 1 13104', 'IP', 13104) errno: 1366)
SYSERR: May 4 14:06:18 :: Process: SEQUENCE 367c6400 mismatch 0xaf != 0x64 header 254
SYSERR: May 4 14:06:18 :: Process: SEQUENCE_LOG [UNKNOWN]-------------
[254 : 0xaf]
|
|
|
05/04/2016, 16:24
|
#2
|
elite*gold: 0
Join Date: Apr 2015
Posts: 428
Received Thanks: 361
|
Erhöhe die Länge der Eintragungsmöglichkeit.
Entweder per SQL:
PHP Code:
USE information_schema; UPDATE COLUMNS SET CHARACTER_MAXIMUM_LENGTH = 50, CHARACTER_OCTET_LENGTH = (50 * 2), COLUMN_TYPE = CONCAT('varchar', '(', 50, ')') WHERE TABLE_SCHEMA = 'log' AND TABLE_NAME = 'log' AND COLUMN_NAME = 'hint';
Oder du klickst auf die Datenbank "log" und dort einmal auf die Tabelle "log" und öffnest die Design Tabelle (bei Navicat im Reiter oben) und änderst bei "length" den Wert auf 50.
#edit irgendwie wird das at Zeichen immer in @at umgewandelt, naja hab's jetzt durch fixe Werte ersetzt
|
|
|
05/04/2016, 16:40
|
#3
|
elite*gold: 0
Join Date: Jun 2013
Posts: 669
Received Thanks: 243
|
jetzt kommt bei der Charakter erstellung imm das der falsche Charaktername..
@
|
|
|
05/04/2016, 16:50
|
#4
|
elite*gold: 0
Join Date: Apr 2015
Posts: 428
Received Thanks: 361
|
@
Quote:
Originally Posted by "Sh4Xx"
jetzt kommt bei der Charakter erstellung imm das der falsche Charaktername..
@ 
|
Ich verstehe nicht genau was du meinst; sende hier eine Fehlermeldung der Syserr und eine passende Formulierung, dann kann ich dir weiterhelfen :P
#edit übernimm mal diese Reihe so als SQL Befehl..
PHP Code:
USE information_schema; INSERT INTO `COLUMNS` VALUES ('def', 'log', 'log', 'hint', '8', null, 'YES', 'varchar', '20', '40', null, null, 'big5', 'big5_bin', 'varchar(20)', '', '', 'select,insert,update,references', '');
|
|
|
05/04/2016, 17:26
|
#5
|
elite*gold: 0
Join Date: Jun 2013
Posts: 669
Received Thanks: 243
|
Danke jetzt Funktioniert alles wie es soll
|
|
|
 |
Similar Threads
|
Sql Errors?
12/12/2013 - Flyff Private Server - 1 Replies
Kann mir jemand Information über diesen Error geben?:
|
Help with those errors plz
11/25/2011 - CO2 Private Server - 0 Replies
Anyone can help me to fix those errors i get in Threading.cs ? It is when i try to build in source 5375.
|
[Guide] 2 Fixes on Sro-Errors (no bot-errors)
03/04/2011 - SRO Guides & Templates - 5 Replies
Hey guys,
here are 2 fixes for silkroad-errors (not bot-errors!). I know they dont appear for many people but some guys have problems with it.
1st Fix: "Server is undergoing inspection..."
Why does this error appear?
Because Joymax has some problems with the Login-Servers.
Fix:
Step1): Click on "Start" then on "Run"
|
[Help] Getting some errors.
07/21/2009 - CO2 Private Server - 1 Replies
System.InvalidOperationException: Connection must be valid and open
at MySql.Data.MySqlClient.MySqlCommand.CheckState()
at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuer y()
at COServer_Project.DataBase.SaveChar(Character Charr) in C:\Documents and Settings\YernaJ\Desktop\RoflCOpter Source\COServerProject\DataBase.cs:line 1492
System.InvalidOperationException: Connection must be valid and open
at MySql.Data.MySqlClient.MySqlCommand.CheckState()
at...
|
[Help] C# Errors :S
01/11/2009 - CO2 Private Server - 3 Replies
Hi, ive been coding up a scratch lotf with Emily and we came across a few errors we couldn't fix, if you know how to, please let one of us know :D
Errors:
Error 1 A namespace does not directly contain members such as fields or methods
Code line:
Error 2 'COServer_Project.General.SaveTimer_Elaps ed' is a 'field' but is used like a 'method'
Code line:
Error 3 'COServer_Project.General.RestartTimer_E' is a 'field' but is used like a 'method'
|
All times are GMT +1. The time now is 10:32.
|
|