Quote:
Originally Posted by dreed9191 hey,i got a problem when trying to extract the character sql,it says Error occured at:2007-12-18 20:48:23
Line no.:0
Error Code: 1049 - Unknown database 'character',any ideas?Oh and btw great guide! |
you execute a batch file right? that is becuz you dont have a database called character... what is your database name? are the world - character and logon databases split up or all in 1 database?
just right click the batch file => edit (with notepad)
then you should find lines like this:
Code:
############################################################################
REM #
REM # B A S I C U S E R C O N F I G U R A T I O N A R E A
REM #
REM ############################################################################
set user=root
set pass=root
REM WorldDB - is the World Database
REM If you do not have them seperated then set them to the same values
set WorldDB=ascentDB
REM
the red parts you must edit... user = your database username, pass = your database pass
the last thing could be different... it can be something like CharDB or something... just check and it has to have the same name as the database you created
NOTE: instead of importing the DB with the tool.bat you could also use navicat or some other SQLmanager....
(right click your DB => import => select the SQL file )
grtz
