Remote connect on a wifi network
Hi, my name is Marvin and I have little experience in Mysql.
I have mysql 5.5 installed with workbench 6.1.
I work with vba excel developing small applications, locally I have no problems connecting to databases.
e.g.
stringconexion = "DSN=mysql;" & _
"DRIVER={MySQL ODBC 5.3 ANSI Driver (32 bit)};" & _
"SERVER=localhost;" & _
"DATABASE=sistemas;" & _
"USER=root;" & _
"PASSWORD=sistemas@2019;" & _
"OPTION=3;"
I need to connect remotely to the base on a Wi-Fi network,
What software-configuration do i need in my client to connect remotely?