Re: Urgent help using logon to mySQL

2005-12-28 Thread SGreen
Aftab Khan <[EMAIL PROTECTED]> wrote on 12/28/2005 02:15:33 PM: > Can some one please tell me what I am doing wrong here I have installed > and configured users in the database. I am using ODBC driver to logon. > When I use the password, it does not work but surprisingly the logon is > allow

Re: Urgent help...

2005-05-13 Thread Gleb Paharenko
Hello. In my previous post I gave you a link to the thread where had been described how to create the my_global.h. Have you tried that? >Hi, > U replied me without any contents. pls help me by giving some tips. > > Thanks and Regards, >Ashok Kumar.P.S. -- For techni

Re: Urgent help...

2005-05-13 Thread Gleb Paharenko
Hello. See: http://lists.mysql.com/mysql/180308 Ashok Kumar <[EMAIL PROTECTED]> wrote: > [-- text/plain, encoding 7bit, charset: us-ascii, 11 lines --] > > Hello Friends, > I wrote one simple pgm to connect and disconnect the database in > TC(Windows). when compiling the program,

RE: urgent help needed on replication on windows 2000

2004-03-31 Thread amahansaria
04/01/04 11:40 AM cc Subject

RE: urgent help needed on replication on windows 2000

2004-03-31 Thread Dathan Vance Pattishall
What version of mySQL are you using, 4.0.19 (not yet released) fixes something similar to what you have described. -- DVP > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 31, 2004 7:49 PM > To: [EMAIL PROTECTED] > Subject: urgent help need

Re: urgent help required for mysql

2004-02-26 Thread Victor Medina
Hi! It seems that you have installed mysql, but you did not run the mysql_install_db, this script will create mysql "internal" databases(the ones that carries user and config info), the script is usually in "install_prefix/bin/mysql_install_db" If you have no recently installed mysql, and the ser

RE: urgent help required for mysql

2004-02-26 Thread Ansari, Raza \(GEI, GEFA\)
Sanjay, It seems you didn't run mysql_install_db script which is located in /scripts directory. This script creates Grant tables for you when you first install mysql. Basically the error says you missing those grant tables, you can re-run the script and recreate them. Hope that helps!! Raza

Re: urgent help required for mysql

2004-02-26 Thread Victoria Reznichenko
"Soni, Sanjay K" <[EMAIL PROTECTED]> wrote: > 040225 13:57:20 mysqld started > InnoDB: The first specified data file ./ibdata1 did not exist: > InnoDB: a new database to be created! > 040225 13:57:21 InnoDB: Setting file ./ibdata1 size to 10 MB > InnoDB: Database physically writes the file full:

Re: Urgent help needed - SCO Unix binary

2004-02-17 Thread Boyd Gerber
On Tue, 10 Feb 2004 [EMAIL PROTECTED] wrote: > Hi, > > I could not find the binary for SCO Unixware (Intel based) in download > section. I suppose mysql supports this environment too. May I know as to > where can I find this binary. Do I need to build this myself? There are some version on ftp.zen

Re: Urgent help needed - SCO Unix binary

2004-02-10 Thread amahansaria
TECTED] Subject Re: Urgent help needed - SCO Unix

Re: Urgent help needed - SCO Unix binary

2004-02-10 Thread Chris Nolan
Subject Re: Urgent help needed - SCO Unix

Re: Urgent help needed - SCO Unix binary

2004-02-10 Thread Chris Nolan
Hi! If memory serves me correctly, MySQL AB have stopped issuing SCO OpenServer and SCO UnixWare binaries publicly and will only be providing them to customers who take out commercial licences. This is probably due to the fact that OpenServer and UnixWare cost a lot compared ot other OSes, don

RE: Urgent Help needed

2002-10-18 Thread Ed Carp
> It looks like you have a dynamic IP your end and the mysql > server is looking > for a fixed IP. Nope, you read it wrong, both of you. MySQL is printing out YOUR IP address, not the address of the server. It's complaining that you don't have permission to access the data you want. sql, query.

RE: Urgent Help needed

2002-10-18 Thread Simon Green
It looks like you have a dynamic IP your end and the mysql server is looking for a fixed IP. Try name based DNS form your PC. Simon -Original Message- From: [EMAIL PROTECTED] [mailto:manuvi@;eth.net] Sent: 18 October 2002 09:38 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Urgent

Re: Urgent Help! Importing Data from Text File...

2002-10-10 Thread Oluwagbamila Oyekanmi
I did the following to resolve the problem. 1. Your create command didnt work for me and I changed the add(128) on line 6 to addrs varchar(128). I suppose this was a typo since you already had a working table. 2. Your main problem comes from the format of your input. Use /N for ommited column

Re: Urgent Help! Importing Data from Text File...

2002-10-10 Thread Clayburn W. Juniel, III
On Thursday, Oct 10, 2002, at 02:26 America/Phoenix, Nasir Aziz Gill wrote: > Hi fellows, > > I got one text file of 9816 records (9816 lines) seprated by commas and > enclosed by the inverted quotes and seprated by the end of lines. But > when I > import the file, it only gets half of recor

RE: Urgent Help! Importing Data from Text File...

2002-10-10 Thread Peter Lovatt
Hi Two thoughts try \r\n instead of \n or if you are getting warnings it may be that there is a problem with the data - illegal characters or something? if neither works email me offlist and I will take a look, if that helps. HTH Peter --- Excel

Re: Urgent Help!!!

2002-03-04 Thread James Carrier
Hi Stanley You can get mysql to tell you what an error means by doing perror In your case the result is 'Record was already deleted (or record file crashed)'. You should be able to recover your table with myisamchk -r james At 15:09 04/03/2002 +, Stanley Joseph wrote: >Hi , >When ever

Re: Urgent Help needed

2002-01-30 Thread SubbaReddy M
Hi Srinivas, Here is some info, may meet ur requirement. ALTER TABLE syntax :- ALTER [IGNORE] TABLE tbl_name alter_spec [, alter_spec ...] alter_specification: ADD [COLUMN] create_definition [FIRST | AFTER column_name ] orADD INDEX [index_name] (index_col_name,...) orADD PR

Re: Urgent Help needed for installing

2001-07-25 Thread MikeBlezien
>>> >>I've been trying upgrade our current MySQL 3.23.39 to the 3.23.40 I have tired >with both the binary distro and source distro with no luck. The install seems to go >OK, but I can't start the mysql server. This is on a RH/Linux 6.2 Kernel 2.4.6 i686 >system. >>> >>> Please disregard thi

Re: Urgent Help needed for installing

2001-07-25 Thread Paul DuBois
At 4:08 PM -0500 7/25/01, MikeBlezien wrote: >On Wed, 25 Jul 2001 16:04:17 -0500, Paul DuBois <[EMAIL PROTECTED]> wrote: > >>>Source distributions don't really come with any table handler enabled >>>by default, because there are no binaries included in the distribution. >>>To see what options co

Re: Urgent Help needed for installing

2001-07-25 Thread Matt Wagner
"MikeBlezien" <[EMAIL PROTECTED]> writes: > Hello All, > > >>I've been trying upgrade our current MySQL 3.23.39 to the 3.23.40 I have tired >with both the binary distro and source distro with no luck. The install seems to go >OK, but I can't start the mysql server. This is on a RH/Linux 6.2 Ker

Re: Urgent Help needed for installing

2001-07-25 Thread MikeBlezien
On Wed, 25 Jul 2001 16:04:17 -0500, Paul DuBois <[EMAIL PROTECTED]> wrote: >>Source distributions don't really come with any table handler enabled >>by default, because there are no binaries included in the distribution. >>To see what options control the table handlers, run this command: >> >>

Re: Urgent Help needed for installing

2001-07-25 Thread Paul DuBois
At 2:55 PM -0500 7/25/01, MikeBlezien wrote: >Hello All, > >>>I've been trying upgrade our current MySQL 3.23.39 to the 3.23.40 >>>I have tired with both the binary distro and source distro with no >>>luck. The install seems to go OK, but I can't start the mysql >>>server. This is on a RH/Linux

Re: Urgent Help Needed

2001-05-14 Thread Bzdpltd
t;mailto:[EMAIL PROTECTED]> Delivered-To: mailing list [EMAIL PROTECTED] Received: (qmail 8567 invoked from network); 14 May 2001 09:49:45 - From: "Chris Bolt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: RE: Urgent Help Needed Date: Mon, 14 May 2001 03:52:32 -060

Re: Urgent Help Needed

2001-05-14 Thread Bzdpltd
May 2001 12:02:54 +0200 Sender: jbueno Message-ID: <[EMAIL PROTECTED]> Date: Mon, 14 May 2001 12:02:54 +0200 From: Joseph Bueno <[EMAIL PROTECTED]> X-Mailer: Mozilla 4.73 [en] (X11; I; Linux 2.2.15-4mdkfb i68

Re: Urgent Help Needed

2001-05-14 Thread Joseph Bueno
Hi, Does $keywords contain a quote ? You must escape special characters in strings before using them in SQL statements. If you are using Perl DBI look use 'quote' function otherwise, check MySQL API for your programming language. Hope this helps -- Joseph Bueno NetClub/Trader.com [EMAIL PROTEC

RE: Urgent Help Needed

2001-05-14 Thread Chris Bolt
> The one we tried was: > > $SQL = " SELECT * FROM cvtemplate WHERE employment_type = > '$employment_type' > AND location = '$location' AND related_discipline = > '$related_discipline', > MATCH specific_work_profile, wxcdone, wxcdtwo, wxcdthree, > wxcdfour AGAINST > ('$keywords') AS score FROM cvt