SOLVED: admin pls close this
SOLUTION: remove the part of the tool.bat file which tells the bat file to drop the world DB and then delete the part which tells the bat file to create a DB called world DB
this is how it looks
delete all of the above from your tool.bat file then it will only import the sql files without messing with ur already set structureECHO DROP database IF EXISTS `%world_db%`; > %devsql%\databaseclean.sql
ECHO CREATE database IF NOT EXISTS `%world_db%`; >> %devsql%\databaseclean.sql
%mysqlpath%\mysql --host=%host% --user=%user% --password=%pass% --port=%port% < %devsql%\databaseclean.sql
@DEL %devsql%\databaseclean.sql
ECHO Database %world_db% successfully created !
hello
i have whyDB and their crappy tool importer only allows me to replace my whole world DB with their structure
i want to only import the information into my structure automatically. i know i can do this manually by pressing the items.sql into my world -> items table
but i want it to import all the information into my tables that i already have automatically