Jet another "XP Database"-Thread

Read log files for errors! If this fails, come here for help

Moderator: Forum Moderator

Post Reply
Frameboy
Peon
Posts: 5
Joined: Mon Jul 21, 2008 12:11 pm

Jet another "XP Database"-Thread

Post by Frameboy » Mon Jul 21, 2008 4:25 pm

Sorry, but the other thread (viewtopic.php?f=21&t=3307) has been closed!
I currently have another problem with converting the old "war3users".
I followed the docs and I have googled the last hours but found no answer.
The new table are installed in the database automaticly, but the contents of the old war3users won*t be writen in the new tables.
The following error was writen in the error.log:
L 07/22/2008 - 00:09:34: ** Map cs_winter_assault started, version: '3.0 RC11b'
L 07/22/2008 - 00:09:34: [MYSQLX] Error in querying database, location: 12
L 07/22/2008 - 00:09:34: [MYSQLX] Message: Access denied for user: 'xxx@10.' to database 'information_schema' (1044)
L 07/22/2008 - 00:09:34: [MYSQLX] Query statement: SELECT count(*) FROM information_schema.tables WHERE table_schema = 'xxx' AND table_name = 'war3users';
I don't have a database "information_schema" and i can't create it.
What could I do???

Sorry for my bad english, but school is long ago!

Greetz from germany Frameboy

User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Re: Jet another "XP Database"-Thread

Post by YamiKaitou » Tue Jul 22, 2008 6:49 am

Search the forums for "information_schema"
Image

No support via PM or Email

Frameboy
Peon
Posts: 5
Joined: Mon Jul 21, 2008 12:11 pm

Re: Jet another "XP Database"-Thread

Post by Frameboy » Tue Jul 22, 2008 7:17 am

Now, I have done. But I only found this thread!

User avatar
Geesu
<b>King of the world!</b>
Posts: 3159
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Re: Jet another "XP Database"-Thread

Post by Geesu » Tue Jul 22, 2008 7:40 am

information_schema is a "hidden" table that has more information.

I'm not sure what permissions your user needs to be able to read it - I would google "permissions, information_schema"
No Support via PM

Frameboy
Peon
Posts: 5
Joined: Mon Jul 21, 2008 12:11 pm

Re: Jet another "XP Database"-Thread

Post by Frameboy » Tue Jul 22, 2008 7:51 am

I'm not sure too. I have a webserver and there I can see und edit the database "information_schema".
But my Gameserver is not a root-server. It is rented. So I can't see or edit the information_schema.

Just another question: why is the ip-adress cut in the logfile? "... user: 'xxx@10.' to ...". Could this be the reason why he could not connect?
It must be xxx.xxx.xxx or not?

User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Re: Jet another "XP Database"-Thread

Post by YamiKaitou » Tue Jul 22, 2008 8:36 am

What version of MySQL are you using?
Image

No support via PM or Email

User avatar
Geesu
<b>King of the world!</b>
Posts: 3159
Joined: Tue Jul 05, 2005 9:24 pm
Contact:

Re: Jet another "XP Database"-Thread

Post by Geesu » Tue Jul 22, 2008 12:18 pm

Your MySQL provider is just locking your user account down - that is all - ask them to grant you READ only to information_schema
No Support via PM

Frameboy
Peon
Posts: 5
Joined: Mon Jul 21, 2008 12:11 pm

Re: Jet another "XP Database"-Thread

Post by Frameboy » Tue Jul 22, 2008 1:44 pm

YamiKaitou wrote:What version of MySQL are you using?
MySQL-Client-Version: 5.0.54

User avatar
YamiKaitou
Forum Moderator
Forum Moderator
Posts: 1925
Joined: Wed Feb 01, 2006 4:33 pm
Contact:

Re: Jet another "XP Database"-Thread

Post by YamiKaitou » Tue Jul 22, 2008 2:40 pm

Then, you can do 1 of 2 things.


Do what Geesu said and ask for READ access to the table.

Remove the 2.x to 3.x MySQL self update feature.
Image

No support via PM or Email

Post Reply