phpmyadmin
phpmyadmin copied to clipboard
A web interface for MySQL and MariaDB
 After upgrade as: ``` sudo add-apt-repository ppa:phpmyadmin/ppa sudo apt-get update sudo apt-get install phpmyadmin ``` I am seeing this. I am using `php8.1` ubunut 20.04, `...
### Describe the bug The database table overview doesn't order the entries correctly when ordering by row count ### To Reproduce Steps to reproduce the behavior: 1. Add tables which...
The `/setup` entry point were removed and was moved to the `/setup` route. For example: ```diff - http://localhost/setup/index.php + http://localhost/index.php?route=/setup ``` This was made basically for two reasons. To have...
The first commit is unrelated; it's just something that was annoying me and I had to fix. The main commit fixes bug that was uncovered by my previous PR. I...
Signed-off-by: sidearrow ### Description - Fixed to not execute previous click event of [OK] button in confirmation modal Fixes #17353 ---- Before submitting pull request, please review the following checklist:...
### Describe the bug The last command that showed the confirmation popup seems to be remembered and is executed whenever another command is triggered. ### To Reproduce Steps to reproduce...
[GoogleAppEngine] V5.1.0 - Failed to set session cookie. Maybe you are using HTTP instead of HTTPS.
### Describe the bug I have a private instance of phpMyAdmin hosted on Google's App Engine environment, using PHP 7.4 and phpMyAdmin 5.1.0. When I try to log in, I...
### Is your feature request related to a problem? Please describe. I find annoying that phpMyAdmin doesn't provide any way (or at least I haven't found one on the documentation)...
### Describe the bug A SQL query popup appears when a value is made NULL. ### To Reproduce Steps to reproduce the behavior: 1. Create a table with a unique...
If I edit a record and try to modify an INT column (which is not part of any index) to zero, the resulting UPDATE query does not contain this column,...