New built in transformations and relations

View: New views
5 Messages — Rating Filter:   Alert me  

New built in transformations and relations

by Chanaka Dharmarathna :: Rate this Message:

| View Threaded | Show Only this Message

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)


Regards !

Chanaka

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Phpmyadmin-devel mailing list
Phpmyadmin-devel@...
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel

Re: New built in transformations and relations

by Michal Čihař :: Rate this Message:

| View Threaded | Show Only this Message

Hi

Dne Tue, 24 Jul 2012 14:39:54 +0530
Chanaka Dharmarathna <pe.chanaka.ck@...> 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).

--
        Michal Čihař | http://cihar.com | http://blog.cihar.com


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Phpmyadmin-devel mailing list
Phpmyadmin-devel@...
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel

signature.asc (853 bytes) Download Attachment

Re: New built in transformations and relations

by Chanaka Dharmarathna :: Rate this Message:

| View Threaded | Show Only this Message

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
 

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Phpmyadmin-devel mailing list
Phpmyadmin-devel@...
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel

Re: New built in transformations and relations

by Chanaka Dharmarathna :: Rate this Message:

| View Threaded | Show Only this Message

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&group_id=23067&atid=377411



------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Phpmyadmin-devel mailing list
Phpmyadmin-devel@...
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel

Re: New built in transformations and relations

by Michal Čihař :: Rate this Message:

| View Threaded | Show Only this Message

Hi

Dne Sat, 28 Jul 2012 22:43:50 +0530
Chanaka Dharmarathna <pe.chanaka.ck@...> 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.

--
        Michal Čihař | http://cihar.com | http://blog.cihar.com


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Phpmyadmin-devel mailing list
Phpmyadmin-devel@...
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-devel

signature.asc (853 bytes) Download Attachment