Quote:
Originally Posted by Coderdude99
C:\mysql\bin>REM: ****Read this first!!!****
C:\mysql\bin>REM: This file requires your real IP in the place of "YourIP" when
you are connecting
C:\mysql\bin>REM: To the EQEmu Loginserver.
C:\mysql\bin>REM: When you are using minilogin, Replace all IP Addresses to say
127.0.0.1
C:\mysql\bin>REM: If you still get errors try using localhost instead of 127.0.0
.1
C:\mysql\bin>REM:--------------Start-----------------------
You did not copy the spells_en.txt from your everquest directory to this one. P
lease do so or zones will crash on startup.
Press any key to continue . . .
i Use windows xp i got the spells_en.txt in the in the folder and and it says you need your ip and i put tat in the spot you suppose to but it still says i need to put it in. Somone please help
http://www.eqemu.net/eqemuerror.php?id
=1
is what World says\
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 88 to server version: 4.0.18-nt
Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
mysql> GRANT ALL PRIVILEGES ON *.* to '%'@localhost IDENTIFIED BY '%';
ERROR 1045: Access denied for user: '@localhost' (Using password: NO)
mysql> GRANT ALL PRIVILEGES ON *.* to '%'@localhost IDENTIFIED BY '%';
ERROR 1045: Access denied for user: '@localhost' (Using password: NO)
mysql>
mysql>
mysql>
mysql>
mysql>
|
Well lets see here, Eqemu now requires spells_us.txt instead of spells_en.txt
REM: ****Read this first!!!****
REM: This file requires your real IP in the place of "YourIP" when you are connecting
REM: To the EQEmu Loginserver.
REM: When you are using minilogin, Replace all IP Addresses to say 127.0.0.1
REM: If you still get errors try using localhost instead of 127.0.0.1
REM:--------------Start-----------------------
@echo off
if NOT exist spells_us.txt goto NOSPELL
start zone . external ip 8021 worldserver ip
start zone . external ip 8022 worldserver ip
exit
cls
:NOSPELL
echo You did not copy the spells_us.txt from your everquest directory to this one. Please do so or zones will crash on startup.
PAUSE
REM:---------------END------------------------
grant all privileges on *.* to username@'%' identified by 'password' with grant option;
Replace username with a desired username and password with a
desired username.
Most people will use their admin mysql account that you create with you first run winmysqladmin