Access denied; you need the SUPER privilege for this operation you do not have SUPER privilege This error normally will occur when try to import or restore mysql database into Amazon rds. The error clearly shows you do not have SUPER user privileges . Yes thats true , becuase Amazon will not provide any rds super user provilages even for…
Tag: RDS
What is rds parameter group in AWS?
What is rds parameter group in AWS? *You can manage your DB engine configuration through the use of parameters in a DB parameter group. *DB parameter groups act as a container for engine configuration values that are applied to one or more DB instances. *A default DB parameter group is created if you create a DB instance without specifying a…
What is rds db subnet group in AWS?
What is rds db subnet group in AWS? A DB subnet group is a collection of subnets (typically private) that you create in a VPC DB instances will reside in the selected subnet group. A DB subnet group allows you to specify a particular VPC when creating DB instances. Each DB subnet group should have subnets in at…
How to modify db subnet group for running aws rds instance?
How to modify db subnet group for running aws rds db instance? RDS DB subnet group is a collection of subnets in VPC. You can select the subnet group while launching RDS .Once you select the subnet group your DB will reside on the specific subnets. If you are not selecting any subnet group AWS will create and…
Difference between database running on AWS rds instance and db running on EC2 instance?
Difference between database running on AWS rds instance and db running on EC2 instance? Database can run in EC2 or AWS RDS service . AWS RDS has some advantages and dis advantages as well .Lets compare both in main parameters point of view
How to launch rds db instance in AWS?
How to launch rds db instance in AWS? AWS rds (Relational Database Service ) is a PAAS service model . You can setup your database easily ans so quickly less than 30 min.Cost efficient and res sizable capacity feature , also you can stop your DB instance if your not using (Applicable for Single AZ DB type only)…