Re: Help required MySql + PHP

2001-12-06 Thread Kundan Kumar
Hi Karthik, Most probably the PHP module that you are using with Apache is not compiled with Mysql support. Can you post the information about php installation that you have? Put this in a file called say phpinfo.php: ?php

Re: unicode charset support ? (and MacRoman too )

2001-12-05 Thread Kundan Kumar
Hi all, I have written to this mailing lists twice before, but nobody seems responds. Please help, this charset problem is very disturbing. In my case I need to import text files with MacRoman encoding into mysql. I am working on Mac OS X. How do we get support for this encoding? Regards,

(Please Help!!!!) Loading data file with MacRoman CharacterEncoding

2001-12-05 Thread Kundan Kumar
configuration files listed in `SHAREDIR/charsets/Index'. I don't know where to start from and how to get the MacRoman Support. Can anybody enlighten me on that?? Thanks in advance, Regards, Kundan Kumar -- Forwarded Message From: Kundan Kumar [EMAIL PROTECTED] Date: Tue, 04 Dec 2001 14:14:06 +0800

Loading data file with MacRoman Character Encoding

2001-12-03 Thread Kundan Kumar
the data in my database efficiently or not. Thanks and Regards, Kundan Kumar - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request

Re: Beginner question

2001-12-02 Thread Kundan Kumar
Assuming that you have a table called 'test' where there are three columns 'a', 'b' and 'c'. Now you have 'a'+'b' as unique but neither only 'a' nor 'b'. To specify that, define a and b both combined as primary key for the table, as in the following statement: CREATE TABLE `test` ( `a` TINYINT

Re: (errno: 144)

2001-12-02 Thread Kundan Kumar
[localhost:~/tmp] kundan% perror 144 Error code 144: Unknown error: 144 144 = Table is crashed and last repair failed Regards, Kundan On 11/29/01 2:17 PM, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I'm getting an error when i query a table i created. I have about 7 or 8 records, which

Re: How To Install Under MacOS X?

2001-11-29 Thread Kundan Kumar
Try installing by fink.. http://fink.sourceforge.net/ If you have worked on debian, you will appreciate it. Regards, Kundan On 11/30/01 12:13 AM, Kurt Tappe [EMAIL PROTECTED] wrote: I'm stuck trying to figure out how to install this thing. What I've tried: * The download doesn't

Mac OS X text encoding

2001-11-22 Thread Kundan Kumar
Hi all, I need to read some tab delimited text files into mysql. The files are in Mac Roman (Western) encoding. This encoding support is not there in the default installation of Mysql. Can anybody provide me the pointers as to from where can I get a binary distribution for Mac OS X with support