From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Not able to start MySQL

Solved!
Go to solution

Hi Sir,

 

I try to use the labview database function, and then i am installing the MySQL in my local laptop, but always hanged at "start sever"

 

I manaually start the services, also report error, anyone have this kind of experience ?

Thanks.

 

Brzhou_1-1679833492161.png

 

 

 

 

 

 

Brzhou_0-1679833467066.png

 

Learning from other people
0 Kudos
Message 1 of 4
(842 Views)

You are on a LabVIEW board here. And LabVIEW has only very very marginally to do with MySQL, as you can use MySQL as database to connect to, just as you can do with MS SQL, Oracle, IBM DB2, Access, and several more.

 

Since the take over of MySQL by Oracle it is even less likely that you will get much support for it on any fora but a dedicated MySQL forum.

Rolf Kalbermatter
My Blog
0 Kudos
Message 2 of 4
(832 Views)

Oh, thanks for your comments, Sir.

Learning from other people
0 Kudos
Message 3 of 4
(826 Views)
Solution
Accepted by topic author Brzhou

After removing the Mysql and Connector, also delete the files, then:

 

1. install Mysql server and Connector ODBC tool;
2. install workbench;
3. check the connection to MySQL in workbench;
4. create schema in workbench;
5. create .dsn file in windows odbc tool;

 

Sounds like good so far.

Learning from other people
0 Kudos
Message 4 of 4
(761 Views)