Giter Club home page Giter Club logo

phpmyadmin's Introduction

Lando PHPMyAdmin Plugin

The Lando PHPMyAdmin plugin service.

Installation

# With npm
npm install @lando/phpmyadmin

# With yarn
yarn add @lando/phpmyadmin

Issues, Questions and Support

If you have a question or would like some community support we recommend you join us on Slack. Note that this is the Slack community for Lando but we are more than happy to help with this module as well!

If you'd like to report a bug or submit a feature request then please use the issue queue in this repo.

Changelog

We try to log all changes big and small in both THE CHANGELOG and the release notes.

Development

git clone https://github.com/lando/phpmyadmin.git && cd phpmyadmin
yarn install

If you dont' want to install Node 14 or Yarn for whatever reason you can install Lando and use that:

git clone https://github.com/lando/phpmyadmin.git && cd phpmyadmin
# Install deps and get node
lando start

# Run commands
lando node
lando yarn

Testing

# Lint the code
yarn lint

# Run unit tests
yarn test

Releasing

yarn release

Maintainers

Contributors

Made with contributors-img.

Other Resources

phpmyadmin's People

Contributors

dependabot[bot] avatar github-actions[bot] avatar pirog avatar reynoldsalec avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

spiralbrad

phpmyadmin's Issues

phpMyAdmin needs updated

The current version of phpMyAdmin used in lando is 5.1.1, released on 2021-06-04.

You seem to be using one of the docker containers, and phpMyAdmin rarely introduces breaking changes. It should be trivial to update it.

Is there a reason this is stuck on a version from nearly three years ago?

Drupal multisite databases not being displayed in PHPMyadmin

Hello,

  1. Created Drupal 9 multisite with 2 subsites successfully
  2. Created a separate database for each site
  3. Logged in to PHPMyadmin databases for 2 subsites are not displayed there. Databases are present in MariaDB.
  4. However database for the main site is present as it is.

Lando version : v3.1.4
Here is .lando.yml

name: healsecurity_lando
recipe: drupal9
config:
  webroot: web
  php: '7.4'
  composer_version: '2.1.9'
  # via: apache:2.4
  via: nginx
  database: mariadb:10.4
  xdebug: false
services:
  phpmyadmin:
    type: phpmyadmin
    hosts:
      - database
  subsite1:
    type: mariadb:10.4
    portforward: true
    creds:
      user: drupal9
      password: drupal9
      database: subsite1
  subsite2:
    type: mariadb:10.4
    portforward: true
    creds:
      user: drupal9
      password: drupal9
      database: subsite2
proxy:
  appserver_nginx:
    - main.lndo.site
    - subsite1.lndo.site
    - subsite2.lndo.site

Attached is the screenshot of PHPMyadmin

localhost-49289-database-phpMyAdmin-5-0-2

Please let me know if I am missing any configurations.

Thanks
Prashant

can't access phpmyadmin after restart lando.

I'm new to lando.
I installed phpmyadmin according to the lando manual, then, I could access phpmyadmin via browser.
But after I modified my_custom.cnf in ./lando/config/mysql/, I restarted myApp from Docker Desktop and I restarted land using the command, lando stop and land start, vital info listed the url for new phpmyadmin, and I opened the url by browser then, error displayed like "can't connect to the server(localhost)" and phpmyadmin isn't shown.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.