Quote:
Originally Posted by bearman125
two are loadsd two are drops. i drug the whole folder into the mysql/bin folder like i said in the last post. it still isnt reconizing it though. it says that 6.2 is compatible with 7.0 so i got the velious database since it was labled 6.2. i tried the luclin labled 6.6 at there site also but still nothing. what is the correct way to put the database folder into mysql? alright thanks
|
After you place the two files (load_system.sql and load_empty_users.sql) into your mysql\bin directory you have to log into MySql, mysql -u root if you are not using a password and mysql -u root -p if you are.
Once you are logged into mysql type:
Code:
create database eq <enter>
use eq <enter>
Then you need to source the DB.
Code:
source load_system.sql;
When that one is finished source the next one.
Code:
source load_empty_users.sql;
Please read the Wiki again for further and more detailed instructions.
http://www.eqemulator.net/wiki/wikka...indowsServer64