[6.0]: SkipLockedTables shows No tables found in database.
Author: liviuconcioiuCreated Aug 25, 2026Updated Aug 25, 2026
LabelsBug
Describe the bug
When $cfg['SkipLockedTables'] is set to true, any database that is clicked shows No tables found in database. message, instead of showing tables.
How to Reproduce
- Add to config:
$cfg['SkipLockedTables'] = true;Expected behavior
Tables should be listed, including locked tables.
Screenshots
With $cfg['SkipLockedTables'] = true;
https://github.com/user-attachments/assets/ea52fc35-632a-4a89-977d-9fbeac02ede6
Wihout $cfg['SkipLockedTables'] = true;
https://github.com/user-attachments/assets/a16f9e24-405e-4623-93fe-520059c635c2
Operating System
Windows
Web Server
nginx/1.31.4
Database Server
MariaDB
Database version
13.0.1
PHP version
8.5.9
phpMyAdmin version
6.0.0-dev
Source: phpmyadmin/phpmyadmin