Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stopsopa/pma
Pma package to quick install from linux cli
https://github.com/stopsopa/pma
cli installer linux-cli phpmyadmin
Last synced: 22 days ago
JSON representation
Pma package to quick install from linux cli
- Host: GitHub
- URL: https://github.com/stopsopa/pma
- Owner: stopsopa
- Created: 2015-04-02T09:58:51.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-09-01T23:10:23.000Z (about 1 year ago)
- Last Synced: 2024-10-05T00:09:01.134Z (about 1 month ago)
- Topics: cli, installer, linux-cli, phpmyadmin
- Language: PHP
- Homepage:
- Size: 10.8 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DEPRECATED
created in 2015, but I'll leave it herePHPMyAdmin:
====Why?
-Pma package to quick install from linux cli.
(The way I used to install PMA before i started using Docker)
Require php extension **mbstring, mysql** and **mcrypt**### Versions
###### v0.0.2 - pma version 4.6.6 (up to date 2017-03-06)
$(wget -help &> /dev/null && echo "wget -qO-" || echo "curl -s") \
https://raw.githubusercontent.com/stopsopa/pma/master/install.sh?$(date +%Y-%m-%d-%H-%M-%S) | bash
---###### v0.0.1 - pma version 4.1.4
$(wget -help &> /dev/null && echo "wget -qO-" || echo "curl -s") \
https://raw.githubusercontent.com/stopsopa/pma/v0.0.1/install.sh?$(date +%Y-%m-%d-%H-%M-%S) | bash
---Sometimes on dev environment you can have no password to login to db, in this case just setup manually:
vim pma/config.inc.php
change to true:
$cfg['Servers'][$i]['AllowNoPassword'] = true;
and comment
#$cfg['Servers'][$i]['password'] = '';