Re: alter table error

2001-03-26 Thread LIBASOV IOANNIS
Reffer documentation about mysql version and table type where you can do that. - Original Message - From: "Daniel Adams" <[EMAIL PROTECTED]> To: "LIBASOV IOANNIS" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, March 26, 2001 7:54 PM Su

Re: alter table error

2001-03-26 Thread LIBASOV IOANNIS
It's better like this: alter table message add index subject2 (subject); - Original Message - From: "Daniel Adams" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, March 26, 2001 7:19 PM Subject: alter table error Can anyone tell me what this means and how to fix it? I ran the

perl API

2001-03-24 Thread LIBASOV IOANNIS
I'm not quite sure if this question is appropriate for this mail list, so may be somebody can tell me whom to ask better. I was going to run the following code: .. if (system("mysql -u username -ppassword -h hostname -P 3606 < path/to/filename 2>errlog")) { return ("Something wr