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
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
;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
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
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
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/
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
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
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
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
/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
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
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
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
hello,
can anyone suggest if there is any software available to create graphs using
mysql as database
regards
prathima rao
15 matches
Mail list logo