Bug #68308 MySQL Installer 5.6.10 Failed to verify command-line client shortcut.
Submitted: 7 Feb 2013 20:36 Modified: 10 Feb 2017 1:21
Reporter: Namrata Mishra Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Installing Severity:S1 (Critical)
Version:5.6.10 OS:Windows (Windows XP )
Assigned to: CPU Architecture:Any
Tags: install, MySQL Server 5.6, sample database

[7 Feb 2013 20:36] Namrata Mishra
Description:
When installing MySQL 5.6.10 using MySQL Installer 5.6.10 for windows on Windows XP I am getting two bugs. 

1) Configuration of MySQL Server 5.6.10:
mysql-server-5.6-win32:100 - Failed to verify command-line client shortcut.

and

2) Configuration of Sample and Examples 5.6.10:
examples-5.6:100 - Error installing sample database. The error is:\n\tMySql.Data.MySqlClient.MySqlException (0x80004005): Timeout expired.  The timeout period elapsed prior to completion of the operation or the server is not responding. ---> System.TimeoutException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond ---> System.IO.IOException: Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
   at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
   at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
   --- End of inner exception stack trace ---
   at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
   at MyNetworkStream.Read(Byte[] buffer, Int32 offset, Int32 count)
   --- End of inner exception stack trace ---
   at MyNetworkStream.HandleOrRethrowException(Exception e)
   at MyNetworkStream.Read(Byte[] buffer, Int32 offset, Int32 count)
   at MySql.Data.MySqlClient.TimedStream.Read(Byte[] buffer, Int32 offset, Int32 count)
   at System.IO.BufferedStream.Read(Byte[] array, Int32 offset, Int32 count)
   at MySql.Data.MySqlClient.MySqlStream.ReadFully(Stream stream, Byte[] buffer, Int32 offset, Int32 count)
   at MySql.Data.MySqlClient.MySqlStream.LoadPacket()
   at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
   at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& insertedId)
   at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int32& insertedId)

How to repeat:
Install custom option using MySQL Installer 5.6.10 for windows on Windows XP Pack 3. Install everything from package except Notifier and Excel with settings
[7 Feb 2013 22:03] MySQL Verification Team
Thank you for the bug report. I was able to repeat however Windows XP isn't supported for 5.6 server (I installed on Windows 7 without problems).

http://www.mysql.com/support/supportedplatforms/database.html
[10 Feb 2017 1:21] Namrata Mishra
--