Re: most of issues resolved by this release
We had issues with this, players decided to show up as NPC's <,~
Re: most of issues resolved by this release
r u talking about issuses with the uk mcq or the new serverfiles?
Re: most of issues resolved by this release
Hey all im gunna translate a bit of of the cq_action but i fink its encrypted i put
Re: most of issues resolved by this release
thats not chinese.. thats just replacement characters cuz you dont have gbk as charset in mysql :D
Re: most of issues resolved by this release
how do you configure/open mysql command line in mysql 4.0...
Re: most of issues resolved by this release
goto the bin folder in your mysql.. then doubleclick mysql.exe
Re: most of issues resolved by this release
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());
create user 'ODBC'@'localhost';
grant all on account.* to 'ODBC'@'localhost';
grant all on my.* to 'ODBC'@'localhost';
this doesn't work...
error in sql syntax...
i hate mysql 4.0
Re: most of issues resolved by this release
SET PASSWORD FOR 'root'@'localhost' ='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());
Re: most of issues resolved by this release
Quote:
Originally Posted by
nooneatall
try to use all but the 2 ODBC rows at the bottom..
i think thats the problem :D
i thought that was important...
[EDIT] still not working... sam error list of errors"
SET PASSWORD FOR 'root'@'localhost' ='test';
gives error 1044 acces denied
ALTER TABLE `account`.`account` MODIFY COLUMN `password` VARCHAR(32) CHARACTER SET utf8 COLLATE
works
utf8_bin NOT NULL;
error 1064 error in sql syntax
insert into account.account (name,password,reg_date) values ('test','53b6320eb06e2c62888a6d1739cd24bd',now());
error 1044 acces denied
so do yuo have a solution for that?
Re: most of issues resolved by this release
I'm guessing this doesnt work with Navicat :[
Re: most of issues resolved by this release
mine navicat gives a error...acces denied...
i don't have acces to mine own server always getting acces denied...
Re: most of issues resolved by this release
Quote:
Originally Posted by
crazyxangel
I'm guessing this doesnt work with Navicat :[
It works fine with NaviCat.
Re: most of issues resolved by this release
Well the cq_action the new one is lovely works fine only prob is castle building still in chinese lol and can any 1 c the dragon portal all i got is a lil building and i click on it and it says i got pay wat eva to create castle lol
but in pics ive seen there shud be a dragon potral??
Re: most of issues resolved by this release
There should be 2 little buildings and a Double Dragon portal yes <,~
Re: most of issues resolved by this release
lol no theres not but mite be because i have client version 1083 but my mates using 1091 and he only c 2 lil buildings no dragon portal