You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PhpMyAdmin throws various illegal string offset error when navigating to structure page of information_schema database after executing this query select * from information_schema.tables
To Reproduce
Go to SQL tab of 'information_schema'
Execute this query select * from information_schema.tables
After the results are displayed select the structure tab of the same database.
Expected behavior
Structure page of 'information_schema' should be displayed without any errors or warnings.
Screenshots
Server configuration
Operating system: Ubuntu 18
Web server: nginx/1.10.3
Database version: libmysql - mysqlnd 7.4.0
PHP version: 7.4.0
phpMyAdmin version: 5.1.0-dev
The text was updated successfully, but these errors were encountered:
Describe the bug
PhpMyAdmin throws various illegal string offset error when navigating to structure page of
information_schemadatabase after executing this queryselect * from information_schema.tablesTo Reproduce
select * from information_schema.tablesExpected behavior
Structure page of 'information_schema' should be displayed without any errors or warnings.
Screenshots
Server configuration
The text was updated successfully, but these errors were encountered: