Tagged Questions
16
votes
1answer
1k views
How does Amazon RDS backup/snapshot actually work?
I am an Amazon RDS customer and am experiencing daily amazon RDS write latency spikes, corresponding roughly to the backup window. I will also see spikes at the end of a snapshot (case in point: ...
7
votes
2answers
3k views
How to 'switch' from MySQL to Amazon RDS with minimal application impact?
Amazon officially states: "Amazon RDS gives you access to the full capabilities of a familiar MySQL database. This means the code, applications, and tools you already use today with your existing ...
6
votes
1answer
1k views
What are your experiences regarding performance with amazon-rds
Did you try amazon-rds? How is it, performance-wise?
5
votes
3answers
698 views
How do I move data from Postgres to MySQL running on Amazon's RDS?
I need to move a database with a Django schema from Postgres to MySQL, running on Amazon's RDF. I can re-generate the tables using manage.py, but I'm still looking for a way to migrate over all of the ...
4
votes
4answers
1k views
Change max_connect_errors in MySQL
I need to change max_connect_errors on MySQL but I have no SSH control into the server, can you change it just using a mysql query?
If not can anyone advise how I would change this on amazon's RDS ...
4
votes
4answers
2k views
how to 'load data infile' on amazon RDS?
not sure if this is a question better suited for serverfault but I've been messing with amazon RDS lately and was having trouble getting 'file' privileges to my web host mysql user.
I'd assume that a ...
3
votes
1answer
68 views
How to modify a storage engine from InnoDB to MyISAM using RightScale
I'm tring to modify the default storage engine from InnoDB to MyISAM on a 5.5 DB Parameter Group (for a RDS instance hosted in Amazon). But I am unable to change, since the property shows up as non ...
3
votes
1answer
320 views
How to write to a remote DB from an android app
We have an android app that currently sends data to a php script which writes to a mysql DB on the same server. We are thinking of using a scalable DB server e.g. FathomDB (which is just based on ...
3
votes
2answers
304 views
Amazon RDS (Relational Data Store) and SSIS
Does anyone know if it is possibble to use SSIS with Amazon RDS?
Since RDS is essentially MySQL - would this be possible using OLE DB or something...?
3
votes
0answers
325 views
Is it possible to use Cacti to monitor MySQL on Amazon's RDS?
I noticed that the instructions to setup cacti with mysql mention granting SUPER priveleges:
Create a MySQL user with the SUPER and PROCESS privileges on each server you want to monitor
However, ...
2
votes
1answer
39 views
Zend Framework and mysql slaves support
I'm looking for a generic way on managing database connections in Zend Framework (1.1).
Our ZF application is hosted in the amazon cloud and we use their RDS solution. Adding the read replica ...
2
votes
1answer
218 views
Amazon RDS MYSQL - unresponsive every 15 min's while GB's of space get used and then reclaimed
Lately were seeing a problem with our RDS database, about every 15-20 min's the database becomes unresponsive for a minute or two. While unresponsive GB's of free disk space is used and then ...
2
votes
1answer
160 views
How to get hold of Amazon MySQL RDS certificates
Amazon RDS documentation (http://aws.amazon.com/rds/faqs/#53) specifies that "Amazon RDS generates an SSL certificate for each [MySQL] DB Instance". I haven't been able to find any documentation on ...
2
votes
1answer
212 views
Benefits of migrating from MySQL to Oracle for Amazon RDS. Worth it?
Amazon recently announced support for Oracle in their RDS product line:
http://aws.amazon.com/rds/oracle/
I was wondering if anyone has used this, or if there would be a compelling reason to migrate ...
2
votes
2answers
206 views
Are default mysql parameters in RDS sane?
RDS uses the same set of parameters for all instance sizes and they don't seem to be that far from defaults (max_packet_size being too small etc.)
Has anyone looked at them and reviewed them for how ...
1
vote
0answers
58 views
Table is full in Amazon RDS (MySQL), what can be the root cause?
I'm experiencing a problem with Amazon RDS. MySQL database size is 5Gb. I'm trying to insert new row into the table and I'm getting Table is full error. This is what SHOW TABLE STATUS gives for this ...
1
vote
2answers
154 views
MySQL database limits
We are using a solution with AWS+RDS, and I was wondering what are the absolute Database limits. Limits like
Number of rows in a table.
Number of tables in a database.
Number of databases in an RDS ...
1
vote
1answer
298 views
Is Deterministic MySQL Data Read function allowed in Amazon Web Services?
I tried to create a deterministic, MySQL data read function in my database on a shared hosting in GoDaddy (Linux). But while creating the function I got the following error.
#1419 - You do not have ...
1
vote
1answer
677 views
New to amazon RDS, need help
I am new to amazon RDS. I need your kind suggestion on some questions i feel important to me:
How I can upload my existing database to rds? Is there any tool it provides so that I can upload my ...
1
vote
1answer
518 views
Trouble connecting Heroku App with Amazon RDS Instance
I'm using Amazon RDS for the first time ever and I've been following the heroku docs to get my app using the RDS instance. So far I've created an instance and I have setup the addon using the format:
...
1
vote
2answers
1k views
Amazon RDS: can databases be setup in replicaton mode?
I am studying the new Amazon RDS product and it seems it can be scaled only vertically (i.e. put a stronger server).
Did anyone see a possibility to configure multiple instances so that one is master ...
0
votes
1answer
45 views
Unable to delete any rows from a table
We have a MySQL 5.5 Amazon EC2 instance (db.m1.small) which shows "storage full" in the status column of the Amazon RDS console.
We tried connecting via SQL and removing a bunch of rows, but the ...
0
votes
1answer
57 views
How to modify my.ini parameters of an Amazon RDS instance
While launching a MySQL 5.5 RDS instance, Amazon uses a default parameter group to configure the my.ini parameters, but the console doesn't allow me to modify them. How can I achieve this? (e.g. ...
0
votes
1answer
81 views
How do I get access to the mysql logs from a RDS instance
How do I get access to the MySQL logs (primarily to take a look at the insert/update/delete statements) from an Amazon RDS instance?
0
votes
0answers
25 views
How do I initialize character set settings for a new RDS MySQL instance
I would like to set the following variable for my Amazon RDS server, where do I provide this setting when I create a new RDS instance?
character_set_server=utf8mb4
Note: I want these settings to be ...
0
votes
2answers
88 views
How to migrate from PostgreSQL to MySQL?
I'm installing Moodle in an Amazon EC2 instance. Currently, there is a backup in from PostgreSQL 7.3 which I already migrated to PostgreSQL 9.1. However, I need convert this database to MySQL 5.5.12 ...
0
votes
0answers
101 views
How to change max_allowed_packet parameter in MySQL database working on Amazon RDS?
First I changed this value in parameter group, which is used for my database instance
rds-modify-db-parameter-group <name_of_parameter_group> --parameters "name=max_allowed_packet, ...
0
votes
2answers
64 views
How to rename an Amazon RDS hosted MySQL database instance
I tried using the rename database command, but it fails with the following error. I don't see an option to stop the RDS instance via the Amazon RDS console either.
mysql> rename database foo to ...
0
votes
1answer
49 views
How to Handle Eventual Consistency Issues in MySQL Read/Write Splitting
I've been looking into solutions to scale MySQL. One that often comes up beyond adding a Memcached layer is read/write splitting -- all writes go to the master and all reads go to a set of load ...
0
votes
1answer
108 views
MySQL Amazon RDS: Lock Wait timeout exceeded
On Mysql (Amazon RDS), when I try to run the following SQL query
UPDATE
table1 INNER JOIN table2 USING (CommonColumn)
SET
table1.col1 = table2.x,
table1.col2 = table2.y
I get this error ...
0
votes
1answer
51 views
How do I quickly create new instances of complex MySQL database?
I'm managing an enterprise web application that uses Amazon's RDS as our database server. Our architecture is such that when a user signs up for a new account we create a brand new database for them ...
0
votes
1answer
209 views
how to run command “mysqladmin flush-hosts” on Amazon RDS database Server instance?
I got a database server failure, says host is blocked because of many connection errors. It ask me to unblock with 'mysqladmin flush-hosts'
how and where should I run this command to our amazon rds ...
0
votes
1answer
60 views
What version of MySQL is supported by Amazon RDS
What version of MySQL will be provided as part of Amazon RDS SQL.
Would it be possible to control the updates, if we didn't want to upgrade to a certain patch version of MySQL?
0
votes
2answers
166 views
RDS Database storage runs out of space
I just upgraded my RDS Storage from 10GB to 20GB and after a couple of days RDS says Storage full again.
Running this query in MySQL workbench against the same DB says the DB size is 43MB
SELECT ...
0
votes
2answers
84 views
Grails - same database for dev, test, prod
For economic reasons (I'm using MySQL on RDS) ..
Is there a way to host dev, test, prod databases all in the same database? Can you use database table prefixes? or schema?
Note: there will be funds ...
0
votes
2answers
177 views
Problem with querying in Amazon RDS
Hi i have a python script that connects to an Amazon RDS machine and check for new entries.
my scripts works on the localhost perfectly. But on the RDS it does not detect the new entry. once i cancel ...
0
votes
1answer
144 views
trying to estimate what aws will cost me based upon expected number of queries/inserts
How can I go about determining what the cost of each mysql operation is?
It seems like when using Amazon RDS, they care about number of inputs/outputs, storage size and transfer size (both in and ...
0
votes
1answer
311 views
Rails + Amazon RDS : latency issues
I have an app whose database is being migrated to amazon RDS.
I experienced a significant drop of performance, due to the latency of the queries between RDS and our server (like 30s of loading time ...
0
votes
1answer
322 views
Not able to get the amazon RDS instances using AWS .NET SDK
I'm not able to connect to my database in RDS from local machine....
Here is my code:
Amazon.RDS.AmazonRDSClient client = new Amazon.RDS.AmazonRDSClient(myPublicKey, myPrivateKey);
...