Private server help

10/04/2008 03:47 dukado#1
EDITED: Server Test Phase Working 100%!
All Working, but:
Now I go edit some threads, and soon, players can be connect at the SulEO.
Now, I need some help on the IP.
1. I cant put Global IP(201.....) or NO-IP(suleo....) in the Server local files, if I put, Server don't work. Im working with hamachi, but I hate hamachi, is better a global.
2. I need know how can I change the rates (drops and exp).
Anyone can help???
10/04/2008 04:24 Just_Me99999#2
Try this:
grant all on account.* to 'ODBC'@'localhost';
grant all on my.* to 'ODBC'@'localhost';
10/04/2008 05:26 dukado#3
Quote:
Originally Posted by Just_Me99999 View Post
Try this:
grant all on account.* to 'ODBC'@'localhost';
grant all on my.* to 'ODBC'@'localhost';
This is a command to execute on MySql Command Line, right?
I already tried it man =/
Nothing happened..
Anymore suggestions?
10/04/2008 07:48 Just_Me99999#4
Then add ODBC user in your mysql user tables and then add grants.
Keep it only local.
10/05/2008 09:34 DiobloSlayeR#5
If it don't work then add ( CREATE USER 'ODBC'@'localhost'; ) and then put this ..( grant all on account.* to 'ODBC'@'localhost'; )
(grant all on my.* to 'ODBC'@'localhost'; ) just copy paste and run them WITH-OUT the brackets