Install Config Wiki

All about installing, configuring and troubleshooting

User Tools

Site Tools


wiki:install_mysql_web_community_5.7.18.1_on_windows_server

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:install_mysql_web_community_5.7.18.1_on_windows_server [2018/01/02 23:03] – [Restart the installation of MySQL Community Server if it was necessary to first install .NET 4.0] wikiadminwiki:install_mysql_web_community_5.7.18.1_on_windows_server [2018/01/03 02:05] (current) – external edit 127.0.0.1
Line 3: Line 3:
   -Download of MySQL msi installer from: [[https://dev.mysql.com/downloads/file/?id=470090]].  The file name will be mysql-installer-web-community-5.7.18.1.msi   -Download of MySQL msi installer from: [[https://dev.mysql.com/downloads/file/?id=470090]].  The file name will be mysql-installer-web-community-5.7.18.1.msi
   -Here is the Direct Link for downloading the msi without providing additional information for sign-up or log-in: [[https://dev.mysql.com/get/archives/mysql-installer/mysql-installer-web-community-5.7.18.1.msi]] (this is the same as the link at "**No Thanks, Just Start My Download**."   -Here is the Direct Link for downloading the msi without providing additional information for sign-up or log-in: [[https://dev.mysql.com/get/archives/mysql-installer/mysql-installer-web-community-5.7.18.1.msi]] (this is the same as the link at "**No Thanks, Just Start My Download**."
 +
 +**Note:  This version of MySQL is not compatible with Server 2008 SP2 and below.  It requires Server 2008 R2 or above.  For Server 2008 SP2 and below, download and install MySQL 5.6.28.**
  
 ====Begin the MySQL Installation to Determine Missing Prerequisites==== ====Begin the MySQL Installation to Determine Missing Prerequisites====
Line 40: Line 42:
   -**Plugin and Extenstions**.  Here you can enable MySQL as a Document Store by enabling the X Protocol / MySQL as a Document Store and open an additional port on the firewall, Port Number 33060.  You can read the document store online documentation link provided if you are interested in this. If you don't need this, then skip it.  Just click the "Next" button to proceed to the Apply Configuration screen.   -**Plugin and Extenstions**.  Here you can enable MySQL as a Document Store by enabling the X Protocol / MySQL as a Document Store and open an additional port on the firewall, Port Number 33060.  You can read the document store online documentation link provided if you are interested in this. If you don't need this, then skip it.  Just click the "Next" button to proceed to the Apply Configuration screen.
   -**Apply Configuration**. Summarizes all the Configuration Steps.  Press the "Execute" button to continue.   -**Apply Configuration**. Summarizes all the Configuration Steps.  Press the "Execute" button to continue.
-  -A Glitch - I received a mysqld.exe alert box message - Entry Point not Found.  The procedure entry point TryAcquireSRWLockExclusive could not be located in the dynamic link library KERNEL32.dll. Click OK. MySqld.exe has stopped working.  Check online for a solution or Close the program.+  -**Installation Complete**. Click the "Finish" button. 
 + 
 +**Note:  Here is the glitch that you will likely see trying to install MySQL 5.7.x.x on Server 2008 SP2 or below (not 2008 R2). You would receive a mysqld.exe alert box message - Entry Point not Found.  The procedure entry point TryAcquireSRWLockExclusive could not be located in the dynamic link library KERNEL32.dll. Click OK. MySqld.exe has stopped working.  Check online for a solution or Close the program.**
  
 <file xml>Problem signature: <file xml>Problem signature:
Line 60: Line 64:
  
 </file>  </file> 
 +<file xml>Beginning configuration step: Stopping Server [if necessary]
 +Ended configuration step: Stopping Server [if necessary]
 +
 +Beginning configuration step: Writing configuration file
 +Ended configuration step: Writing configuration file
 +
 +Beginning configuration step: Updating firewall
 +Adding firewall rule for MySQL57 on port 3306.
 +Successfully added firewall rule.
 +Ended configuration step: Updating firewall
 +
 +Beginning configuration step: Adjusting Windows service [if necessary]
 +Attempting to grant Network Service require filesystem permissions.
 +Granted permissions.
 +Adding new service
 +New service added
 +Ended configuration step: Adjusting Windows service [if necessary]
 +
 +Beginning configuration step: Initializing Database [if necessary]
 +Deleting Data folder shipped
 +Attempting to run MySQL Server with --Initialize-insecure
 +Running process: C:\Program Files\MySQL\MySQL Server 5.7\bin\mysqld.exe --defaults-file="C:\ProgramData\MySQL\MySQL Server 5.7\my.ini" --initialize-insecure=on --console
 +Waiting for the server stops: C:\Program Files\MySQL\MySQL Server 5.7\bin\mysqld.exe --defaults-file="C:\ProgramData\MySQL\MySQL Server 5.7\my.ini" --initialize-insecure=on --console
 +The attempt to initialize the database Failed
 +Ended configuration step: Initializing Database [if necessary]
 +
 +Beginning configuration step: Starting Server
 +Starting MySQL as a service
 +Cannot start service MySQL57 on computer '.'.
 +Ended configuration step: Starting Server
 +
 +</file>
  
wiki/install_mysql_web_community_5.7.18.1_on_windows_server.1514934181.txt.gz · Last modified: 2018/01/02 23:03 (external edit)