How to connect Mysql database in Lan
-
hello, i have a MySql, .net framework 3.5 windows application software running in my pc. i want to install windows application software in other pc which is connected using LAN. But application has to access the My Sql database which is in My pc. i am using DSN connection.
-
hello, i have a MySql, .net framework 3.5 windows application software running in my pc. i want to install windows application software in other pc which is connected using LAN. But application has to access the My Sql database which is in My pc. i am using DSN connection.
This site[^] holds some suggestions. :)
Luc Pattyn [My Articles] Nil Volentibus Arduum
-
hello, i have a MySql, .net framework 3.5 windows application software running in my pc. i want to install windows application software in other pc which is connected using LAN. But application has to access the My Sql database which is in My pc. i am using DSN connection.
Apart from Luc's suggestion, you should also configure the MySQL server to allow connections from other computers, and open the respective port in the firewall.
-
Apart from Luc's suggestion, you should also configure the MySQL server to allow connections from other computers, and open the respective port in the firewall.