Quote:
Originally Posted by For
hi can anyone help me ? i need do user table or soemthing for this data below im a bit confused help would be appreciated thanks!
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';
|
You have to open your eudemon_phdev.rar, then you have to extract the files in it to your mysql database. (C\:Program Files\Mysql\Mysql XX)
And make sure you put your file "account" into (C\:Program Files\Mysql\Mysql XX\data) Then you want to open your mysql command line client. Then just copy and paste those query's into it. And it will create a new EO account with the username:test and password:test. If you still cant get it let me know, ill try to help more.