Query : RE: How do i unsubscribe from the mysql list

2002-07-11 Thread Roma
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 11, 2002 12:01 PM To: Roma Subject: Re: How do i unsubscribe from the mysql list Your message cannot be posted because it appears to be either spam or simply off topic to our filter. To bypass

looking for sql gui application

2002-07-01 Thread Roma Gupta
Hi Everybody, My organization is looking for some secure GUI tool for MYSql. If possible, something which use SSH. I am new to MySql. Can anybody highlight on this and suggest some tools. We use lynix with apache, tomcat installed on it and installed ver 3.23 of Mysql. Thanks in advance Roma

RE: Stored procedures

2002-06-27 Thread Roma Gupta
MySQL doesn't support stored procedures yet. Roma -Original Message- From: andy thomas [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 27, 2002 8:01 AM To: [EMAIL PROTECTED] Subject: Stored procedures Does anyone know if stored procedures have been implemented in MySQL? Getting

RE: Stored procedures

2002-06-27 Thread Roma Gupta
I think you didn't notice. He cannot access Mysql website from UK :) -Original Message- From: Gerald Jensen [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 27, 2002 9:16 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Stored procedures Yes ... we all know that stored

RE: AUOT_INCREMENT from the beginning

2002-06-27 Thread Roma Gupta
You can try two easy things... Truncate table table_name (this happen to be syntax of sql server, you can check if Mysql supports it) Second you can drop table and generate it again.. :) Roma -Original Message- From: César Aracena [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 27

Problem importing data from SQL server 2000 to mysql

2002-06-24 Thread Roma Gupta
image informtaion or any special information. Only at one place it stores data which is a email I am using command LOAD DATA INFILE c:/mysql/roma/mailmessagetext_table.txt INTO TABLE mailmessagetext_table; Data which i export from sql server is tab dilimited . Another problem is, For the field

Problem importing data from SQL server 2000 to mysql

2002-06-21 Thread Roma Gupta
Hi guys, I want to migrate data from SQL Server 2000 to Mysql. My problem is to migrate big fields which had type varchar(7900) or so I tried using Text datatype of mysql, then I cant migrate data in that field I used command LOAD DATA INFILE c:/mysql/roma/mailmessagetext_table.txt INTO TABLE

RE: problem with configure

2002-06-21 Thread Roma Gupta
daemon saying Sorry. Your message could not be delivered to: w3d3demo (Mailbox or Conference is full.) Thanks Roma -Original Message- From: Cal Evans [mailto:[EMAIL PROTECTED]] Sent: Friday, June 21, 2002 9:13 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: problem with configure

Problem importing data from SQL server 2000 to mysql

2002-06-20 Thread Roma Gupta
Hi, I want to migrate data from SQL Server 2000 to Mysql. My problem is to migrate big fields which had type varchar(7900) or so I tried using Text datatype of mysql, then I cant migrate data in that field I used command LOAD DATA INFILE c:/mysql/roma/mailmessagetext_table.txt INTO TABLE