Let use PhpMyAdmin as a database manager
Anas Siddiqui, one of your team, confirms that your database editor is incomplete: «you can delete the table but the column delete is not possible, you delete the rows only» and suggested me to leave a feedback.
I've already read the answer "We made long ago the decision to use adminer against phpmyadmin. This is not going to change in the short term." but why?
You did a great tool, all based on making life easy for users, and then you chose to make the deployment of PHPMyAdmin not easy... why?
-
Darren commented
You can install it manually, login to ssh with the master credentials, find the app name you wish to install phpmyadmin too.
# cd applications/APP-NAME/public_html
# wget https://files.phpmyadmin.net/phpMyAdmin/5.0.4/phpMyAdmin-5.0.4-english.zip
# unzip phpMyAdmin-5.0.4-english.zip
# mv phpMyAdmin-5.0.4-english phpmyadmin
Then go to your domain.com/phpmyadmin
To remove the blowfish error, go to phpmyadmin/config.inc.php ( copy and rename the sample file first )
then put a random 32 character password.
-
Geert commented
+1
-
Joao commented
+1 for this
-
Lilian commented
I agree with this comment, not only that phpmyadmin has secure connection of https if the site is https, a very drawback when your site can be hacked through insecure connection.