How to configure magento admin on a different server - magento-1.9

I would like to configure magento frontend on one server and backend in a different server. Googled for stuff which can help me in creating this but unable to find the steps.
Can someone please help me with the steps for configuring the magento backend on a different server so that i can separate frontend and backend in two different servers.
I am not a developer and i configure mostly with the help of tutorials. So, any detailed explanation on how to do this is much appreciated.
Thanks in advance.

Related

Can I access a mySQL DB created in phpMyAdmin with a web app that runs with the IDE's tomcat?

I hope I don't make it very confusing. So, for a school project I need to make a Spring MVC webapp that runs with a simple tomcat and connects to a DB. I downloaded xampp and made a DB with phpMyAdmin, but also run my app with an embedded tomcat server. I'm not exactly sure why but this seems problematic as I cannot access localhost. Is there a way to connect my app to the phpMyAdmin DB? If not, what would be an easy way to create and access a DB (I need only a really simple schema of one table)?? Any advice would help a ton!
If the web app is for long run i would suggest use of Hibernate ORM, you need to config and with few lines of code it will be live and runing, for just for trial or learning, H2 is a good options as #zlaval said in comments. And you can use any Database with Hibernate ORM, with one or two hours of research and studying you can achieve the task you searching for easily.
If you need to go for hibernate there there is some explained and easy steps to do so with hibernate ORM.
https://www.codejava.net/frameworks/hibernate/getting-started-with-hibernate-annotations

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

How to find server name in c-Panel?

I am trying to find the server name of my website to connect it to a MySQL database. Using c-Panel with GoDaddy, none of the guides online have answers that actually work. I'd appreciate it if someone who knows what he is doing could kindly guide me to my golden fleece.
P.S, I am using c-Panel version 11.58.0.19.
Thanks.
If you have the website and the database hosted on the same server then you have to use localhost as the server name and that should work.
Try it .
You can search for server information in whm where you will get all the necessary server information.

How to connect RDS with phpmyadmin - AWS

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.

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