RDS

MySQL/Amazon RDS error: “you do not have SUPER privilege”

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…

Continue Reading

Database, 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…

Continue Reading

RDS

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…

Continue Reading

Database, RDS

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)…

Continue Reading