0
votes
0answers
69 views

connecting to mysql running on amazon ec2

hi I am trying to connect mysql server running on amazon linux instance but did not succeeded yet . Scenario : i installed mysql server in amazon's ec2 instance . then I made following changes in ...
1
vote
0answers
183 views

Ubuntu 12.04 failed mysql installation

I have deployed Ubuntu 12.04 on the Amazon Cloud and I am trying to install Nagios and Nconf, while following this guide. When I install the prerequisites, I get this error on installing mysql: ...
1
vote
1answer
398 views

MySQL keeps failing to install

First I clean up previous installation root@ip-10-134-10-182:~# rm -rf /var/lib/mysql root@ip-10-134-10-182:~# rm -f /var/lib/dpkg/lock root@ip-10-134-10-182:~# rm -f /var/cache/apt/archives/lock ...
0
votes
0answers
479 views

How to reinstall mysql without damaging data?

http://stuffthatspins.com/2011/01/08/ubuntu-10-x-completely-remove-and-clean-mysql-installation/ shows how to reinstall everything. I want to do something like this without reinstalling data. ...