Will using mysqli::debug leak database sensitive information? What is its impact on security?
The mysqli extension provides the functionality to interact with a MySQL database, where mysqli::debug is a useful tool for debugging database connections. While it is very helpful for developers to debug code, does it leak sensitive information from the database? Will using mysqli::debug pose a threat to the security of your application?
mysqli::debug