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
🗡 fayeOP•4mo ago
like where is this meant to be in the db so i can fix it
tDcc
tDcc•4mo ago
try running ingest again
🗡 faye
🗡 fayeOP•4mo ago
already did that
tDcc
tDcc•4mo ago
:Erm: @Zin you know anything?
Zin
Zin•4mo ago
can you screenshot your maple-data db, and in table - itemoptionrandom.xml row?
🗡 faye
🗡 fayeOP•4mo ago
is that not the problem that it doesn't exist
Zin
Zin•4mo ago
that's my point
🗡 faye
🗡 fayeOP•4mo ago
yeah it's not there lol like the log says
Zin
Zin•4mo ago
if it doesn't exist then whatever xml you're giving your server is corrupt
tDcc
tDcc•4mo ago
could try getting latest from the repo :hmm:
🗡 faye
🗡 fayeOP•4mo ago
fixing it just waiting for navicat to work nevermind fucked everything worse erm
Zin
Zin•4mo ago
i dont understand what you're doing lol "navicat to work" huh? why is navicat "working" ?
🗡 faye
🗡 fayeOP•4mo ago
my db manager, i'm just copying the row from my old db
Zin
Zin•4mo ago
but why are you doing this
🗡 faye
🗡 fayeOP•4mo ago
because it's not there
Zin
Zin•4mo 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
🗡 fayeOP•4mo ago
if my ms2 install corrupted overnight without any powercut or anything i think there's a wizard in my rack
tDcc
tDcc•4mo ago
:hmm: try deleting the whole db and running ingest
🗡 faye
🗡 fayeOP•4mo 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
tDcc•4mo ago
:hmm: weird never seen this issue
🗡 faye
🗡 fayeOP•4mo ago
my server is just a little slow so the timeout is too low :(
tDcc
tDcc•4mo ago
ohh
🗡 faye
🗡 fayeOP•4mo ago
she needs a little time
🗡 faye
🗡 fayeOP•4mo ago
god i hate mysql
No description
🗡 faye
🗡 fayeOP•4mo 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
tDcc•4mo 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
🗡 fayeOP•4mo ago
thank u boss will do need this to be done so i can eat in peace
🗡 faye
🗡 fayeOP•4mo ago
never touching mysql again praise be
No description

Did you find this page helpful?