2
Answers

Setting up mysql for use on a local area network

Photo of patrick

patrick

15y
3.2k
1
I need to set up mysql for use by 3-4 computers in a local area network.  I can't find a good reference on the subject.  Also, it will need to be accessed through c# on these computers - this is as simple as putting the ip address in the connection string, right?

Answers (2)

0
Photo of theLizard
NA 5.1k 282.3k 15y
Hello patrick,

You need to setup DSN's (Data Source Names) on each machine, this can be done programatically but you do need to have the ODBC Drivers or the MySqlConnector dlls on those machines.


0
Photo of Lalit M
NA 6.7k 48k 15y
hi,

show her discus how to configure mysql server in remote computer

For Connection string

Thanks,