ummmm
you have mysql installed.
so just follow the directions step by step it aill all make sense.
the
mysql -u root -p
"is how yo connect useing use root with a password"
then type
create database eqemu;
use eqemu;
"if u made it"
then
source world.db;
or whatever world you have.
|