I have recently reset my pc, now that I am installing Mysql by intaller community all services are installed with the exception of Mysql server.
has already been installed the version 2010, 2013 and 2015-2019 of microsoft visual c++, but does not work
1
I’ve seen this happen when the mysql installer is x64 bit and microsoft visual c++ is x86, or vice versa. Download both x86 installers and test.
Dear Amanda, check two things, if there is already a mysql server installed in the control panel, otherwise go to the folder "program files" (usually c: Programs and files and/or c: Programs and files (x86)) and look for the mysql folder (I believe program), if it exists is because there was a previous installation that "failed" or your windows was restored and got traces. However it is much more likely that you have installed mysql-workbanch that already comes with mysqlserver.
I’ve seen this happen when the mysql installer is x64 bit and microsoft visual c++ is x86, or vice versa. Download both x86 installers and test.
– Murilo Portugal
Dear Amanda, check two things, if there is already a mysql server installed in the control panel, otherwise go to the folder "program files" (usually c: Programs and files and/or c: Programs and files (x86)) and look for the mysql folder (I believe program), if it exists is because there was a previous installation that "failed" or your windows was restored and got traces. However it is much more likely that you have installed mysql-workbanch that already comes with mysqlserver.
– Guilherme Nascimento