Can not launch MySQL server in windows Server 2008 R2 EC2 machine - mysql

I created a windows 2008 r2 server instance in amazon EC2. I downloaded MySQL installer but I'm facing a problem in the configuration. I have successfully installed and configured MySQL before but on Win7 and I did not do any special settings. I can not figure out what do I need to do in the current situation with 2008 server. The following are screen shots for the problem.
The details:

Related

How to remote access MySQL installed on windows server 2012 R2

I have MySQL installation on windows server 2012 R2 on a remote server. Which was accessible earlier from my local computer over internet. But recently my local IP is changed, by then I am unable to access MySQL.
I am using MySQL as database with my application building on C# MVC with Entity Framework 6.
MySQL is not accessible through Workbench either now.
Please help.
I found the answer here:
MySQL:Can’t connect to MySQL server (10060) from remote client

SQL Server 2008 service not running

I updated my Windows 7 to SP1 for the purpose to install Visual Studio 2013. I am successfully done my job to install Visual Studio 2013. But the problem arises when I try to install SQL Server 2008 or 2008 R2 Management Studio.
The SQL Server service is not running in services.msc and the SQL Server Browser service is not even listed in SQL Server Configuration Manager.
Please help me because I have install SQL Server 2008 Management Studio several times and update it also to SQL Server SP1 but still not running SQL Server service in services.msc.
Due to this I cannot connect my database engine.
Providing I also enter the correct instance name several times by following the link
Cannot register default instance MSSQLSERVER in SQL Server 2008

Transferring 3 SQL databases from both SQL Server 2005 Express and Standard to a new physical server

I am trying to figure out the best method for transferring SQL Server 2005 databases from 2 different physical servers to a new server running Windows Server 2008 64bit.
I own a fully registered copy of Microsoft SQL Server 2005 32bit Standard Edition. However all of my SQL Server databases together are only 4GB in size thereby making SQL Server 2008 Express an option.
Here is the breakdown of the servers:
(Old Server1) Windows 2003 Server 32bit - SQL Server 2005 Express 32bit
(Old Server2) Windows 2003 Server 32bit - SQL Server 2005 32bit Standard
(New Server) Windows 2008 Server 64bit - (Not sure which version to install)
The objective is to migrate the 2 SQL Server databases from Old Server1 and 1 SQL Server database from Old Server 2 to the New Server. What version should I install on the new server? Do I go with SQL Server 2008 Express or install the SQL Server 2005 Standard Edition?
Pending your response to which version to install, what are the correct steps to migrate (which I have never done before) the databases from both of these servers to the new server?
I have researched this online and I think this particular situation is unique in that I am transferring from both SQL Server Express and Standard from 2 different physical servers to a 2008 server that is 64bit. I cannot find anything online that I feel confident in trying. Please help me, as I have this migration deadline of this weekend. Any help is appreciated. Thanks

SQL Server Express 2008 R2 installation on Windows Server 2008

I have installed Windows Server 2008R2x64 under VMWare Workstation, to test installation of my application. I then installed the .Net 4.0 distributables and then SQL Server Express 2008 R2 SP1 (SQLEXPRWT_x64_ENU.exe from http://www.microsoft.com/download/en/details.aspx?id=22973). I accepted all defaults and including the default instance SQLExpress.
When I can start the management console, SQLEXpress is not available as an instance.
In Administrative Tools > Services, SQL Server is running, with instance SQLServer. I have enabled the Agent and Browser services.
This is killing me as I need to install at a customer site on Monday...
Any ideas?
Seems like all that was required was a restart. After that I was able to browse to the instance...

sql server 2008 express installation problem in windows xp sp2

I need to install Sql Server Express 2008 on my PC which has Windows XP SP2 (32 bit). But while installing Sql Server, the Windows PowerShell installation fails. This ceases the Sql Server installation.
What shall I do now? I found that there's no PowerShell for XP SP2 available , so i need to upgrade to XP SP 3.
Is there any way to install Sql Server 2008 without upgrading to SP3?
If you have Windows XP, you can't download SQL Server 2012 [Express], so to fix, you must install Windows PowerShell. Then install SQL Server 2008 R2 [Express] again.
http://download.cnet.com/Microsoft-Windows-PowerShell-1-0-for-Windows-XP/3000-2070_4-75450849.html
Here is a discussion on a MS forum about this very issue. There is a post from Mike Wachal about half way down that may very well solve this issue for you.