Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

0 votes
1 answer
37 views

Unable to connect from MySQL Workbench to AWS RDS instance

I have created a MySQL instance in AWS and trying to connect with it from MySQL workbench from my local system. I made the MySQL instance publically accessible, added a security group and set inbound ...
Balaji's user avatar
  • 25
0 votes
0 answers
28 views

how to recover mysql database on aws ec2?

I had an application that required a lot of resources, so I changed the instance type from t2.micro to t3a.small. However, I reverted back to t2.micro, and now all my MySQL databases are missing. I ...
HyeonKyeong Park's user avatar
0 votes
0 answers
17 views

How to down size the storage of AWS RDS MySQL instance? [migrated]

I have an RDS MySQL instance db.m5.4xlarge with 8.3TB of data, and I want to shrink it to 4TB to save costs because it actually has 4TB of data. What are the viable options? I've tried several methods,...
user26127523's user avatar
-2 votes
0 answers
15 views

Ec2 can´t connect with rds [duplicate]

I create instance ec2 Nodejs I will list to instruccions. sudo apt update sudo apt upgrade curl -fsSL https://deb.nodesource.com/setup_lts.x | sudo -E bash - sudo apt-get install -y nodejs Create ...
Wilson Freddy Andia Alborta's user avatar
0 votes
0 answers
80 views

AWS DMS migration Premigration assessment possible bug on "Validate if the timeout values are appropriate for a MySQL source or target"

So I have: source: AWS Lightsail DB MySQL on version 8.0.35 target: AWS Aurora MySQL 3.07.0 (8.0.36) And one Assessment is constantly failing "Validate if the timeout values are appropriate for ...
LucasAI's user avatar
1 vote
0 answers
33 views

Managing MySQL Change Deployment in AWS RDS

I am trying to setup a test database and a live database using seperate MySQL instances running on Amazon RDS. This would theoretically keep live and test data seperate, and allow changes to be made ...
Jonathon Macleod's user avatar
0 votes
2 answers
157 views

understanding DMS cloudwatch logs

I am trying to create a DMS replication task using Terraform. The credentials for the endpoint are correct. When I start the replication task, it Fails but the cloudwatch logs aren't that helpful. ...
x89's user avatar
  • 3,198
1 vote
0 answers
24 views

How to join AWS Cognito and MySQL data tables?

community. I am using AWS Cognito as a user management system for my project. My project is using RDS of AWS as a database. As I am using AWS Cognito, I don't have user table in my relational database....
Benton Franklin's user avatar
0 votes
0 answers
34 views

Unable to connect with my RDS database on azure pipeline

I am using MySQL workbench to connect with RDS database. Now i have modified my database to private subnet and also made public accessible to false. If i try to connect with workbench not working. ...
subha s's user avatar
  • 21
0 votes
1 answer
48 views

Laravel + MySQL + AWS - Loadtesting 1,000 concurrent bots performance issues

When running a load test with 1000 bots on our quiz application platform, we ran into some performance issues. The load test we did previously was with 500 bots and the average response time was 0....
Shaun's user avatar
  • 801
0 votes
0 answers
107 views

AWS RDS MySQL Community 8.0.35 using SSL/TLS without providing certificates

This is my first time I am trying to use SSL/TLS to secure my RDS MySQL connections. I have followed a Youtube video in which the instructor tried to connect a newly created user with Database using ...
Ali Mohsan's user avatar
0 votes
0 answers
43 views

Why is SYSTEM_VARIABLES_ADMIN privilige deleted every 10 minutes in AWS RDS (MYSQL)?

I'm using AWS RDS, and in my MYSQL (>8.0) database, the SYSTEM_VARIABLES_ADMIN permission for all users is deleted every 10 minutes. It wasn't deleted originally, but it's suddenly being deleted, ...
lizard-kim's user avatar
-1 votes
2 answers
30 views

Connect my Amazon EC2 instance to my Amazon RDS mySQL database

I have a free account on AWS. I've set up an Amazon RDS MySQL database and an EC2 instance. I would like to connect to the database from a shell in the EC2. When I try to do so with this command: ...
user3794648's user avatar
0 votes
0 answers
36 views

Django retrieves old content from the database

I've developed an app using Django 5, tested it on my server and my local, and made it in production on my server. The problem is that when a certain action is taken to write or update a record in the ...
Esraa Abdelmaksoud's user avatar
0 votes
0 answers
21 views

VolumeReadOps spikes consume credits on AWS EBS with mysql doing almost nothing

Since a couple of days I am noticing a problem with mysql on AWS. This particular server has been in production for 3 years without any prior issues. Recently, a spiking read activity from mysql is ...
vbtc's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
182