plz forcer help my with eudemons private sv
Quote:
Holy! i did this like 100s of times
SET PASSWORD FOR 'root'@'localhost' = OLD_PASSWORD('test');
ALTER TABLE `account`.`account` MODIFY COLUMN `password` VARCHAR(32) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL;
insert into account.account (name,password,reg_date) values ('test','53b6320eb06e2c62888a6d1739cd24bd',now());
grant all on account.* to 'ODBC'@'localhost';
grant all on my.* to 'ODBC'@'localhost';
i tried it without
grant all on account.* to 'ODBC'@'localhost';
grant all on my.* to 'ODBC'@'localhost';
and in this thread, in a reply it said add a line, i even did that
all my .ini matches as the above reply. i just changed the server name to test thats all
any idea whats up? and i get this error
mysql> ALTER TABLE `account`.`account` MODIFY COLUMN `password` VARCHAR(32) CHAR
ACTER SET utf8 COLLATE utf8_bin NOT NULL;
ERROR 1146 (42S02): Table 'account.account' doesn't exist
mysql> insert into account.account (name,password,reg_date) values ('test','53b6
320eb06e2c62888a6d1739cd24bd',now());
ERROR 1146 (42S02): Table 'account.account' doesn't exist
mysql> grant all on account.* to 'ODBC'@'localhost';
ERROR 1133 (42000): Can't find any matching row in the user table
mysql> grant all on my.* to 'ODBC'@'localhost';
please help asap
forcer how to download mysql??Quote:
The Guide
- make sure you have at least 1GB ram!!!
- extract server files wherever you like(download [Only registered and activated users can see links. Click Here To Register...]) password is phdev
- install mysql(when asked for database password use 'test'),
- Extract files from data.rar to mysql installation directory(C:Program FilesMySQLMySQL Server XX)
- copy your whole installed english client to whenever you like.
- edit ini/GameSetUp.ini as I written before([Only registered and activated users can see links. Click Here To Register...])
- create client/ini/oem.ini using example I written before([Only registered and activated users can see links. Click Here To Register...])
then you'll need to also change ini files:hint:
filename -> fields to change
client/ini/oem.ini -> Server1, ServerName1
server/ACCServer/config.ini -> GAMESERVER, SERVERNAME
server/GameServer/shell.ini -> GAMESERVER
server/GameServer/config.ini -> GAMESERVER
all those values must match one string, for example MyLocalServer(this replaces chinese characters)
- execute this under mysql command line client(can be found start->programs->mysql server->mysql command line)
(use 'test' as a password)
Code:SET PASSWORD FOR 'root'@'localhost' = OLD_PASSWORD('test'); ALTER TABLE `account`.`account` MODIFY COLUMN `password` VARCHAR(32) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL; insert into account.account (name,password,reg_date) values ('test','53b6320eb06e2c62888a6d1739cd24bd',now()); grant all on account.* to 'ODBC'@'localhost'; grant all on my.* to 'ODBC'@'localhost';
- will set 'old-fashioned' mysql password
- will change column password to 32 character varchar.
- importantly will create new EO account 'test' with password 'test'
- insert mysql user ODBC, which will eliminate annoying messages when running AccountServer
- run the server(first AccountServer.exe, then MsgServer.exe then NPCServer.exe)
- try to run your modified client and login with user test password test
- best is to create shortcut that runs soul.exe with parameter blacknull