PHPRunner makes one select a database to start the application, and offers Information_Schema as an option in the dropdown, but seems to filter Information_Schema to only the selected database.
I have an application where I need to read the tables and columns from Information_Schema in MySQL.
I found this "Each MySQL user has the right to access these tables, but can see only the rows in the tables that correspond to objects for which the user has the proper access privileges."
As long as I create a single user who has privs on all databases in question, it looks like that should do what I want.
Works. Now it's a tip.
Any other tips? Thanks.
I have an application where I need to read the tables and columns from Information_Schema in MySQL.
I found this "Each MySQL user has the right to access these tables, but can see only the rows in the tables that correspond to objects for which the user has the proper access privileges."
As long as I create a single user who has privs on all databases in question, it looks like that should do what I want.
Works. Now it's a tip.
Any other tips? Thanks.