Creating a MariaDB database in Amazon RDS using SSL

preview_player
Показать описание
How to create a MariaDB database in AWS RDS using SSL and how to access it using DBeaver.

Links from the video:

+ Use the GRANT statement to require SSL connections with your database user. So for instance if when I setup the RDS database the username was drventura then I would use GRANT USAGE ON *.* TO 'drventura'@'%' REQUIRE SSL
Рекомендации по теме
Комментарии
Автор

It's good.
But I want mysql server and how to connect instance in putty.will you help me.

chiranjeevipathipati