I've made some databases in PHPmyadmin that I need to access through OpenShift. I've added the correct cartridges to be able to do this, but I don't know how to manually upload this database or if OpenShift does this automatically. Does anyone have any experience with this?
How to get a database created in PHPmyadmin up on OpenShift?
195 Views Asked by adb At
1
There are 1 best solutions below
Related Questions in MYSQL
- MySQL Select Rank
- When dealing with databases, does adding a different table when we can use a simple hash a good thing?
- Push mysql database script to server using git
- Why does mysql stop using indexes when date ranges are added to the query?
- Google Maps API Re-size
- store numpy array in mysql
- Whats wrong with this query? Using ands
- MySQL-Auto increment
- show duplicate values subquery mysql
- Java Web Application Query Is Not Working
- microsoft odbc driver manager data source name not found and no default driver specified
- Setting foreign key in phpMyAdmin
- No responses from google places text search api
- Adding to MAMP database in SQL/PHP
- I want to remove certain parent- and child-divs in all my wordpress posts with php or some other script
Related Questions in OPENSHIFT
- OpenShift Pyramid logging to file
- com.mongodb.MongoException: not authorized for insert on myworld.Users
- Openshift context path
- error while establishing connection with node.js server OpenShift
- Cannot port forward for app
- OpenShift - Tomcat 7 (JBoss EWS 2.0) + PostgreSQL 9.2 + Hibernate 4.3.5
- running node.js sails app on openshift
- Can't get Pandas to install with OpenShift
- Cartridge Python2.7 on OPenshift
- OpenShift Requirements.txt Pip error
- OpenShift PHP Image Asset Giving 500 Error
- Codeigniter on OpenShift is redirecting to 404 error page
- Why mongodb is reset after push to openshift
- Openshift - trigger Jenkins build on git push
- Openshift redirect to https using flask-base example
Related Questions in OPENSHIFT-CLIENT-TOOLS
- OpenShift rhc app create (Errno::EMSGSIZE)
- Openshift - ssh to a specific gear
- Error installing rhc: net-scp requires net-ssh (>= 2.6.5, runtime)
- Is it possible to use OpenShift without using rhc?
- eclipse/Git in openshift v3
- Pip install failed in openshift 3
- rhc snapshot not saving all the data
- Cannot git-clone an OpenShift application
- Install Nginx ingress on Openshift cluster
- How to `docker login` to OpenShift Docker registry
- Create Openshift app using branch from existing repository (with `rhc create`)
- Openshift tail asks me to relogin
- openshift "www" directory?
- Openshift DIY Dropwizard with HTTPS
- Openshift rhc setup "The OpenShift server is not responding correctly."
Related Questions in OPENSHIFT-CARTRIDGE
- OpenShift PHP Image Asset Giving 500 Error
- Openshift public url app (migration)
- how to upgrade java app to Openshift v3
- Ruby fails after installing custom cartridge for OpenShift
- Updating Maven version in Openshift
- Openshift update java 7 to 8 in Tomcat 7 (JBoss EWS 2.0) Cartridge
- I want to send data from many clients to one stable client using Node.js
- Can a specific branch or commit be used in the Source-Url for an OpenShift Cartridge?
- OpenShift / wildfly-cartridge: How to add own -D arguments to JVM commandline which starts wildfly?
- Openshift connection error
- Why does pushing my locally created MEAN-Application to OpenShift not work?
- heroku vs openshift which is better PaaS?
- openshift database and data directory
- Unable to deploy Node app to Openshift
- How to deploy Express 4 application with mysql database setup on openshift?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
The phpmyadmin cartridge provides phpMyAdmin on OpenShift. In order to add this cartridge to an application, the MySQL cartridge must already be present. Once installed, phpMyAdmin can be used by navigating to http://app-domain.rhcloud.com/phpmyadmin with the MySQL login credentials.
Using phpmyadmin is the easiest, but this can't be used with scaled applications.
The easiest thing to do would be to scp the database to your gear, and use the mysql command to load it in.