missing row (i think)

i think my import got fucked up, what is this and how do i manually fix it? i have admin access to the db
No description
Solution:
if it fails can try some of these: ```// Set MySQL timeout configurations metadataContext.Database.ExecuteSqlRaw(@"SET GLOBAL wait_timeout=3600"); // 1 hour metadataContext.Database.ExecuteSqlRaw(@"SET GLOBAL interactive_timeout=3600"); // 1 hour...
No description
Jump to solution
28 Replies
faye ࿈
faye ࿈OP3w ago
like where is this meant to be in the db so i can fix it
tDcc
tDcc3w ago
try running ingest again
faye ࿈
faye ࿈OP3w ago
already did that
tDcc
tDcc3w ago
:Erm: @Zin you know anything?
Zin
Zin3w ago
can you screenshot your maple-data db, and in table - itemoptionrandom.xml row?
faye ࿈
faye ࿈OP3w ago
is that not the problem that it doesn't exist
Zin
Zin3w ago
that's my point
faye ࿈
faye ࿈OP3w ago
yeah it's not there lol like the log says
Zin
Zin3w ago
if it doesn't exist then whatever xml you're giving your server is corrupt
tDcc
tDcc3w ago
could try getting latest from the repo :hmm:
faye ࿈
faye ࿈OP3w ago
fixing it just waiting for navicat to work nevermind fucked everything worse erm
Zin
Zin3w ago
i dont understand what you're doing lol "navicat to work" huh? why is navicat "working" ?
faye ࿈
faye ࿈OP3w ago
my db manager, i'm just copying the row from my old db
Zin
Zin3w ago
but why are you doing this
faye ࿈
faye ࿈OP3w ago
because it's not there
Zin
Zin3w ago
if ingest is not properly ingesting then you have a more serious problem with the data you're feeding it what you're doing it just going to lead to more problems
faye ࿈
faye ࿈OP3w ago
if my ms2 install corrupted overnight without any powercut or anything i think there's a wizard in my rack
tDcc
tDcc3w ago
:hmm: try deleting the whole db and running ingest
faye ࿈
faye ࿈OP3w ago
i used to run my db on the same machine as my server, which was fine, i'm just having teething issues moving ingest is too impatient on larger queries the timeout is too low
tDcc
tDcc3w ago
:hmm: weird never seen this issue
faye ࿈
faye ࿈OP3w ago
my server is just a little slow so the timeout is too low :(
tDcc
tDcc3w ago
ohh
faye ࿈
faye ࿈OP3w ago
she needs a little time
faye ࿈
faye ࿈OP3w ago
god i hate mysql
No description
faye ࿈
faye ࿈OP3w ago
running ingest again we'll see if it's magically patient enough okay it seems to be working fine fingers crossed yeah the row is actually in navi now so i'm expecting it'll be fine after ingest is done
Solution
tDcc
tDcc3w ago
if it fails can try some of these:
// Set MySQL timeout configurations
metadataContext.Database.ExecuteSqlRaw(@"SET GLOBAL wait_timeout=3600"); // 1 hour
metadataContext.Database.ExecuteSqlRaw(@"SET GLOBAL interactive_timeout=3600"); // 1 hour
metadataContext.Database.ExecuteSqlRaw(@"SET GLOBAL net_read_timeout=300"); // 5 minutes
metadataContext.Database.ExecuteSqlRaw(@"SET GLOBAL net_write_timeout=300"); // 5 minutes
metadataContext.Database.ExecuteSqlRaw(@"SET GLOBAL lock_wait_timeout=300"); // 5 minutes
// Set MySQL timeout configurations
metadataContext.Database.ExecuteSqlRaw(@"SET GLOBAL wait_timeout=3600"); // 1 hour
metadataContext.Database.ExecuteSqlRaw(@"SET GLOBAL interactive_timeout=3600"); // 1 hour
metadataContext.Database.ExecuteSqlRaw(@"SET GLOBAL net_read_timeout=300"); // 5 minutes
metadataContext.Database.ExecuteSqlRaw(@"SET GLOBAL net_write_timeout=300"); // 5 minutes
metadataContext.Database.ExecuteSqlRaw(@"SET GLOBAL lock_wait_timeout=300"); // 5 minutes
No description
faye ࿈
faye ࿈OP3w ago
thank u boss will do need this to be done so i can eat in peace
faye ࿈
faye ࿈OP3w ago
never touching mysql again praise be
No description

Did you find this page helpful?