I have encountered a slight problem.
I am using xampp for apache and mysql and my HiveExt.ini refuses to establish a solid connection to the database in with any other account details other than
Ip: Localhost Database: dayz Username: root Password: <no password>
I've tried changing these settings to both the public IP aswell as the local IP (all ports are forwarded and are accessible from the outside).
I do not wish to use the root username and especially not keeping it without a password but HiveExt.ini refuses any other username.
The message I get when I attempt to change is:
Access denied for user 'dayz'@'localhost' (using password: NO)
(This happens with and without password)
I've changed the allowed IP in phpmyadmin to everything from localhost to public ip to % and nothing changes.
Right now the server functions when I use root without a password on localhost, whats up with this?