I have a XAMP server configured in a pc where I am running Minecraft servers. I also have a MySQL database that is needed by one of the Minecraft server plugins.
I can access PhpMyAdmin and modify things from the other PCs in my network without problems, but, when my plugin in the other computer tries to run it says that I have no privileges for USERIMUSING@THEOTHERCOMPUTER
. In PhpMyAdmin I already gave the users ALL PRIVILEGES
in %
hosts.
I think the problem is in my SQL, or, I'm not giving the permissions the way I should.
The error is basically I CAN'T ACCESS THIS DATABASE with THIS USER from THIS COMPUTER.