About
I'm Nobu, a web developer living in Mountain View, CA. Feel free to comment on any posts. I'm also tweeting on twitter.
Archives
-
add-on amazon rds applescript cocoa css firefox gmail javascript jquery mac mamp mashup mongo mysql oauth Open Tab-History In New Tab pear php skype social SweetCatcher twitter vim
WP Cumulus Flash tag cloud by Roy Tanck and Luke Morton requires Flash Player 9 or better.
-
Recent Posts
-
Blog under the Creative Commons Attribution 3.0 License
Tag Archives: amazon rds
Amazon RDS quick start
I’ve tried to use Amazon Relational Database Service. Easy to scale-up appeals to me.
Official Getting Started Guide is very good. I almost followed this document.
Works on Mac OSX 10.5.8.
% rds-create-db-instance --db-instance-identifier myinstance --allocated-storage 5 --db-instance-class db.m1.small --engine MySQL5.1 --master-username mymasteruser --master-user-password **** --db-name MyDatabase --headers
It takes several minutes.
% rds-describe-db-instances --headers
Unable to find a $JAVA_HOME [...]
tpcc-mysql rough benchmark for Amazon RDS