EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Support::General Support (https://www.eqemulator.org/forums/forumdisplay.php?f=598)
-   -   link dead (https://www.eqemulator.org/forums/showthread.php?t=20610)

vales 05-19-2006 10:25 PM

Uh. Might want to try reading the wikki again. No where does it say to drag any fles into the MySQL folder. Or did I miss something?

When you install using EQEmuServerPack-3.52, it automatically installs one database depending on which one you choose and sources everything for you.

I think you may be trying too hard. Just take it easy and read everything thoroughly. There's really no easier way to explain it other than it's shown. Like I said, I did it the first time and had no issues. The wikki really can't explain it easier than that. :confused:

sesmar 05-20-2006 01:23 AM

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

bearman125 05-21-2006 03:19 AM

any ideas?


All times are GMT -4. The time now is 04:48 PM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.