When I run it manually with cmd mysql gives an error

hi,

If the “Microsof Visual C++ 2012 Redistributable x86” software is not installed in the operating systems where the generated application is running, it will fail.

I tried to solve the problem by writing a simple batch. Batch works like this:

  • first installing “Microsof Visual C++ 2012 Redistributable x86” in silent mode.
  • At the end of the installation, the project application which is produced via cmd is running.

But MySQL gives an error.

What is the difference between running the generated application by the user and running it via cmd?

How can I solve this problem?

Which MySQL error do you get?