Re: MySQL query performance test tool

2004-09-23 Thread Ian Holsman
Hi Haitao. I'm in the process of developing one of these for the company I work for. Feel Free to drop me a line and we'll see how we can get it going for you. Regards Ian Haitao Jiang wrote: Hi, We want to test our MYSQL (4.1.4g) server's query performance, and I just wondering if there is a tool

recreating the multi-page html docs from BK?

2004-09-12 Thread Ian Holsman
hi. I want to create the one-page per chapter style of HTML docs on my local hard disk. how do I do this? I have create the single page html document, but I can't find any docs on the split one. TIA Ian -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe

doing something similiar to RRD in a mysql database

2004-08-02 Thread Ian Holsman
RRD (http://www.rrdtool.org) is a popular tool which sysadmins use to collect to network stats (among other things) One of the best thing about RRD is that it only stores X datapoints at any one time, and also aggregates simple stats about the data, making it self-archiving. I was wondering if

a OPS$ equivalent in mysql

2004-07-07 Thread Ian Holsman
Hi. an OPS$ account in oracle lets a given user log in automatically to a OPS$ account from the local machine without a password. but not from another user-id on the same machine. ie [EMAIL PROTECTED] $ mysql -u ianh would work but [EMAIL PROTECTED] $ mysql -u ianh would not. Does mysql have this