|
You last visited: Today at 12:31
Advertisement
DB syerrr error
Discussion on DB syerrr error within the Metin2 Private Server forum part of the Metin2 category.
07/17/2016, 01:38
|
#1
|
elite*gold: 0
Join Date: Sep 2009
Posts: 122
Received Thanks: 166
|
DB syerrr error
is it possible to someone help me to resolve the below errors :
Quote:
SYSERR: Jul 17 02:35:00 :: DirectQuery: AsyncSQL: irectQuery : mysql_query error: Column 'name' in field list is ambiguous
query: SELECT pid, name, date FROM monarch_candidacy a, player b where a.pid = b.id
|
Quote:
|
SYSERR: Jul 17 02:35:00 :: Load: DirectQuery failed(SELECT IP_FROM, IP_TO, COUNTRY_NAME FROM iptocountry)
|
Quote:
|
SYSERR: Jul 17 02:35:00 :: LoadMonarchCandidacy: DirectQuery failed(SELECT pid, name, date FROM monarch_candidacy a, player b where a.pid = b.id)
|
|
|
|
07/17/2016, 01:59
|
#2
|
elite*gold: 0
Join Date: Nov 2013
Posts: 23
Received Thanks: 1
|
this is a MySQL error. You need to write the tables name in front of your columun names. Something like this:
Code:
SELECT <tablename>.<columnname> FROM ....
|
|
|
07/17/2016, 11:25
|
#3
|
elite*gold: 0
Join Date: Sep 2009
Posts: 122
Received Thanks: 166
|
Quote:
Originally Posted by info.student
this is a MySQL error. You need to write the tables name in front of your columun names. Something like this:
Code:
SELECT <tablename>.<columnname> FROM ....
|
uhmm alright i can try to add tablename ...
|
|
|
07/18/2016, 03:49
|
#4
|
elite*gold: 0
Join Date: Jul 2012
Posts: 55
Received Thanks: 25
|
SYSERR: Jul 17 02:35:00 :: DirectQuery: AsyncSQL:irectQuery : mysql_query error: Column 'name' in field list is ambiguous
That is telling you that the Column "name" is not unique
From your query : SELECT pid, name, date FROM monarch_candidacy a, player b where a.pid = b.id
i can tell u that there is a name column in the player and in the monarch_candidacy table
to solve the problem change the query to
SELECT pid, player.name, date FROM monarch_candidacy a, player b where a.pid = b.id
or
SELECT pid, monarch_candidacy.name, date FROM monarch_candidacy a, player b where a.pid = b.id
|
|
|
07/18/2016, 06:25
|
#5
|
elite*gold: 0
Join Date: Dec 2014
Posts: 1,018
Received Thanks: 499
|
Learning English, the rest doesnt even matter, also it exist a lot of topic because of that Errors.
Go to Account Db there is a table called Iptocountry 127.0.0.1 as ip in both columns, None as Name
|
|
|
07/23/2016, 00:35
|
#6
|
elite*gold: 0
Join Date: Sep 2009
Posts: 122
Received Thanks: 166
|
Quote:
Originally Posted by Aerociety
SYSERR: Jul 17 02:35:00 :: DirectQuery: AsyncSQL:irectQuery : mysql_query error: Column 'name' in field list is ambiguous
That is telling you that the Column "name" is not unique
From your query : SELECT pid, name, date FROM monarch_candidacy a, player b where a.pid = b.id
i can tell u that there is a name column in the player and in the monarch_candidacy table
to solve the problem change the query to
SELECT pid, player.name, date FROM monarch_candidacy a, player b where a.pid = b.id
or
SELECT pid, monarch_candidacy.name, date FROM monarch_candidacy a, player b where a.pid = b.id
|
how am i suppose to edit the monarch_candidacy ?
Quote:
Originally Posted by BizepsSupportAccount
Learning English, the rest doesnt even matter, also it exist a lot of topic because of that Errors.
Go to Account Db there is a table called Iptocountry 127.0.0.1 as ip in both columns, None as Name
|
Iptocountry table has 3 columns but all of them are empty.
|
|
|
 |
Similar Threads
|
[ENG] Error: Error 1 error C2601: 'HackMain' local function definitions are illegal
08/20/2013 - C/C++ - 1 Replies
So, as the title says I've been encountering an error
Error 1 error C2601: 'HackMain' local function definitions are illegal
I'm running on VC++ (Visual C++)
This is my code:
void HackMain()
{
for (;; )
{
HackThread();
}
|
İbot Error-Error Video- Error İmages-HELP
04/10/2012 - DarkOrbit - 11 Replies
SORRY, MY ENGLİSH VERY BAD.I USE TO GOOGLE TRANSLATE :)
Most people trying to ibot but in my computer İbot not working.
Declared out this error everywhere but I do not get answers
Here's the error Video
http://youtu.be/q0fK09v-K3c
|
API Error Code: 100 API Error Description: Invalid parameter Error Message: redirect_
04/08/2012 - elite*gold Trading - 2 Replies
API Error Code: 100
API Error Description: Invalid parameter
Error Message: redirect_uri URL is not properly formatted
Das bekomme ich wenn ich ne App installiere... ich habe schon 3 Apps richtig installiert, danach kam immer das bei anderen Apps die ich installiert habe..
was heisst das? redirect_uri URL is not properly formatted
|
All times are GMT +1. The time now is 12:33.
|
|