Home > database >  Database installation error
Database installation error

Time:09-29

1: the Action 21:29:49: INSTALL.
1:1: MySQL Server 5.7 2: {81 b65 b27388-3733-4-8 d84 - AD9C9113B498}
1: the Action 21:29:49: FindRelatedProducts. Searching for related applications
1: the Action 21:29:49: AppSearch. Searching for the installed applications
1: the Action 21:29:49: LaunchConditions. Evaluating launch the conditions
1: This application requires the Visual Studio 2013 Redistributable. Both Please install the Redistributable then run This installer again.
1:1: MySQL Server 5.7 2: {81 b65 b27388-3733-4-8 d84 - AD9C9113B498} 3:3
1: The action 'Install' for product 'MySQL Server 5.7.20 failed.

CodePudding user response:

He says the need to install Visual Studio 2013 Redistributable

CodePudding user response:

Visual Studio 2013
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Before installing this

CodePudding user response:

I am also the fault, install Visual Studio 2013 is wrong again, your problem solved?

CodePudding user response:

reference qq_39971554 reply: 3/f
I also am the mistake, install Visual Studio 2013 is wrong again, your problem solved?

Haven't I can have a try to install use

CodePudding user response:

reference 1st floor jxh163 response:
he said that the need to install Visual Studio 2013 Redistributable

Well I try to install it

CodePudding user response:

Install mysql so complex? You go to the website to download a decompression version, then configure once line,

How to configure the mysql installation under Windows 7 64 - bit

1. Go to the website to download mysql - 5.6.13 - winx64. Zip, address: http://dev.mysql.com/downloads/mysql/5.6.html


2. Unzip to d: \ MySQL. (path you specify)






3. In d: \ MySQL under my new ini configuration file, the content is as follows:

[mysqld]

# set the mysql installation directory that you unzipped the location of the installation package
Basedir=D/MySQL:

# set the mysql database data storage directory
Datadir=D:/MySQL/data
Port=3306

# to allow maximum number of connections
Max_connections=200

# set the character set to utf8
Loose - default - character - set=utf8


[client]
# set the client character set
Loose - default - character - set=utf8


Sql_mode=NO_ENGINE_SUBSTITUTION, STRICT_TRANS_TABLES

4., configure the mysql environment variable
In the right-click computer - property - advanced system Settings - environment variable
New attribute
Attribute called MYSQL_HOME
A variable's value: their own stress path

Then edit the path in the system environment variables in the back to add
% MYSQL_HOME % \ bin.

Determine the exit,

5. Install MYSQL
Start - & gt; In the search box - & gt; Type CMD, will see the CMD. Exe don't try so hard and press enter right-click "run as administrator",
Enter the path: D: \ MySQL \ bin input
Mysqld -- install MySQL -- defaults - file="D: \ MySQL \ my ini"

To specify defaults - file.
The command line input services. MSC enter, you can see the MySQL has been added to the services,
Click the Start button and Start the MySQL

Delete the mysql service
Mysqld - remove

CodePudding user response:

I remember he had a direct button for you to install, installation is not VS2013, only some of its library, seems to be the.net framework can

CodePudding user response:

Download address
http://www.microsoft.com/en-gb/download/details.aspx? id=40784

CodePudding user response:

Would you to solve? I also met this problem

CodePudding user response:

Learning, remember before installation is very simple, is the point of configuration of trouble

CodePudding user response:

No, mysql, and vs first hold?

CodePudding user response:

Install Visual Studio 2013

CodePudding user response:

Vs 2013 x86

CodePudding user response:

A 64 - bit system, not only to install x64 vs 2013 x64, also install vs 2013 x86

CodePudding user response:

You should be checked when installing mysql connection mysql client vs add-in, get rid of that don't choose other plug-ins, a series of the driver don't pick, as long as the installation services,
But this year, who also use version installed, mysql is commonly deployed on Linux, you have no choice but to use decompressed version, somehow is to learn to use mysql, learning how to use a decompression version is king,
  • Related