Mysql Remotely in Developer Help
|
|
Using Dantom.DB I got the basics of it down. I can modify my own database without a problem. Using phpMyAdmin I can confirm that it is set to a wild-card, allowing anyone to connect to the user-name with any I.P. Address. However when I send my DMB file containing the exact same script that worked for me, It does not work for a friend of mine on a different computer. Yes the MySQL database is located on my computer. I can confirm that the user-name has all set privileges to the used database. Host is set to wild-card %. Yet, it still only works on my end.
Is there a unique modification that has to be done to enable it for other computers? If so, can anyone guide me through it? Also, in the Dantom.DB Files I have made sure to change all instances of localhost, and 127.0.0.1 to my IP.
|