iamola / uniserver

The Uniform Server Git Repo
158 stars 18 forks source link

Dependencies of uniserver #9

Closed maravento closed 2 years ago

maravento commented 2 years ago

What are the Uniserver dependencies? Does the application need any components related to the Visual C++ runtime?

The question is related because, coincidentally, I have seen that it does not start mysql on systems where there are no visual c++ runtime components

Captura de pantalla -2022-08-25 14-55-49

maravento commented 2 years ago

here is the answer to my question:

Important MySQL Community 5.7 Server requires the Microsoft Visual C++ 2019 Redistributable Package to run on Windows platforms. Users should make sure the package has been installed on the system before installing the server. The package is available at the Microsoft Download Center. This requirement changed over time: MySQL 5.7.37 and below requires the Microsoft Visual C++ 2013 Redistributable Package, MySQL 5.7.38 and 5.7.39 require both, and only the Microsoft Visual C++ 2019 Redistributable Package is required as of MySQL 5.7.40.