Skip to main content

All Questions

0 votes
1 answer
117 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....
whitebear's user avatar
  • 705
1 vote
0 answers
477 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 ...
user2997534's user avatar
1 vote
0 answers
291 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 ...
ATUL ANAND's user avatar
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 ...
Omer Anisfeld's user avatar
0 votes
1 answer
757 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 ...
Madhu's user avatar
  • 103
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 ...
Jacob J Khan's user avatar
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 ...
CacheGhost's user avatar
0 votes
1 answer
121 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)...
gatorback's user avatar
  • 1,225
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. ...
Jeffrey L. Roberts's user avatar
1 vote
0 answers
752 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 ...
The Odd Developer's user avatar
0 votes
1 answer
731 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 ...
David Findlay's user avatar
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: ...
abbood's user avatar
  • 1,284
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 ...
Chris's user avatar
  • 171