problem with instalaion of DBD::mysql

2005-02-27 Thread gowthaman ramasamy
Dear list, i have a problem installing DBD::mysql module. My built is FC3 on a P4 machine. i installed mysql database via Mysql-serever-5.1.10-0.i386.rpm also via a binary version of mysql-standard-4.1.10-pc-linux-gnu-i686. both the mysql servers are fine. And i could install DBI modules thru CPAN.

library mamager for linux

2005-01-22 Thread gowthaman ramasamy
Hi list, can any one suggest a good PHP/mysql based library manager to manage books,magazines, documents, cds etc . I tried libman .. but i am having problem with that . many thanks in advance ... with love gowtham -- MySQL General Mailing List For list archives: http://lists.mysql.co

displaying MySQL query results differently

2004-09-20 Thread gowthaman ramasamy
Dear list, I want to display the result of the some mysql query differently .. I have a mysql table(allreps_orgs) with 2500,000 entries. QUERY IS: select distinct * from allreps_orgs as p1,allreps_orgs as p2, where p1.organism='Plasmodium' AND p2.organism='Caenorhabditis' AND p1.repeat=p2.re

GUI for mysql

2004-07-03 Thread gowthaman ramasamy
dear users ... i use MySQL 4.0.20 on RH7.3 on a sun fire workstation. Can some one of you suggest a good GUI for mysql. I also use Mysql 4.0.13-pc-linux-i686 on P4. many thanks in advance .. -- Ra. Gowthaman, Graduate Student, Bioinformatics Lab, Malaria Research Group, ICGEB , New Delhi. INDIA

Re: MySQl prints only first 1032 character in output line

2004-03-25 Thread gowthaman ramasamy
On Thu, 2004-03-25 at 21:23, Victoria Reznichenko wrote: thank you dear victoria it says 1024. How can i increase it?. > > Check value of group_concat_max_len system variable: > > SELECT @@session.group_concat_max_len; -- MySQL General Mailing List For list archives: http://lists.mys

MySQl prints only first 1032 character in output line

2004-03-25 Thread gowthaman ramasamy
hello list, this is a MySQL realted question I have a mySQL table with 15 columns. I query that table and group (using GROUP_CONCAT) them based on one filed (say coloumn1). I get the results. But, the result is truncated in some of the lines. It gets truncated exactly after 1032th character of tha