webyog / sqlyog-community

Webyog provides monitoring and management tools for open source relational databases. We develop easy-to-use MySQL client tools for performance tuning and database management. Webyog's solutions include SQL Diagnostic Manager for MySQL performance optimization and SQLyog for MySQL administration. More than 35,000 companies (including Amazon, IBM, Salesforce, AT&T, eBay, and GE) and 2.5 million users rely on Webyog's solutions to provide valuable insights into their databases. Webyog is an Idera, Inc. company.
https://webyog.com/
GNU General Public License v2.0
2.16k stars 318 forks source link

Difference in error reported for connections through HTTP tunneling with PHP v8.1 and above #2323

Open sibwy opened 1 year ago

sibwy commented 1 year ago

With PHP v8.0, select a database and execute a bad query i.e., "SELECT * FROM a_table_that_not_exist" returns the error "Error Code: 1146. Table '{database}'.'a_table_that_not_exist' doesn't exist"

Whereas with PHP v8.1, SQLyog displays an empty dialog and returns the error "Error Code: 1. Error in tunnelling. ..."

Reproducible case: Xampp PHPv8.0.28 and v8.1.6

The user report can be found in SF: 01001707