-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- support for PHP 8.3 (cleaned up some PHP Warnings, deprecations) - enhancements: - multiple db servers support - define server's configs via $DBSERVERS and quickly switch between servers via top navbar dropdown - "ps" menu item in top navbar - shortcut for "show processlist" - "SHOW TABLE STATUS" now works quicker because emulated via select from `information_schema.TABLES` - "WITH" (Common Table Expressions (CTEs)) support - moved include for phpminiconfig a bit further, so it allows override more things - security improvements: - `$ACCESS_PWD` now is enforced except for local usage - added by default "SET GLOBAL local_infile=0" to prevent unwanted use of `LOAD DATA LOCAL INFILE`. Controlled by `$IS_LOCAL_INFILE` on the beginning of the script.
- Loading branch information
Showing
4 changed files
with
190 additions
and
118 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.