thnks the same i find it too.
But i dont understand some things.
He says ""You must activate php_mysql library.""" ( it is navicat?????)
then he says 1. CREATE USER 'acc'@'localhost' IDENTIFIED BY 'password';
2. GRANT SELECT , INSERT , UPDATE ON `l2jdb_t1`.`accounts` TO 'acc'@'localhost';
3. GRANT SELECT , INSERT , DELETE ON `l2jdb_t1`.`account_data` TO 'acc'@'localhost';
should i delete all the things that allready are there?
and at least
1.
2. $host = 'localhos'; // host database DB
3. $user = 'root'; // database user
4. $pass = ''; // database password
5. $db = 'l2jdb'; // database name
6.
should i right it like it is?