Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to start AWS RDS on a different port than the default port of 3306 in ubuntu

How to start AWS RDS on a different port than the default port of 3306 in ubuntu

  1. I don't no how to start with the new port rather than the default.

so if anyone knows the steps kindly help me so that it will be useful for me.

like image 283
klee Avatar asked Dec 01 '25 04:12

klee


1 Answers

When you create a RDS instance via the console, you can specify a different Database Port (on step 4): RDS database options

If you are using the AWS CLI, you can also specify a different port with the option --port. See: http://docs.aws.amazon.com/cli/latest/reference/rds/create-db-instance.html

You can also specify a different port when creating the RDS instance using CloudFormation: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-rds-database-instance.html

like image 132
Céline Aussourd Avatar answered Dec 03 '25 19:12

Céline Aussourd



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!