rds tag

6 questions


1 answers
441 views
0
aws cannot connect to rds from lambda function

I would like to create a linebot with aws-lambda.When I wrote this code to connect to the database created by aws-rds via PyMySQL, I got an error.def pickupDatabase(): rds_host=rds endpoints name = rd...

1 years ago

1 answers
404 views
0
DB-connected SSH tunnel from Windows to Amazon RDS

I want to connect to MySQL on Amazon RDS from the Heidi SQL client tool in Windows, but it doesn't work.The following error appears:Connection failed SSH expired unexpected command line wasplink.exe-s...

1 years ago

1 answers
184 views
0
502 Bad Gateway now appears after EC2 reboot & migration

I tried to reset the database by ssh connection to EC2 ( rails db: migrate: reset RAILS_ENV=production DISABLE_DATABASE_ENVIRONMENT_CHECK=1). PG::ObjectInUse:ERROR:database AnayumeAppDB is being acces...


1 answers
184 views
0
Why do I use char[] instead of string when I use password?

When you say getText() in Swing, the return value is String If you look at the return value of the password field getPassword, it's char[].If you look at that, String has security issues or uses it mo...


1 answers
69 views
0
The difference between the typename keyword and the class keyword in the template

I've seen both of them a lot when defining templates, what's the difference between these two?And the other question is, I saw a template like this on WikipediaWhat does each keyword mean here?templat...

2 years ago

1 answers
98 views
0
AWS RDS asking how to use stored procedure

We are currently using mysql as rds, and we have something to use stored process of an external company in mysql.I received stored procedure in the form of sql extension, and I wonder how I can apply ...

2 years ago

© 2024 OneMinuteCode. All rights reserved.