Re: Good Database Philosophy Book?

2003-07-08 Thread Ares Liu
Hi, all Who can recommend me a good tools for testing performance under heavy use of mysql. With large corcurrent queries. -Ares -- Nuclear Science & Technology Virtual Research Center http://nst.pku.edu.cn -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubs

MySQL memory problem on AIX 4.3.2

2003-06-29 Thread Ares Liu
Hi all, Now I'm facing a big problem and see if anyone know how to solve it. I'm using RS6000 AIX 4.3.2 CPU*2 1G RAM with HA. And DB is MySQL 4.0.12-max. Here is the content of my.cnf. [client] #password = your_password port= 3306 socket = /tmp/mysql.sock # Here follo

[BUG] show full processlist on AIX

2003-06-15 Thread Ares Liu
MySQL 4.0.12 max on AIX 4.3.2 HA. When I use show full processlist on localhost, all Hosts show as localhost. but when I use show full processlist from remote, all Hosts show as remote IP. as follow: mysql> show full processlist; +-+-+-++-+

What does the ERROR mean?

2003-06-14 Thread Ares Liu
MySQL 4.0.12 max on AIX 4.3.2 Following are part of .err log file: 030615 1:29:44 Aborted connection 163 to db: 'New' user: 'happy' host: `192.168.5.108' (Got an error reading communication packets) 030615 1:29:54 Aborted connection 167 to db: 'New' user: 'happy' host: `192.168.5.108' (Got an

Re: QUESTION ABOUT DATA AND INDEX FILE DIRECTORIES

2003-06-03 Thread Ares Liu
But is it available on AIX 4.3.x ? -Ares On 02 Jun 2003 19:50 CST you wrote: > DATA DIRECTORY and INDEX DIRECTORY is ignored on Windows. > > > > MySQL General Mailing List > For list archives: http://lists.mysql.com/mysql > To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED] -- MyS

Re: QUESTION ABOUT DATA AND INDEX FILE DIRECTORIES

2003-06-02 Thread Ares Liu
0, when you are not using > the --skip-symlink option. > > Make sure that option is set correctly. > > Edward Dudlik > Becoming Digital > www.becomingdigital.com > > > - Original Message - > From: "Ares Liu" <[EMAIL PROTECTED]> > To: <[EMA

QUESTION ABOUT DATA AND INDEX FILE DIRECTORIES

2003-06-02 Thread Ares Liu
HI, ALL Under windows XP, mysql-4.0.12, when I create a table with special data and index directories as follow: USE DATABASE test; CREAT TABLE IF NOT EXISTS test_table ( Vola INT NOT NULL, PRIMARY KEY (Vola)) DATA DIRECTORY="D:/mySQLDBs/test/data" INDEX DIRECTORY="D:/mySQLDBs/t

Re: MySql Install on a AIX RS6000

2003-03-22 Thread Ares Liu
change your my.ini or my.cnf - Original Message - From: "Bonnie Poole" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 22, 2003 8:53 AM Subject: MySql Install on a AIX RS6000 > > > > > I am trying to install on a AIX box. I do not want to install into > /usr/local. I hav

Turbine vs Connector/J

2002-11-23 Thread Ares Liu
As both of them type IV JDBC, which one is the better? -Ares > sql,query - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request thi

Re: How Huge of your mySQL database or table in your former Instance

2001-12-09 Thread Ares Liu
seconds of querying normal COLUMNs. I want to know query speed in larger table. Regards Ares - Original Message - From: <[EMAIL PROTECTED]> To: "Ares Liu" <[EMAIL PROTECTED]> Sent: Monday, December 10, 2001 1:28 PM Subject: Re: How Huge of your mySQL database o

How Huge of your mySQL database or table in your former Instance

2001-12-09 Thread Ares Liu
All, Now I want to design a database which contains more than 10G data to use. I think the largest table in my db will contains more than 30 million records and the amount of this kind of table will be up to 7 or 10. In my instance there won't be so many clients connecting. normally, there are le

Parallel queries in PHP program

2001-12-07 Thread Ares Liu
All, Can I implement parallel queries to mySQL by using sevial query sentences in a single PHP file? Who knows how to do it? including query the same table or different tables in parallel. Regards Ares - Before posting, please

Re: MySQL 3.23 Manual

2001-11-26 Thread Ares Liu
download a windows 3.23 version and install it. as you finished, under mysql\docs\ you will find manual in HTML fmt. - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/

large count of column in a table

2001-11-26 Thread Ares Liu
Hi all, I am a new member of this list. now I have a question. on my site, I add a new lonely database to store some data, and in this db, there is a table contained four columns, in which I put more than 17 million records in each column. after do that, I found out that my site became very slow.