Code Monkey home page Code Monkey logo

phpmyadmin_ynh's Introduction

phpMyAdmin for YunoHost

Integration level Working status Maintenance status

Install phpMyAdmin with YunoHost

Read this README in other languages.

This package allows you to install phpMyAdmin quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult the guide to learn how to install it.

Overview

phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations on MySQL and MariaDB. Frequently used operations (managing databases, tables, columns, relations, indexes, users, permissions, etc) can be performed via the user interface, while you still have the ability to directly execute any SQL statement.

Shipped version: 5.2.1~ynh1

Demo: https://demo.phpmyadmin.net/master-config

Screenshots

Screenshot of phpMyAdmin

Documentation and resources

Developer info

Please send your pull request to the testing branch.

To try the testing branch, please proceed like that:

sudo yunohost app install https://github.com/YunoHost-Apps/phpmyadmin_ynh/tree/testing --debug
or
sudo yunohost app upgrade phpmyadmin -u https://github.com/YunoHost-Apps/phpmyadmin_ynh/tree/testing --debug

More info regarding app packaging: https://yunohost.org/packaging_apps

phpmyadmin_ynh's People

Contributors

alexaubin avatar ericgaspar avatar frju365 avatar jesuisfol avatar jimbojoe avatar josue-t avatar julienmalik avatar kay0u avatar kloadut avatar leosw42 avatar maniackcrudelis avatar matlink avatar opi avatar orhtej2 avatar polytan02 avatar pp-r avatar psycojoker avatar yalh76 avatar yunohost-bot avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

phpmyadmin_ynh's Issues

Move to newer PHP

Describe the bug

This package require PHP 7.4 which is now EOL, and which is slower than PHP 8.
I cannot uninstall PHP 7.4 from my system because of this.

Would it be possible to switch to a newer version?

Installation fails re-install app

Hello,

following a change on a domain name,
I decided to delete and re-install the application,
except that I systematically have an error

phpmyadmin's script has encountered an error. Its execution was canceled.

!!

ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '_getopts_fix.sh TO' phpmyadmin_root '@' localhost 'IDENTIFIED BY' J4MOZjlhys2eikf0 'at line 1

I tried to manually pass the test branch, but still the same concern

debug.txt

Level 5 forced

>>>> INSTALL SCRIPT <<<<
✘ set -eu is missing at beginning of file. For details, look at https://dev.yunohost.org/issues/419 

set -eu replaced by ynh_abort_if_errors

>>>> REMOVE SCRIPT <<<<
✘ set -u is missing at beginning of file. For details, look at https://dev.yunohost.org/issues/419 

No set -u, but using of ynh_secure_remove

>>>> UPGRADE SCRIPT <<<<
✘ set -eu is missing at beginning of file. For details, look at https://dev.yunohost.org/issues/419 

set -eu replaced by ynh_abort_if_errors

>>>> BACKUP SCRIPT <<<<
✘ set -eu is missing at beginning of file. For details, look at https://dev.yunohost.org/issues/419 

set -eu is at the line 10.

>>>> RESTORE SCRIPT <<<<
✘ set -eu is missing at beginning of file. For details, look at https://dev.yunohost.org/issues/419

set -eu is at the line 10.

"PHP 5.5+ is required."

PHP 5.5+ is required.
Currently installed version is: 5.4.41-0+deb7u1

Salut, je n'arrive pas à installer proprement, j'ai toujours cette erreur là en arrivant sur la page. Sur mon installation précédente de YNH j'avais essayé beaucoup de trucs pour upgrade mais au final ça avait juste finit par tout casser.

Des conseils pour enfin arriver à faire marcher phpmyadmin, sans causer de problèmes à mysql, wordpress etc ? Merci d'avance!

Installation fails

Hi
I am unable to install the app and got this error.

 shift 1
+ COMPOSER_HOME=/var/www/phpmyadmin/.composer
+ php /var/www/phpmyadmin/composer.phar update --no-dev -d /var/www/phpmyadmin --quiet --no-interaction
Warning: Your requirements could not be resolved to an installable set of packages.
Warning: Running update with --no-dev does not mean require-dev is ignored, it just means the packages will not be installed. If dev requirements are blocking the update you have to resolve those problems.
+ ynh_exit_properly
+ local exit_code=2
+ '[' 2 -eq 0 ']'
+ trap '' EXIT
+ set +eu
+ echo -e '!!\n  phpmyadmin'\''s script has encountered an error. Its execution was cancelled.\n!!'

Mise à jour qui a échoué !

Bonjour, (je parle français cette fois)
Hier j'ai mis à jour phpmyadmin et ce matin je m'apperçois que la mise à jour a échoué :
"phpMyAdmin - Error

Wrong permissions on configuration file, should not be world writable!"
Je ne pourrai malheureusement pas vous donner le log car il date d'hier et qui je pense a été supprimé déjà.
Avez-vous une idée de solution ?
Merci d'avance,
frju365

Same blowfish

Salut,

Le salt dans la conf est toujours le même, il ne semble pas remplacé lors de l'update ou de l'install
$cfg['blowfish_secret'] = 'YNH_COOKIE_PASSWD';

Bonne journée,

Installation fails

The installation fails with error message :

Warning: 2017-07-18 20:42:33 URL:https://files.phpmyadmin.net/phpMyAdmin/4.6.6/phpMyAdmin-4.6.6-all-languages.tar.gz [10395934/10395934] -> "phpMyAdmin-4.6.6-all-languages.tar.gz" [1]
+ sudo wget -nv https://files.phpmyadmin.net/phpMyAdmin/4.6.6/phpMyAdmin-4.6.6-all-languages.tar.gz.sha256 -O phpMyAdmin-4.6.6-all-languages.tar.gz.sha256
Warning: https://files.phpmyadmin.net/phpMyAdmin/4.6.6/phpMyAdmin-4.6.6-all-languages.tar.gz.sha256:
Warning: 2017-07-18 20:42:38 ERROR 504: Gateway Time-out.
+ EXIT_PROPERLY
Warning: !!
Warning:   phpmyadmin install's script has encountered an error. Installation was cancelled.
Warning: !!

using phpmyadmin for administrating another serveur (not yunohost)

on the screenshot on this project frontpage, we can see it's possible to switch to different servers, but I suppose it might be a screenshot from the upstream phpmyadmin project, not a actual screenshot from a yunohost instance:

image

I have this instead, with no possibilities to switch to another server:

image

Upgrade to 4.7.0

4.7.0 was released in March, can this version be pushed to yunohost installs?

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.