[MANGOS] Problem with updating -> character table

Newbie Spellweaver
Joined
Nov 13, 2006
Messages
18
Reaction score
0
Hi I downloaded the compiles from Karnage's sticky yesterday..

I got it working wonderfully :D

But today I was going to update it and while compiling the 4664.sql using SQLyog this error comes up:



This is in the error log
Query:
GRANT ALL PRIVILEGES ON `characters` . * TO 'mangos'@'localhost' WITH GRANT OPTION

Error occured at:2007-11-02 14:14:56
Line no.:2
Error Code: 1133 - Can't find any matching row in the user table

Query:
CREATE DATABASE `characters` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci
Line no.:1
Error Code: 1007 - Can't create database 'characters'; database exists
How shall I make this work?
 
Hi I downloaded the compiles from Karnage's sticky yesterday..

I got it working wonderfully :D

But today I was going to update it and while compiling the 4664.sql using SQLyog this error comes up:



This is in the error log

How shall I make this work?

Hm..well as it said..There is already a "Characters" table..So try to delete your current one and import another one, then try to update again.

Anyways, Good Luck.

-Kiteal
 
Hm..well as it said..There is already a "Characters" table..So try to delete your current one and import another one, then try to update again.

Anyways, Good Luck.

-Kiteal

I already tried that...i ended up just recompiling from the day before...

I don't get why he doesn't have conf files in the download:punch:
 
Back