Connect From Labview nxg to Google Cloud SQL
Hi guyz, I have a problem with my connection string
The problem consist of a string connection that i must use to connect my database Toolkit open connection on labview nxg to my database on google cloud sql
The cloud is an MySQL server, and the program that i develop must use the data stored on this database
I've searched all over the internet but i can't handle this error on labview.
please help me
Thanks in advance
(for example i tried with Driver={MySQL ODBC 5.2 UNICODE Driver};Server=localhost;Database=myDataBase;User=myUsername;Password=myPassword;Option=3;
or
Provider=MSDASQL;Driver={MySQL ODBC 5.2 ANSI Driver};Server=localhost;Database=myDataBase;User=myUsername;Password=myPassword;Option=3;
or
[ODBC]
DRIVER=MySQL ODBC 5.1 Driver
UID=user
SERVER=1.2.3.4
PORT=0
OPTION=0
PWD=password
or
Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;InitialCatalog=FIMCertificateManagement;Data Source=your server name;database=database name;
)