LogoLogo
Deploy NowCommunity Careers
  • Introduction to StackAI
  • Litepaper
  • FAQs
    • Introductory FAQs
    • Technical FAQs
    • Project/App FAQ
    • Financial FAQs
  • Tokens
    • Add $STACK to MetaMask
    • Buy $STACK Tokens
  • App Deployment on StackOS
    • Custom App Deployment
    • AppStore App Deployment
    • Deploy a Containerized Application on StackOS
  • Basic Operations
    • Create WebTTY
    • WebTTY, Logs, Shell Access
    • Practice - Persistent Data, Alternate User
    • Reset StackOS Account
    • Map a container port
    • Custom DNS
    • Custom SSL
    • Account Funding - General
    • Pod Launch - General
  • Preparing Custom Images
    • Docker Hub Intro
    • GitHub, DockerHub and StackOS Integration
  • App Store Notes
    • Redis on StackOS
    • Memcached on StackOS
    • Presearch on StackOS
    • Wordpress on StackOS
    • Jenkins on StackOS
    • WebDAV on StackOS
  • Useful Apps
    • phpMyAdmin (Mysql Web Admin)
  • Wordpress Operations
    • Launching a Wordpress app on StackOS
    • WordPress Migration
    • Account Funding - Wordpress
    • Upload limit increase
    • SSL Mixed Content Resolution
    • Wordpress Domain Change
  • Other Applications
    • Python Applications
    • RSK
  • 0xMarket
    • Viewing your NodeNFT
    • Listing your NodeNFT
    • Buying a NodeNFT
Powered by GitBook
On this page
  • ✅ The Utility
  • ✅ Create your Pod
  • Screenshots
  • ✅ Using the Web Interface
  1. Useful Apps

phpMyAdmin (Mysql Web Admin)

PreviousWebDAV on StackOSNextLaunching a Wordpress app on StackOS

Last updated 3 years ago

✅ The Utility

For many admins, a web-based DB browser/editor/admin tool is critical.

When inserting initial data, you can even use this tool to import large amounts of data.

✅ Create your Pod

container name: pma

docker image: phpmyadmin/phpmyadmin:5.1.3

environment:

PMA_ABSOLUTE_URI = https://pma-0xYOUR_ETH_ADDRESS-titan.stackos.io/

PMA_HOSTS = wpappdb-0xYOUR_ETH_ADDRESS <- change this to match

PMA_PORT = "3306"

mcpu: 500

ram: 500

Screenshots

✅ Using the Web Interface

Navigate to the External DNS Provided

Start your administration

Login with the mysql username and password you previously set