Page 1 of 1

remote mysql how?

PostPosted: 13. July 2007 13:52
by Tyger
i need to get the mysql remote but with xampp i dont know how to do it

PostPosted: 19. July 2007 06:15
by ldivinag
mysql's permissions are set internally.

remember, root has localhost access.

once you start making accounts, you can set from where each account can see your mysql box.

for example, if your xampp box is 192.168.0.1 and your second box is 192.168.0.2, you need to create an account on mysql for the user account with 192.168.0.2 as it's access point.

make sense?