This topic is locked
[SOLVED]

 Using Informatin_Schema in MySQL

10/20/2018 9:58:01 PM
PHPRunner General questions
K
klyle author

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 in the built in browser, my user can access Schemata, Tables, Columns tables of Information_Schema, but throws an error "connections/Connection.php on line 661" in MySQL.
Any tips? Thanks.