Hi all I have created a new web application in php/mysql. my using windows7 and xampp.. now i have another desktop application written in c# which is installed in another machine in same lan. For some reason that application needs to share mysql database with web application..... i googled for the solution .... there were few suggestion to change
<>bind-address =0.0
在Xampp/mysql/bin/my.ini,而且我确实这样做,但现在还没有做一番评论。
skip-networking
enable-named-pipe
also change host = . to host = % but i could not connect.... is there any solution.... i have spend 8 hours searching here and there and trying different things but no luck.... also my firewalls are turned off
thanks in advance Surace