- Joined
- Nov 13, 2006
- Messages
- 18
- Reaction score
- 0
Hi I downloaded the compiles from Karnage's sticky yesterday..
I got it working wonderfully
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
I got it working wonderfully

But today I was going to update it and while compiling the 4664.sql using SQLyog this error comes up:
To view the content, you need to sign in or register
This is in the error log
How shall I make this work?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