kevig: database not online/tables are not at the correct place/old_password query not executed
This is a discussion on [TUTORIAL] Create your EO server within the Eudemons Tutorials forums, part of the Eudemons Online category; If i start AccountServer it quits directly with no error. Can somebody say me why?...
kevig: database not online/tables are not at the correct place/old_password query not executed
Freedom to play.
I have change passwords in all files to my own and sql too but dont work.
I think all it online.
Im not noob at Apache mysql php etc
You forgot step 8 I belive. you must start the sql command line server 1st using " test " as the p/w then copy and paste this into it :
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';
argh i have use sql from phpmyadmin ok sql command line works thx for all.
Can you use MSSQL?
nope, mssql does have different syntax, so I fear not.
Freedom to play.
Nehelp PLease?? I get an Error of
1034 - Incorrect key file for table 'account': try to repair it
when i try to open the file in Navicat...
Whats wrong?
Hey guys a few nooby questions but not to bad =P
i keep getting this error when starting up AccountServer
DB real connecter error: Access denied for user 'ODBC' @ 'localhost' (using password NO.)
And get server is down error when logging into game.
Second question is you guys are legends for getting this to work i was wonder if it was possable for another tq game called monster and me? Is it possable? let me know ^^ thank you <3
I have followed the guide and its not establishing a connection to the database, don't know why but its all setup correctly.
it gives me an error when i put the obdc in the command lin eexplain to to me wat i have to do in navicat
when i try and do this in the MySQL Command Line Client it says "ERROR 1146 <42S02> Table 'account'.'account' doesn't exist. plz help
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';
what code levels up the [PM] to lvl 255?