How to connect RDS with phpmyadmin - AWS - mysql

I am new to Amazon Web Services. I want to import my .sql file to phpmyadmin. EC2 and RDS instsnces are launched succesfully. Now How can I get newly created db in phpmyadmin?
I have searched on that and got some blogs and solution and as per those have added IP address of server on which my phpMyAdmin is installed. Now I don't know the furthe procedure. Can anyone please help me?
I tried to update etc/httpd/conf.d/phpMyAdmin.conf but I don't have permission to access that file. How can I get permission for that? Do I need to create IAM user?

Best installation tutorial I've seen on this came from Andrew Puch on Github. Just google Andrew Puch and github and you'll find the installation procedures laid out for you, and he did a Youtube video on the subject as well.
As for the rest of it, it is a tangle of server settings and parameter group settings that I have yet to figure out. if anyone else has got a handle on it, I would be eager to find out.

Related

How to find MySQL database in AWS

This may sound like a silly question, but my client had me working on a dev version of his website, and now wants me to push changes to the live AWS server.
He's given me access, however I can't for the life of me find the MySQL database in AWS. I am given to understand it should be located under RDS but there seems to be nothing there:
Can someone tell me where to find it then? Did the client send me to the wrong server or something? He is not technical at all so not of any help.
You can use the tag editor to find all the resources that are running in the aws account (which can be tagged). Go to the tag editor and then select all region and resources to see where the db is running. Maybe its running under some other region and you are looking in the wrong region. Hope that helps

THe correct way to install wordpress on ec2 instance Amazon like BiTnami package

I've searched and tested multi-tutoriels about installing wordpresson ec2 instance in amazon AWS, but i always find problems with the final product, first MySQL it does not accept utf8_unicode_ci, than the sample data (.xml files) i upload them but dont extract instead the files goes to media as (sampledata.xml_.txt) !!!
So i am hoping to find a solution here to install wordpress the correct way like the package of Bitnami that worked perfectly with no problems but the fees are to much for me so i prefer to do it automaticly.
Regards.
What fees? :) You can launch the Bitnami AMIs for free directly from your account or from the AWS marketplace

Connecting to HBase using Rest Services

I followed the tutorial and tried communicating to HBase using JSON and Rest Services.
I am using the cloudera distribution CDH4.6
The HBase version in this is hbase-0.94.15+86
I called the following link(60000 is the port where HBase is running on the CDH4 VMware Machine. location is the name of the table)
http://192.168.26.128:60000/location (using get)
This is mentioned in the following link, that this should get all the table data in JSON format
http://wiki.apache.org/hadoop/Hbase/JSONRest
I got the following error:
org.apache.hadoop.ipc.RPC$VersionMismatch>Server IPC version 3 cannot communicate with
client version 47
I am not able to understand where the mismatch is happening? Am I doing something( or might be everything) wrong? Please point me in the correct direction
Also, is the REST Service, already installed on the CDH or do we have to install it? An elaborate answer on the basics or any link to a document explaining the very basic step by step would be very much helpful.
I have been trying to google and found a lot of stuffs, but nothing was able to make things work for me.
Thanks in advance

Trying to get a local MySQL database to work with GAE development server

Soo, I've decided to toy around a bit with GAE. Most of my previous experience with developing web-applications is with ASP.Net, so this java / eclipse-world is kinda unfamiliar to me.
I read around, and found out that I can configure my project to use a Google Cloud SQL instance when it's deployed at Google, while using a local MySQL database while running locally on my development server.
The problem I ran in to now is that I can simply not press "Ok" in the eclipse dialog for configuring my local MySQL database? Well - I can, but with no result. No error message, no window close, no nothing.
I'm not really sure what I am doing wrong, but was hoping some wiz in here who has more experience than me with GAE have had a similar problem and a solution?
I've attached a picture of my local MySQL configuration:
http://imgur.com/0tjK7Sf
Thanks in advance

How to access phpMyAdmin on remote server

For my websites I use Dreamhost. Dreamhost requires you to create a hostname (ex: mysql.mclindigital.com) that the database will reside on. For me it's simple, if I want to access phpMyAdmin, I simply navigate to mysql.mclindigital.com, and it enters into phpMyAdmin automatically.
Apparently Dreamhost is in the minority using this method, because most people seem to use "localhost". So, how do I access phpMyAdmin for these websites? Will I need to get their Web Panel login info to browse around for this info?
As an example, I had a past client and I had to go here: http://216.120.237.104:2082/3rdparty/phpMyAdmin/index.php to get into their phpMyAdmin. I never really understood what I was doing, but it just worked. Now I am in the same situation, but this time the client isn't as tech-savvy and is unable to give me the URL I need to go to.
Also, I should point out I am not 100% certain that they have phpMyAdmin installed. I do know they have a database however, because they are running a Wordpress Blog.
There is nothing magic or special about phpMyAdmin. It is just
a bunch of php scripts.
Some webhosts(Such as dreamhost) may install it as standard
similary to formmail and a bunch of other tools they may install.
Your problem is most likely that you client don't have
phpMyAdmin installed, and the easy solution(If you have ftp access)
is to go to http://www.phpmyadmin.net/home_page/index.php download
phpMyAdmin, configure it and then just upload it to their ftp server
your self. Then you can acces it similary to any other php script.