Skip to main content

All Questions

0 votes
1 answer
121 views

Port forwarding killing the springboard server?

I am trying port-forwarding from Local machine ->EC2 ->RDS What I am doing is like this on local machine $ssh -f -N -L 3308:my_rds.amazonaws.com:3306 -i ~/.ssh/id_rsa.cina02 ubuntu@my_ec2....
1 vote
0 answers
478 views

Access denied for user in DMS instance

I am trying to set up a data replication task with AWS DMS (MySQL to MySQL). The endpoint configurations have been successfully tested but the task is not terminated because it gives the following ...
1 vote
0 answers
292 views

Error while connecting MySQL Workbench SSH tunnelling with AWS EC2 (Linux -Free tier)

First what I have done so far In AWS In Security group given 3306 port access for all MySQL/Aurora: Created a .pem key and saved it. PuTTY I am able to connect to MySQL (5.7) using PuTTY Created ...
1 vote
0 answers
24 views

how to migrate automate from aws rds datbase (MySql) to Azure Database for MySQL [closed]

is there an automatic tool that could migrate from Aws rds to Azure Database for MySQL ? i know how to dump and restore standard swql server but i would like to have a well known tool maybe build in ...
0 votes
1 answer
765 views

Modified volume size on the EBS volume doesn’t reflect it’s new size, it still shows up original size

I have currently modified AWS EBS volume (volume type is gp2). The original size of disk is 50G,I have increased to 100G. The system is CentOS 7 That disk has MySQL server installed and has ibdata ...
0 votes
0 answers
35 views

Mysqd service keeps dying

I'm running an AWS ec2 instance which is running a few WordPress sites. Everything is fine except after a few hours my SQL service dies. I have to reboot the whole machine to get it started. I feel ...
1 vote
0 answers
451 views

Docker container permission denied on startup

I have 2 AWS instances with percona cluster running in docker containers. After someone rebooted one of instances I needed to repair a large amount of things. But I can't restart percona cluster on ...
0 votes
1 answer
122 views

How to size resources (CPUs, RAM, etc) for AWS MySQL database?

In a production environment, 20K scans (records) will uploaded to the AWS database in a day: assume no more than 10K in an hour. A record consists of 6 fields and approximately 50 bytes of data. 1)...
0 votes
1 answer
35 views

PHP Script on AWS Runs at 5% instead of 100%

The PHP Script below is currently being hosted on a c3.large EC2 instance, with instance storage plus a SSD mount for MySQL. The file the script is reading is on one of the instance storage devices. ...
1 vote
0 answers
753 views

Cannot connect to AWS lightsail mysql using HeidiSQL with SSH

I need to connect to AWS lightsail mysql instance using HeidiSQL with SSH. I followed this tutorial But it doesn't allow me to connect. It shows Plink exited unexpected I have added ...
0 votes
1 answer
732 views

Transferring from hidden MySQL to Amazon RDS

I have a database on my old web host. They have a MySQL server that is only accessible to their network. I have SSH access to my hosting server, so I can run the MySQL command there. Is there a way ...
1 vote
2 answers
2k views

How to connect local apps (i.e. rubymine, prosequel) to remote server using AWS private key?

Programs that allow remote connections (usually in ssh) typically request a user name/pwd to connect to a remote server: see the below examples from sequelpro and rubymine, respectively: Sequel pro: ...
0 votes
1 answer
64 views

When Should I Upgrade My AWS MySQL Server?

We have a server system that currently consists of 1 Apache server that is attached to a load balancer and one MySQL server that is by itself. Both servers are AWS Micro Instances. Everything is ...