Hi Michal,
I'm going to look the titled feature request [0] while fixing the issues in my previous work. Feels its better to get more explanation on this. You have mentioned in feature description about the relations inside mysql database.
Currently both mysql and information_schema databases are not have linked to each data rows where possible. Do you mean make those as links (for database, table, user etc) ? Is that same as the think saying in feature request [1] ? Can you explain what you really mean here ? And can they be real relations with foriegn keys ? (I'm not sure)
[0] : https://sourceforge.net/tracker/?func=detail&aid=1327651&group_id=23... [1] : http://sourceforge.net/tracker/index.php?func=detail&aid=2950664&gro...
Regards !
*Chanaka*
Hi
Dne Tue, 24 Jul 2012 14:39:54 +0530 Chanaka Dharmarathna pe.chanaka.ck@gmail.com napsal(a):
I'm going to look the titled feature request [0] while fixing the issues in my previous work. Feels its better to get more explanation on this. You have mentioned in feature description about the relations inside mysql database.
Currently both mysql and information_schema databases are not have linked to each data rows where possible. Do you mean make those as links (for database, table, user etc) ?
Yes.
Is that same as the think saying in feature request [1] ?
I think this one wants to add link to phpMyAdmin, what probably makes sense as well (eg. clicking on username will open privileges editor for this user).
Hi Michal,
Thanks for the very quick reply. :)
I'm going to look the titled feature request [0] while fixing the issues
in
my previous work. Feels its better to get more explanation on this. You have mentioned in feature description about the relations inside mysql database.
Currently both mysql and information_schema databases are not have linked to each data rows where possible. Do you mean make those as links (for database, table, user etc) ?
Yes.
Okay
Is that same as the think saying in feature request [1] ?
I think this one wants to add link to phpMyAdmin, what probably makes sense as well (eg. clicking on username will open privileges editor for this user).
Link to phpmyadmin database right. I got it.
Regards !
*Chanaka*
table isHi Michal,
I'm having some problems of implementing suggested features [0].
I have no idea of the way of updating the mysql and information_schema databases. What are the files related to these updates ? As well for the relations in information_schema, it has used global array inside information_schema_relations.lib.php file. Do you think that is the way for linking data in mysql table as well ? (the same way?)
Hope you guide me to do this.
Regards !
[0] : http://sourceforge.net/tracker/index.php?func=detail&aid=1327651&gro...
Hi
Dne Sat, 28 Jul 2012 22:43:50 +0530 Chanaka Dharmarathna pe.chanaka.ck@gmail.com napsal(a):
table isHi Michal,
I'm having some problems of implementing suggested features [0].
I have no idea of the way of updating the mysql and information_schema databases. What are the files related to these updates ? As well for the relations in information_schema, it has used global array inside information_schema_relations.lib.php file. Do you think that is the way for linking data in mysql table as well ? (the same way?)
Yes, basically all "relation" (relation, translformations, ...) stuff should get the data from additional static resource, where relations/transformations for things usually present tables will be done.