RE: characters - URGENT!!

2001-05-24 Thread William R. Mussatto
] To: Selvin Sakal [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: RE: characters - URGENT!! I've noticed some people seem to be forgetting about their middleware when approaching a programming challenge. In many cases, information to and from the database is processed using C, java, perl, php

my sql database and locking issues(URGENT)

2001-05-21 Thread VVM Ravikumar Sarma Chengalvala
Hi, 1. Does mysql inherently implement locking implicitly? 2. The following is the extract from mysql documentation: In MySQL Version 3.23.7 and above, you can insert rows into MyISAM tables at the same time other threads are reading from the table. Note that currently this only works if there

RE: my sql database and locking issues(URGENT)

2001-05-21 Thread Warren van der Merwe
2. The following is the extract from mysql documentation: In MySQL Version 3.23.7 and above, you can insert rows into MyISAM tables at the same time other threads are reading from the table. Note that currently this only works if there are no holes after deleted rows in the table at the

Urgent: fatal error on mysql_connect()

2001-05-16 Thread fidodido
Hi all! I need to know how to solve this. I keep on having this error whenever my scripts using mysql_connect()... Fatal error: Call to undefined function: mysql_connect() in /www/html/phpMyAdmin/lib.inc.php on line 255 TIA!!! Regards Annie

Urgent Help Needed

2001-05-14 Thread Bzdpltd
a keywords search on a full text index. I have tried but got no success as I keep getting SYNTAX error. Can anyone please help, this is most urgent. The one we tried was: $SQL = SELECT * FROM cvtemplate WHERE employment_type = '$employment_type' AND location = '$location' AND related_discipline

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 cvtemplate

Re: Urgent Help Needed

2001-05-14 Thread Joseph Bueno
and also a keywords search on a full text index. I have tried but got no success as I keep getting SYNTAX error. Can anyone please help, this is most urgent. The one we tried was: $SQL = SELECT * FROM cvtemplate WHERE employment_type = '$employment_type' AND location = '$location

Re: Urgent Help Needed

2001-05-14 Thread Bzdpltd
to narrow down the results by searching the intial 3 criteria and also a keywords search on a full text index. I have tried but got no success as I keep getting SYNTAX error. Can anyone please help, this is most urgent. The one we tried was: $SQL = SELECT * FROM cvtemplate WHERE employment_type

Re: Urgent Help Needed

2001-05-14 Thread Bzdpltd
: Urgent Help Needed Date: Mon, 14 May 2001 03:52:32 -0600 Message-ID: [EMAIL PROTECTED] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X

(URGENT) Help mysql+redhat automatically reboot.

2001-05-14 Thread phlebolo
Hi all, My RedHat 6.1 + MySQL server box has some rare thing happens today. This box is sitting on the 192.168 network. It allows a cgi program to select and update its records. The cgi program was triggered by the Internet. This box was received a lot of query this afternoon. Suddenly,

urgent!!

2001-05-13 Thread Ghanshyam Tiwari
Dear Friends, I am a newbie at MYSQL.I am up with a problem that involves creating a database which has to work in a client server environment.My friends suggested me to use mysql and thence was my entry to it.With very little time left for the deadline,I need your kind help to finish the

Re: urgent!!

2001-05-13 Thread B. van Ouwerkerk
Can anybody please help me with the making of this database or atleast guide me with the making of this..please. Thank You I suggest you start reading on database normalization (www.devshed.com has an article on this in the mysql part of their website). Bye, B.

Re: urgent!!

2001-05-13 Thread Robert Alexander
I don't see how this could possibly be an urgent request. You haven't even started the project design yet. Now, if the project were all done, and you're scheduled to go live with it tomorrow, and you suddenly discover that all your indexes are corrupt, and the boss is cursing your name

Re: My Sql C_API(Urgent)

2001-05-12 Thread VVM Ravikumar Sarma Chengalvala
:=?iso-8859-1?q?VVM=20Ravikumar=20Sarma=20Chengalvala?= [EMAIL PROTECTED] Date:Fri, 11 May 2001 16:35:21 +0100 (BST) Subject: My Sql C_API(Urgent) Hi, I am using my_sql_real_escape_string and in that the strmov function of mysqlclient library. I am getting the following errors while

My Sql C_API(Urgent)

2001-05-11 Thread VVM Ravikumar Sarma Chengalvala
Hi, I am using my_sql_real_escape_string and in that the strmov function of mysqlclient library. I am getting the following errors while compiling: d:\program files\mysql\include\m_string.h(143) : error C2061: syntax error : identifier 'uint' d:\program files\mysql\include\m_string.h(146) :

Re: My Sql C_API(Urgent)

2001-05-11 Thread Shambhu Kumar singh
Message -- =?iso-8859-1?q?VVM=20Ravikumar=20Sarma=20Chengalvala?= [EMAIL PROTECTED] wrote: To:[EMAIL PROTECTED] From:=?iso-8859-1?q?VVM=20Ravikumar=20Sarma=20Chengalvala?= [EMAIL PROTECTED] Date:Fri, 11 May 2001 16:35:21 +0100 (BST) Subject: My Sql C_API(Urgent) Hi, I am using

My SQL C_API(urgent)

2001-05-07 Thread VVM Ravikumar Sarma Chengalvala
Hi, I am having a peculiar problem with C_API.How to execute a query string with its length more than 255 characters using mysql_query() function.My sql query is more than 255 characters long and is getting truncated. Regards, Ravi

Re: My SQL C_API(urgent)

2001-05-07 Thread Paul DuBois
On Tue, May 08, 2001 at 12:51:02AM +0100, VVM Ravikumar Sarma Chengalvala wrote: Hi, I am having a peculiar problem with C_API.How to execute a query string with its length more than 255 characters using mysql_query() function.My sql query is more than 255 characters long and is getting

Re: My SQL C_API(urgent)

2001-05-07 Thread Alec Solway
Try mysql_real_query(). This function takes three parameters, the first two are the same as mysql_query(). The third is the length of the query string. Regards. Alec At 06:51 PM 5/7/01, VVM Ravikumar Sarma Chengalvala wrote: Hi, I am having a peculiar problem with C_API.How to execute a query

In need of urgent Advise, please

2001-04-19 Thread Lee Jenkins
Hello, First, sorry the lengthy post. I have a couple of questions that are very important for me to get answered. I we moved from using MS Access to MySQL for our Point of Sale app. We do the transaction rollbacks, commits in the application layer so the fact that MySQL lacks this

Re: In need of urgent Advise, please

2001-04-19 Thread Rolf Hopkins
traffic you're getting. - Original Message - From: "Lee Jenkins" [EMAIL PROTECTED] To: "MySQL Mail list" [EMAIL PROTECTED] Sent: Friday, April 20, 2001 10:24 Subject: In need of urgent Advise, please Hello, First, sorry the lengthy post. I have a couple of que

URGENT: select in (select) or Join?

2001-04-12 Thread Sofiane Sakhri
Hello, Please, I use MySql, I would use INTERSECT/UNION functions and they don't work, I need help, My query is : select E.*, ME.Emplacement, E.Url,E.EMail, C.Name From Entreprise E, Mot_Entreprise ME, Mot M, Categorie C where (E.ID=ME.ID) and (ME.CodeMot=M.CodeMot) and (M.Mot like 'word1%')

URGENT - daemon dying frequently

2001-04-09 Thread Webmaster Biz
Running mysql 3.22.32-log on Apache virtual server (FreeBSD) I can restart my mysql daemon with ./bin/safe_mysqld - but it only runs for a few hours before dying. Following hints from both the manual and the list, I've tried several things... I've deleted my mysql database and manually

RE: URGENT - daemon dying frequently

2001-04-09 Thread Opec Kemp \( Ozemail \)
) This *could* the problem try it and see how you go with it. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, April 10, 2001 9:55 AM To: [EMAIL PROTECTED] Subject: URGENT - daemon dying frequently Running mysql 3.22.32-log on Apache virtual server

RE: URGENT - daemon dying frequently

2001-04-09 Thread Opec Kemp \( Ozemail \)
I know this is slightly off-topic but it's related to changing the number of file descriptors on FreeBSD: - FreeBSD by Torsten Sturm How do I check my maximum filedescriptors? Do sysctl -a and look for the value of

Urgent enquiry

2001-04-04 Thread venkat
it is showing the exception. can you please tell me a way or suggestion to access the driver. It is most urgent for me. I will be very thankfull for you if you could send the suggestion ASAP. Thanking you advance. Regards, Venkat === R.Venkatesh Toppan Management Systems

URGENT: Replication problem

2001-03-20 Thread Neo Sok Lay
Hi, I am currently exploring the replication feature in 3.23.33 and encountered this error the moment I start the slave server: 010320 18:38:13 Slave: connected to master '[EMAIL PROTECTED]:9900', replication started in log 'FIRST' at posit ion 4 010320 18:38:13 Slave: received 0 length

RE: URGENT: Replication problem

2001-03-20 Thread Neo Sok Lay
It's my mistake, for setting the same server-id on both servers. Lois -Original Message- From: Neo Sok Lay [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 20 March, 2001 7:41 PM To: [EMAIL PROTECTED] Subject: URGENT: Replication problem Hi, I am currently exploring the replication

MySQL on NetApp Filer - Urgent Problem

2001-03-16 Thread Sven Huster
Hi there, i dont want to start a thread about MySQL over NFS, i did it and it runs pretty good, but now there is a problem i could not solve. the cpu on the filer goes up and up (15% per day) and i have no idea why. At the moment it hit 70% in peak time (5 min average) Seems to be the database

Re: MySQL on NetApp Filer - Urgent Problem

2001-03-16 Thread Sven Huster
Am 11:22 16.03.2001 schrieben Sie: *This message was transferred with a trial version of CommuniGate(tm) Pro* Hi there, i dont want to start a thread about MySQL over NFS, i did it and it runs pretty good, but now there is a problem i could not solve. the cpu on the filer goes up and up (15%

Re: MySQL on NetApp Filer - Urgent Problem

2001-03-16 Thread Sven Huster
Am 17:21 16.03.2001 schrieb Jeremy D. Zawodny: *This message was transferred with a trial version of CommuniGate(tm) Pro* On Fri, Mar 16, 2001 at 11:32:42AM +0100, Sven Huster wrote: Am 11:22 16.03.2001 schrieben Sie: *This message was transferred with a trial version of CommuniGate(tm) Pro*

Re: help-urgent

2001-03-14 Thread Gerald L. Clark
You have provided absolutely no useful information for anyone who may wish to help you. ramamurthy rajeshkumar wrote: hi, We are using mysql as back end in our server.We are getting an problem with Mysql .the problem is mysqld is going down wiht out any error messages.in the log file it

Re: help-urgent

2001-03-14 Thread Roberto Meyer
Hello ramamurthy, rr hi, rr We are using mysql as back end in our server.We are getting an problem with Mysql .the problem is mysqld is going down wiht out any error messages.in the log file it has writted as mysql deamon rr ended no other messages is thr.but we are getting problmem recently

urgent reply expected!

2001-03-14 Thread DR. GNANASAMABANDAM
Dear Ruby, Thank you very much for your earlier response! We have downloaded the mm.mysql.jdbc driver as you have specified and placed it in the lib directory of Tomcat server! We tried placing the same in jdk and mysql lib directories too! Still we are not able to connect it! We are not clear as

Newbie Select Problem URGENT

2001-03-08 Thread Ken Tuck
Hi All I am trying to compare information in 2 different tables and return matches. The problem is that this query only returns the listings where I want it to return a row from AutoEmail when it finds a match. What am I doing wrong? SELECT * FROM AutoEmail, listings WHERE

doubt urgent

2001-02-27 Thread gopinath rajagopal n
Hello Sir, I am having doubt in connecting mySQL client to server.i want some explaination, before that i worked in Oracle.I am newly entering to mySQL. my mySQL server is in LINUX OS,my machine is WIN NT . now i want to connect with the server and access the database.

Re: doubt urgent

2001-02-27 Thread Miguel Angel Solórzano
At 10:50 27/02/2001 +, gopinath rajagopal n wrote: Hi! First you need to set the privileges rights on the MySQL server for the NT machine, user and db's. Read the GRANT/REVOKE commands and How works the privileges system in the MySQL Manual. To connect you have several ways: - A telnet

please urgent

2001-02-26 Thread webmaster
I have downloaded the leatest ver of php, php 4.04pl1, I am runing winnt 4.0, acording to the info for this ver of php this ver has all the odbc connetciones incluided, the ver 3.0 has a library called php3_oci80.dll wich is used for conections to oracle 8, where can I find all the librarys

Re: please urgent

2001-02-26 Thread Rolf Hopkins
- Original Message - From: "webmaster" [EMAIL PROTECTED] To: "Joel Gwynn" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, February 27, 2001 6:13 Subject: please urgent I have downloaded the leatest ver of php, php 4.04pl1, I am runing winnt 4.0,

Regarding Downloads -very urgent

2001-02-24 Thread RobinJerard
providing etc download. Please mail this very urgent and the exact links to download Thanks for ur early reply __ Get your own FREE, personal Netscape Webmail account today at http://webmail.netscape.com

urgent

2001-02-23 Thread vk . talwar
Hai, Pls let me know at the earliest where I can download SQL 7 Thanks in advance Vinay Talwar [EMAIL PROTECTED] [EMAIL PROTECTED] - Before posting, please check: http://www.mysql.com/manual.php (the manual)

Re: urgent

2001-02-23 Thread Mohamad Ilhami
MySQL version is currently 3.23.33 and always available at www.mysql.com regards -ilham- On Fri, 23 Feb 2001 [EMAIL PROTECTED] wrote: Hai, Pls let me know at the earliest where I can download SQL 7 Thanks in advance Vinay Talwar [EMAIL PROTECTED] [EMAIL PROTECTED]

Re: urgent

2001-02-23 Thread vk . talwar
PROTECTED]To: [EMAIL PROTECTED] itb.ac.id cc: [EMAIL PROTECTED] Subject: Re: urgent 02/24/01 02:37 PM

I NEED YOUR URGENT HELP!

2001-02-20 Thread CK74
--- i checked below commands at least 10 times--- please i need urgent help!!! cem --- The Fastest Browser on Earth now for FREE!! Download Opera 5 for Windows now! Get it at http://www.opera.com/download

FW: CSETI Announcement - Urgent Disclosure Project Update

2001-02-15 Thread James Moore
Please read and forward. -Original Message- From: James [mailto:[EMAIL PROTECTED]] Sent: 14 February 2001 21:39 To: Young, Stuart; Raf; Nicky Gosney; Nick; [EMAIL PROTECTED]; John Boddy; Iain; Green, Karen; Darren S; Andy; [EMAIL PROTECTED] Subject: FW: CSETI Announcement - Urgent

Urgent Call for Participation

2001-02-15 Thread Judy Mintz
NuSphere has been asked to chair the MySQL track for the upcoming O'Reilly Open Source Conference (July 23-27 in San Diego, CA) and the deadline is virtually here -- decisions must be made by next Tuesday, Feb. 20. This is very short notice but we need your input by end of day tomorrow, Feb. 16.

Urgent-UDF problem

2001-02-12 Thread Thomas Kaester(global)
Hello Sinisa and everybody else, sorry that I contact you directly! But I tried all suggestions and it still doesn't work! The UDF return string has always 256 characters! I've used my_malloc and my_free! Also I allocated the necessary memory in xxx_init()! But it doesn't work! What can I do?

help on mysql and cold fusion setup (urgent)

2001-02-09 Thread wong
hi i have setup a mysql database foo_db and when i goto admininstrator of coldfusion to setup the odbc, the databsourse is foo_db and i select merant mysql drive, then click add. the verify is fail can anyone tell me what am i does wrong ? i using linux 6.2, coldfusion pro 4.5 thanks Wong

Re: Not Urgent . Please Don't care. (Can't Connect to Mysql Server on 192.9.200.2 (10055))

2001-02-05 Thread Benjamin Pflugmann
Hello. On Sat, Feb 03, 2001 at 01:54:14AM +0200, [EMAIL PROTECTED] wrote: Dear Benjamin. I firstly very very thanks for your interest. This is my 3'rd mail with same question and you 're the first one who reply. Well, it might be due to the fact that you have a rather unusual use pattern.

Re: Not Urgent . Please Don't care. (Can't Connect to Mysql Server on 192.9.200.2 (10055))

2001-02-04 Thread Yusuf Incekara
- Original Message - From: Yusuf Incekara [EMAIL PROTECTED] To: Benjamin Pflugmann [EMAIL PROTECTED] Cc: Mysql Mailing list [EMAIL PROTECTED] Sent: Saturday, February 03, 2001 1:54 AM Subject: Re: Not Urgent . Please Don't care. (Can't Connect to Mysql Server on 192.9.200.2 (10055

Very Urgent

2001-02-01 Thread Balaji Nallathambi
Iam Getting the error "Unable to Connect to Local MySql Server through socket 'var/lin/mysql/ mysql.sock" my Version For MySql is 3.22.32. What is Th solutin For this mail me asap adieu Balaji.N Get free email and a permanent

Re: MySql - JSP - Please help - URGENT

2001-02-01 Thread Enric Badia
Connection myConn = DriverManager.getConnection("jdbc:mysql:///test_db1?user=Usernamepassword=pas sword"); Try with: Connection myConn = DriverManager.getConnection("jdbc:mysql://localhost/test_db1,"user","passwor d"); === Saludos, Enric Badia SONRIE, LAS

Re: Very Urgent

2001-02-01 Thread Gerald L. Clark
1. Start the mysqld. 2. Make sure it is opening the socket in /var/lin/mysql 3. Make sure /var/lin/mysql is set mode 775 Balaji Nallathambi wrote: Iam Getting the error "Unable to Connect to Local MySql Server through socket 'var/lin/mysql/ mysql.sock" my Version For MySql is 3.22.32.

Not Urgent . Please Don't care. (Can't Connect to Mysql Server on 192.9.200.2 (10055))

2001-02-01 Thread Yusuf Incekara
Would you please offer me something please ? From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Mysql Bug ? (Can't Connect to Mysql Server on 192.9.200.2 (10055)) Description: I am connecting from Visual Basic 6 to Mysql via ODBC DSN. When i made 94 sleeped connection after 94

MySql - JSP - Please help - URGENT

2001-01-31 Thread Marko Sarunac
I am running mySql 3.23.32 on Redhat 7, with Apaache and Tomcat Jakarta 3.2.1 and for database connection i use mm.mysql.jdbc-1.2c Here is my problem I have got MySql to run fine but when i try to interfaec it over the web i get te follwoing error error 500 javax.servlet.ServletException:

RE: urgent question

2001-01-11 Thread Quentin Bennett
Surely this is a PHP question, not a MySQL Question -Original Message- From: Ryan Hagan [SMTP:[EMAIL PROTECTED]] Sent: Friday, January 12, 2001 1:14 PM To: [EMAIL PROTECTED] Subject: urgent question Greetings, I have just subscribed to this list, so I am really sorry

<    1   2   3   4   5