Tagged Questions
0
votes
0answers
11 views
How do I access a amazon RDS Mysql database with my local Windows PC
I have a EC2 instance through which I am able to connect to an RDS database via MySQL Workbench, but I am unable to access this from my local machine. I have opened up the DB Security Group to the ...
0
votes
2answers
20 views
Poor performance on bitnami server AWS EC2 micro
I'm looking for some assistance with performance tools for Linux server running on AWS micro instance.
Apache serves web pages really slow. I have used top command and Idle value is almost 100% and ...
1
vote
0answers
15 views
can jsf/primefaces application be hosted out of AWS
Is it possible to use AWS services to host an application build in following technologies
jsf2/primefaces3
tomcat 6
mysql 5
Apart from these I need email services, blog etc a conventional java ...
0
votes
1answer
24 views
change innodb_log_file_size variable value for Amazon RDS MYSQL Linux server
we are using Amazon RDS linux server for MYSQL. what is the way to change my.cnf file variable values ??
i am trying to change innodb_log_file_size variable. Can you please update me which is the ...
1
vote
2answers
27 views
splitting a string in a mysql table field and store to two fields
I have a mysql table (in AWS RDS) with field F1, F2 and F3. F1 has strings like 'abc-def'. What I need to do is split the F1 values by hyphen into two strings ('abc' and 'def') and store them into F2 ...
0
votes
2answers
30 views
Mysql constraint with conditions
I have a table
CREATE TABLE PRODUCT (
PRODUCT_ID BIGINT NOT NULL AUTO_INCREMENT,
PRICE DOUBLE NOT NULL,
NAME VARCHAR(50) NOT NULL,
PRIMARY KEY(PRODUCT_ID)
);
I need a constraint which ensures the ...
0
votes
1answer
49 views
Bulk INSERTs from multiple hosts preformace optimization
I have 15 Amazon AWS EC2 t1.micro inctances which simultaneusly populate Amazon RDS MySQL d2.m2.xlarge database with data using large INSERTs (40000 rows in query).
The queries are send ...
1
vote
0answers
15 views
AWS RDS Mysql with benstalk Hibernate app: Character encoding issue - chars are replaced by?
I use mysql 5.5.27 on amazon rds and the table that we want to update has got collation set to utf8 - utf8_unicode_ci
Also, on hibernate side I have set below
<prop ...
0
votes
0answers
13 views
MySQLdb write_frame fails on Amazon RDS but works on localhost
I am able to sql.write_frame pandas DataFrames to my local development database, but the very same command fails without error to the Amazon RDS copy of the same db (query keeps running forever).
...
-3
votes
1answer
47 views
How to properly manage the sending of so many different bulk e-mails to the entire user base? [closed]
One of my PHP/MySQL sites is a social network and I need to send many different e-mails, including:
1) Event-based: E-mails sent when a specific action occurs on a user's account to notify them about ...
0
votes
2answers
57 views
Ansible idempotent MySQL installation Playbook
I want to setup a MySQL server on AWS, using Ansible for the configuration management.
I am using the default AMI from Amazon (ami-3275ee5b), which uses yum for package management.
When the Playbook ...
0
votes
2answers
84 views
jenkins fails while restarting my sql “sudo: no tty present and no askpass program specified Sorry, try again.”
I just configured jenkins and in the pre-build steps i am trying to restart jenkins but i end up with the following error
Commencing build of Revision c5b9f8daac092efc5396d80f568a2cf89ae8b697 ...
0
votes
1answer
27 views
mySQLcommand case-sensitivity error
I'm using Amazon AWS RDS mySql, and have set lower_case_table_names=1 (not that I believe this setting should make a difference in this case).
I'm executing a query looking like this:
insert into ...
0
votes
1answer
29 views
Export and import mysql at the same time on different servers
I am using AWS RDS and wish to backup my primary db hourly to a DR site in another region
What I need is a mysql command which will export the db and import into another mysql server running in a ...
1
vote
1answer
47 views
How many databases can I create on a single Amazon RDS instance
I wanted to know How many databases can I create on a single Amazon RDS instance. I need to move from Xeround to another server (they are closing for public clouds). My two options are either create a ...
0
votes
0answers
62 views
Performance issue on MySQL RDS with Play Framework EBean
I have faced a performance issue on RDS. I'm using Play Framework 2.1.1 with MySQL. The query that I'm testing takes about 2 seconds on my local unmodified MySQL database which I installed from brew ...
0
votes
1answer
41 views
Magento -SQL 2002 errors
I have a magento website on EC2 Large instance, with database on RDS which again is a large instance.
Now,
1. I have a maximum of 25 people traffic on website.
2. I am facing the below sql error on ...
0
votes
0answers
25 views
How would I allow access to a VPS based MySQL database only from AWS East based IPs? [migrated]
I have a MySQL database on my VPS that I only want to be accessible by my local IP (no problem in doing that) and an IroneWorker Ruby app, which may use any of these AWS East IPs.
So far, the only ...
0
votes
1answer
34 views
Does Hibernate support Amazon RDS and S3?
After checking Hibernate and discovering that Hibernate support relational databases (Like MySQL) I would like to know if it support Amazon RDS. I am assuming that it does because of the ORM thing, ...
0
votes
1answer
45 views
How to bootstrap RDS MySQL to create table every time the stack is up?
I'm trying to bootstrap my RDS from Cloudformation. I've used the template from here https://s3.amazonaws.com/cloudformation-templates-us-east-1/RDS_MySQL_55.template.
I can create the RDS from ...
-1
votes
2answers
60 views
MySQL error 1064 - the right syntax?
I am very new to MySQL so before you decide to downvote this please just add a comment and I will delete the post. I am following a tutorial on android-hive, ...
0
votes
0answers
58 views
Amazon web services - basic workflow
I have a PHP/MySQL application test-deployed on a server, with a domain name that I own. In order for this to be a real world scalable product, I decided to use Amazon Web Services. However, I'm new ...
0
votes
1answer
94 views
Cloud based web service for Web Applications
My web application uses PHP/MySQL on the server side to fetch and store data in a database. The DB size will increase with the user base, and can be huge. The application has been built and run on a ...
0
votes
0answers
62 views
Djnago on EC2 using RDS
I have a Django App running on an EC2 instance and trying to connect to a RDS mysql Database instance.
I have created the RDS database and added a rule to the RDS Security group that allows for EC2 ...
0
votes
0answers
83 views
Php script signup form that creates a new database for each new user
I need to make a Signup page for a web app i am making and upon registrering the script will create a new database for the user on my webhost (Amazon ASW) does anyone know how to make a simple PHP ...
0
votes
3answers
76 views
How to take Amazon backup
How to I take backup of my mysql rds instance from amazon rds service.
and what is the available options to take a backup?
Means I want to take a backup daily, weekly and hourly, where I have to ...
0
votes
4answers
63 views
Error when configuring MySQL on EBS volume
I'm working on configuring MySQL to store its data on an Amazon EBS volume. I've mounted the volume at /data, moved the config and data files to the volume, and symlinked the MySQL files:
ln -s ...
1
vote
1answer
105 views
Php Zend with AWS ElastiCache
Hi i have an app with php zend framework, i setup an AWS ElastiCache as follow on my zend app
Bootstrap.php:
protected function _initMemcache()
{
if (extension_loaded('memcache'))
{
...
0
votes
0answers
50 views
How to skip grant tables for a AWS RDS MySQL instance [closed]
http://stackoverflow.com/questions/7797543/mysql-error-1227-42000-access-denied-cannot-create-user
http://stackoverflow.com/questions/1708409/how-to-start-mysql-with-skip-grant-tables?rq=1
I don't ...
0
votes
0answers
60 views
Trouble with DES_ENCRYPT in AWS RDS
I am having trouble with DES_ENCRYPT on the Amazon Web Services RDS MySQL database - the AWS RDS is SSL so it should support the DES_ENCRYPTION - in particular, WHEN I Run the SQL query from ...
0
votes
0answers
55 views
Amazon RDS MySQL “Lost connection”
It seems like when I create a user on Amazon RDS (MySQL 5.5.20-log), I can authenticate successfully, but querying raises this error:
mysql> USE `database`;
No connection. Trying to reconnect...
...
0
votes
1answer
49 views
Access Amazon EC2 Root [closed]
I want to install ZPanel on my AMAZON EC2 but it required root access.
I am new at Amazon EC2, and I have recently configured PHP-MySQL through ec2-user, but when I am going to use root instead of ...
0
votes
1answer
118 views
How to connect to AWS Mysql from local MySQL Workbench on mac [closed]
From MySQL Workbench I click on Open connection to start querying
For hostname I type jdbc:mysql://[private path] and port 3306
Then I enter username and password and click okay
At this point I can ...
1
vote
2answers
44 views
multiple Server for Word press on AWS web service
i decided to install word press on amazon web service (AWS)
we decided to use two server ,
1 one for application and
2 one for database ,
in this way we can put the load balancing ,
the simple ...
0
votes
1answer
83 views
super priviliage not define of master user in amazon rds mysql
I have created one medium instance on amazon rds in asia pecific (singapore) region. i have created my master user with master password. and it is working/connecting fine with workbench installed on ...
-2
votes
1answer
454 views
Amazon Redshift for regular databases? [closed]
Should data warehouses such as Amazon's new Redshift offer ever be used as regular, day-to-day databases?
I have a use case for inserting / querying against around 50GB of new data daily, for an ...
0
votes
0answers
100 views
HIPAA compliant PHP/MySQL application
I'm working on a PHP/MySQL application that must be HIPAA compliant. From what I've read, any personal data that may identify someone or any medical information must be 256-bit encrypted both at rest ...
-2
votes
1answer
41 views
requirements for a social networking android app [closed]
i am planning to make an android app for social networking with at most user base of 10000.
with almost the full-fledged feature of a social networking site
So estimating the maximum concurrent users ...
1
vote
1answer
233 views
download RDS snapshot
I recently downgraded my EC2 instance. I can no longer connect to RDS. I think it might be that the internal IP is different and now the logins are attached to that specific IP. I haven't been able ...
0
votes
1answer
65 views
Should I use AWS MySQL master/slave solution [closed]
I am fairly new to AWS, but am swithing from hostgator to EC2 due to more and more heavy traffic on my app. I have some trouble with to many user connections on my app and are wandering if a ...
1
vote
2answers
576 views
MySQL on EC2/EBS. Too slow?
I have a MySQL m2.2xlarge instance on AWS. The MySQL data dir resides in the root EBS /. It is a single EBS not RAID. We have three main tables. One of them Table C, the largest in content, is used ...
0
votes
0answers
71 views
Mysql amazon rds for large databses
I have about 2.5 billion rows of transaction data curently it is about 300GB (which will double in another 1 year approx) .
Currently I am using mysql intance on Amazon RDS (for much smaller DB).
I ...
1
vote
0answers
95 views
How do I connect to a mysql server on AWS EC2 with a Java Applet?
I am currently trying to get a Java Applet to connect to a MySQL server. I have tested the MySQL server and verified that it works (I can connect with php). However, I can't seem to get my applet to ...
0
votes
0answers
101 views
cPanel PHP/MySQL Migration to AWS
I have a simple PHP website that was made using the generic "Website Builder" from my expired shared linux web hosting account.
I have started an AWS Elastic Beanstalk Application (PHP) and I have ...
0
votes
0answers
62 views
Script to clean/terminate sleepy Mysql Connections to RDS
I have a ruby on rails app, running to ec2 ubuntu instance and running Mysql database on RDS. I started monitoring RDS instance using mysql workbench. I figured out that, I have more then 35 sleep ...
0
votes
1answer
52 views
rst.getTimestamp(“upload_date”) doesn't work in Amazon RDS MySQL
I have a MySQL database table on AWS RDS which has a column named upload_date whose TYPE is TIMESTAMP and DEFAULT is current_timestamp.
I've done the same thing in my local MySQL db.
When I invoke ...
0
votes
1answer
158 views
Concerns Of Using Mixed MyISAM & InnoDB On AWS RDS
I am really new to AWS and I want to migrate my database to AWS RDS. But I'm facing several issues. The database is entirely built using MyISAM instead of InnoDB. From what I read at AWS RDS ...
0
votes
2answers
138 views
How to compare three table products?
I am working in price comparison website using 3 API (Linkshare, commission junction and amazon).In database,Table fields are not relevant with each other.But product names are
similar to other ...
0
votes
1answer
174 views
Remote access to MySQL EC2 Instance for PHP application on non AWS server
I am developing a PHP application that needs to access MySQL (EC2 Instance) remotely from my machine (or any IP for that matter). The application needs to be a stand alone, meaning if tunnel is ...
1
vote
0answers
87 views
Can't connect to MySQL for single dyno on restart occasionally
Every once in a while, when we either restart the app or a dyno gets cycled/restarted automatically, a dyno restarts but comes back up with Can't connect to MySQL server on (url) (110) error. In then ...



