mysqladministrator and differents query cache hits graphs

2009-01-25 Thread MAS!
I wonder why with tre different MySQL administrator istances I have 3 different QueryCache Hitrate on the same database, in the same time :( I'm trying with: - MySQL administrator v.1.2.12 (Ubuntu 8.10): the query hitcache is always at 100% (average 100) - MySQL administrator v.1.2.5rc (De

mysql administrator and different cache hit graphs

2009-01-25 Thread MAS!
I wonder why with tre different MySQL administrator istances I have 3 different QueryCache Hitrate on the same database, in the same time :( I'm trying with: - MySQL administrator v.1.2.12 (Ubuntu 8.10): the query hitcache is always at 100% (average 100) - MySQL administrator v.1.2.5rc (De

Re: making graphs with MySQL data

2007-01-16 Thread Bruno B B Magalhães
;Bruno B B Magalhães" <[EMAIL PROTECTED]> To: "C.R.Vegelin" <[EMAIL PROTECTED]> Sent: Tuesday, January 16, 2007 1:02 PM Subject: Re: making graphs with MySQL data Hi Cor and everybody, well this is my first collaboration, as I have the time today... Well, if you w

Re: making graphs with MySQL data

2007-01-16 Thread Bruno B B Magalhães
about making graphs with MySQL data. Currently my project is in development phase, using MS Access as front-end and MySQL as back-end with MyODBC. My next step is to replace the MS Access front-end by PHP (because I don't see any use of MS Access for a website). However, I don't have any

Re: making graphs with MySQL data

2007-01-16 Thread C.R.Vegelin
Thanks El Cuy, Joshua, Ryan, Let me be more specific about making graphs with MySQL data. Currently my project is in development phase, using MS Access as front-end and MySQL as back-end with MyODBC. My next step is to replace the MS Access front-end by PHP (because I don't see any use

Re: making graphs with MySQL data

2007-01-12 Thread El Cuy Volador
C.R.Vegelin escribió: > Dear List, > > I have a MySQL database (V5.0.x) and I need to make graphs. > Does anyone know about good utilities to make graphs ? > I would appreciate your expertise or links. > > TIA, Cor > A very good one is BIRT (http://www.eclipse.org/birt/

Re: making graphs with MySQL data

2007-01-12 Thread Joshua J. Kugler
On Friday 12 January 2007 12:51, C.R.Vegelin wrote: > Dear List, > > I have a MySQL database (V5.0.x) and I need to make graphs. > Does anyone know about good utilities to make graphs ? > I would appreciate your expertise or links. If you're using Python, matplotlib is an ex

Re: making graphs with MySQL data

2007-01-12 Thread Ryan Stille
C.R.Vegelin wrote: Dear List, I have a MySQL database (V5.0.x) and I need to make graphs. Does anyone know about good utilities to make graphs ? I would appreciate your expertise or links. TIA, Cor Perl with GD? MS Access/MyODBC could do it too. You may have to be more specific

making graphs with MySQL data

2007-01-12 Thread C.R.Vegelin
Dear List, I have a MySQL database (V5.0.x) and I need to make graphs. Does anyone know about good utilities to make graphs ? I would appreciate your expertise or links. TIA, Cor

Wrapping my brain around multi-parental graphs

2006-03-21 Thread sheeri kritzer
Hi all, So, I understand the nested set idea described here: http://dev.mysql.com/tech-resources/articles/hierarchical-data.html http://www.sitepoint.com/article/hierarchical-data-database/2 However, from what I remember of trees and searching and stuff, a node having more than one parent breaks

Re: How to save graphs in a table?

2005-09-10 Thread Gleb Paharenko
/string-functions.html http://www.devarticles.com/c/a/MySQL/MySQL-and-BLOBs/ http://www.onlamp.com/pub/a/php/2000/09/15/php_mysql.html "Logg, Connie A." <[EMAIL PROTECTED]> wrote: > I would like to save graphs in a mysql data base. The table definition I

How to save graphs in a table?

2005-09-09 Thread Logg, Connie A.
I would like to save graphs in a mysql data base. The table definition I have set up is: CREATE TABLE `GRAPHS` ( `graphid` int(11) NOT NULL auto_increment, `graphic` blob, `f_time_stamp` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, PRIMARY KEY (`graphid`) ) ENGINE

RE: graphs

2005-04-14 Thread Andy Ford
Perl and GD would do the trick. Take a look at how RDDtools does it! Andy -Original Message- From: Daniel Kasak [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 13, 2005 11:08 PM To: prathima rao; mysql@lists.mysql.com Subject:Re: graphs prathima rao wrote: >he

Re: graphs

2005-04-13 Thread Daniel Kasak
prathima rao wrote: >hello, > >can anyone suggest if there is any software available to create graphs using >mysql as database > >regards > >prathima rao > > My favourite has always been JpGraph - http://www.aditus.nu/jpgraph/ - it's a PHP library. You can u

graphs

2005-04-13 Thread prathima rao
hello, can anyone suggest if there is any software available to create graphs using mysql as database regards prathima rao