fasteddie
2010-Jul-21 20:56 UTC
[Wine] Integration To Resources On Linux and outside of WINE
Does anyone know if I can run a windows application in Wine and connect to a MYSQL database running on the Linux OS?
Mariusz PluciĆski
2010-Jul-21 22:09 UTC
[Wine] Integration To Resources On Linux and outside of WINE
W dniu 21.07.2010 22:56, fasteddie pisze:> Does anyone know if I can run a windows application in Wine and connect to a MYSQL database running on the Linux OS?I think there should be no problem. Simply bind your MySQL server to any network port, and use the same port in your application's configuration. Shall work perfectly.
vitamin
2010-Jul-22 04:50 UTC
[Wine] Re: Integration To Resources On Linux and outside of WINE
fasteddie wrote:> Does anyone know if I can run a windows application in Wine and connect to a MYSQL database running on the Linux OS?Yes of course, assuming you installed MySQL drivers under Wine, and that they actually work (don't have any issues).