Integration To Resources On Linux and outside of WINE

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
fasteddie
Newbie
Newbie
Posts: 1
Joined: Wed Jul 21, 2010 12:41 pm

Integration To Resources On Linux and outside of WINE

Post by fasteddie »

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

Integration To Resources On Linux and outside of WINE

Post by Mariusz PluciÅ„ski »

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
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Integration To Resources On Linux and outside of WINE

Post by vitamin »

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).
Locked