RE: Connection Terminated

2001-11-22 Thread Venu
Hi Prabhu, > -Original Message- > From: Prabhu Venkata [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 22, 2001 11:14 PM > To: '[EMAIL PROTECTED]' > Subject: Connection Terminated > > > Hi all > > I have my mysql database installed on NT. > I have written small VB application to

corrputed tabel questions...database,sql,query,table

2001-11-22 Thread Jim Ray, @WD
database,sql,query,table database,sql,query,table If you just reply to this message, and include the entire text of it in the reply, your reply will go through. However, you should first review the text of the message to make sure it has something to do with MySQL. Just typing the word MySQL once

Compile errors...GCC or MySQL?

2001-11-22 Thread Ashley M. Kirchner
Okay, so I decided to test a few things out. If I try to compile mysql+gemini-3.23.41 with no additional options, everything compiles fine, and MySQL works just fine. However, if I add --with-gemini to my configure line, it bombs during compile with: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../i

RE: Driver problem

2001-11-22 Thread Venu
Hi Satish, > -Original Message- > From: K. Satish Kumar [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 22, 2001 10:55 PM > To: [EMAIL PROTECTED] > Cc: Apparsamy perumal > Subject: Driver problem > > > Hi! > > This is Satish. I am using your mysql software for administering my

Connection Terminated

2001-11-22 Thread Prabhu Venkata
Hi all I have my mysql database installed on NT. I have written small VB application to upload .txt files into database. If I work from NT to NT is working fine. If I install my vb application on Win98 and having the database at NT then after couple of line reading from the text file. It gives m

Driver problem

2001-11-22 Thread K. Satish Kumar
Hi! This is Satish. I am using your mysql software for administering my database. We have developed an application using VB as the front end and mysql as the back end on all the windows plaforms(NT, 95,98,2000,ME). The problem where we are facing is while installing the driver. It works fine w

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

RE: HOW TO : Run wave files stored in BLOB field ???

2001-11-22 Thread Venu
Hi, > -Original Message- > From: Delphi Guy's [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 22, 2001 2:06 PM > To: [EMAIL PROTECTED] > Subject: HOW TO : Run wave files stored in BLOB field ??? > > > Hi all, This the first post for me to this lists I > appreciate If I take a go

Re: OS omissions from manual?

2001-11-22 Thread Paul DuBois
At 4:21 PM -0500 11/21/01, Kurt Tappe wrote: >Why does the MacOS X build of MySQL 3.23 include a "manual.html" >that contains install instructions for only Linux and Windows? I'm >stuck trying to figure out how to install this thing. MacOS has no >"groupadd" command (due to the existence of t

Re: does each database connect cause mysqld to fork?

2001-11-22 Thread Paul DuBois
At 7:14 PM -0800 11/21/01, Bennett Haselton wrote: >Each time I open a database handle (in perl code), does that cause a >new process to run, a new instance of mysqld? And each time I >disconnect the database handle ($dbh->disconnect() in perl code), >does that cause the number of running inst

SQL Problem

2001-11-22 Thread Manish Mehta
Hello Everyone, I wants to find the max. date and Login status of employee for Attendance table. The qurey runs fine but it shows me the wrong status. select max(a.dAtt_Date),a.nLog_Status from tbl_attendance a,tbl_attendance b where a.nEmp_id = 1 and a.nLog_Status = b.nLog_Status group by b.nEm

InnoDB Compiler error (as well)

2001-11-22 Thread Ashley M. Kirchner
Okay, so seeing Gemini failing, it was InnoDB's turn: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../../include -I../include -DDBUG_OFF -O3 -DDBUG_OFF-DDEBUG_OFF -DUNIV_INTEL_X86 -c sync0sync.c sync0sync.c: In function `sync_gnuc_intelx86_test_and_set': sync0sync.c:187: impossible register const

MERGE tables and INSERT_METHOD

2001-11-22 Thread Chris Cooper
Has anyone else tried to set the INSERT_METHOD for MERGE tables? It keeps throwing a syntax error for me. Following the docs verbatim (http://www.mysql.com/doc/M/E/MERGE.html), here's what I get: >>output mysql> CREATE TABLE t1 (a INT AUTO_INCREMENT PRIMARY KEY, message CHAR(20)); Query OK, 0 r

Different tables and their purposes

2001-11-22 Thread v0idnull
Hey, I was reading over some of the stuff on this list, and I was just wondering, where I could find information on the different types of tables and their purposes since I really don't know this... :/ 1vs0 - Design by Dreams -

Using ColdFusion with MySQL

2001-11-22 Thread Sparta Cruz
Has anyone setup MySQL 3.23.44 with ColdFusion 5.0 Enterprise Edition. I have heard that there may be problems with transactions. I was wondering if anyone knew how to do this, and if they could point me to some reading material. I was also wondering if MySQL 4.0 would include transactions and

got the error when trying to run mysqld

2001-11-22 Thread Wattanapol
when I try to run mysqld on Solaris 2.6 there are the errors like this ld.so.1:mysqld fatal : libCrun.so.1 :open failed : No such file or directory please help me , thank you very much - Before posting, please check: http:/

Re: MySQL and encryption

2001-11-22 Thread Michael Widenius
Hi! > "Ken" == Ken Kinder <[EMAIL PROTECTED]> writes: Ken> Monty, is this like a product you're selling? I would like more information, Ken> although I haven't gotten to this yet in my security sweep. This is something a customer of our is sponsoring and that we will put into MySQL 4.0 as

remove duplicates

2001-11-22 Thread Malkova
Hi all, Is there anyway to delete the duplicate records in mysql without creating new tables. I am wondering what query will achieve this task where mysql doesnt supports like ROWID and sub queries. I appreciate if some one help me out. thankyou. -malkova. -

Upgrade gcc on Linux

2001-11-22 Thread Mike(mickalo)Blezien
Please excuse the OT posting, but I'm am somwhat in a bind and wasn't sure where to post this question. and I've many references to upgrading from the gcc 2.91 to 2.95 I've installed all the dependency for gcc 2.95.1 and when I attempt to install the rpm gcc-2.95.1 I keep getting this message: [

4.0.0 on Linux: errmsg.sys not found; some docu bugs.

2001-11-22 Thread Axel Boldt
Hi, using the binary distribution mysql-4.0.0-alpha-pc-linux-gnu-i686, installed in the standard location /usr/local, running on Debian GNU Linux, I noticed the following buglets: INSTALL-BINARY and manual.txt both refer to bin/safe_mysqld which doesn't exist; they mean bin/mysqld_safe. --

Re: indexing question

2001-11-22 Thread Richard R. Harms
If you have an index consisting of member_id & mail_id (opposite order), you'll need just one index. A good explanation of why may be found at: http://www.mysql.com/documentation/mysql/bychapter/manual_MySQL_Optimisation.html#Multiple-column_indexes -rh >I for sure need an index on the mail_i

Re: Export just part of a table to a CSV file

2001-11-22 Thread Richard R. Harms
Check out the 'INTO OUTFILE' portion of the SELECT statement. http://www.mysql.com/documentation/mysql/bychapter/manual_Reference.html#SELECT -rh >Hello all, > >Usually I back-up my tables importing them to .csv files. > >What I do is I issue the following command : > >mysqldump - h localhost -

Re: How to update part of a field ?

2001-11-22 Thread Richard R. Harms
Take a look at using a regular expression in the where clause of the UPDATE SQL statement to match them. http://www.mysql.com/documentation/mysql/bychapter/manual_Reference.html#IDX1206 http://www.mysql.com/documentation/mysql/bychapter/manual_Regexp.html#Regexp From there, MySQL's string fun

Re: Problem: myisamchk: error: Checksum for key....

2001-11-22 Thread Grzegorz Paszka
Hi. I hope I've solved problem with mysql. I've contacted with my motherboard vendor (Asus) and technical support suggest me to upgrade bios. It is standard answer IMHO :), I haven't believed it can help. But it helped. Now everything looks OK. I'm sorry that I couse confusion. Best regards.

Re: Mysql & Win200 problem (telnet localhost)

2001-11-22 Thread Miguel Angel Solórzano
At 10:04 22/11/2001 +, Sandeep Murthy wrote: Hi, When you are having problems for to start the server as service on NT/Win2000 machine. Follow the below troubleshooting: 1- Enter in the \mysql\bin directory opening a DOS prompt screen. 2- Execute the remove service command with any server e.

Re: Gemini compile error

2001-11-22 Thread Arjen G. Lentz
Hi Ashley, - Original Message - From: "Ashley M. Kirchner" <[EMAIL PROTECTED]> > While compiling MySQL+Gemini-3.23.41 i received the following error: > [...] > System is RedHat 7.1, with their GCC 2.96-85 No idea about Gemini, but we do have an advisory against using gcc 2.96 o

Re: Gemini compile error

2001-11-22 Thread Paul DuBois
At 9:43 AM +0100 11/22/01, Attila Beno wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >On Thu, 22 Nov 2001, Ashley M. Kirchner wrote: > >> While compiling MySQL+Gemini-3.23.41 i received the following error: >> >> System is RedHat 7.1, with their GCC 2.96-85 > >Same here, altho

RE: opinion - voating

2001-11-22 Thread Paul DuBois
At 12:45 PM -0500 11/21/01, Auri Net SAC wrote: >Hi > >it is possible > >"select * from table where col1 <= now and col2>=now" > >where col1 and col2 are date type > >thnaks Yes, except that it should be now() rather than now. -

HOW TO : Run wave files stored in BLOB field ???

2001-11-22 Thread Delphi Guy's
Hi all, This the first post for me to this lists I appreciate If I take a good picture as I hear... I creat table in MySQL like this CREATE TABLE test ( ItemID INT NOT NULL AUTO_INCREMENT, FirstNameCHAR(50), LastName CHAR(50) NOT NULL,

Re: default values

2001-11-22 Thread Carl Troein
Mark writes: > When I do a describe statement, I see some default values assigned > automatically to columns in the table. What statement will assign a column > to blank, so that there is no default value assigned? Short answer: you can't. There was a long thread about this a week or two ago,

RE: MySQL Newbie and Access Database

2001-11-22 Thread Venu
Hi Jose, > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jose > Gerardo Amaya Giron > Sent: Thursday, November 22, 2001 1:11 PM > To: [EMAIL PROTECTED] > Subject: MySQL Newbie and Access Database > > > Hello all, I just start up with mysql so I have s

default values

2001-11-22 Thread Mark
When I do a describe statement, I see some default values assigned automatically to columns in the table. What statement will assign a column to blank, so that there is no default value assigned? - Before posting, please check:

Re: query

2001-11-22 Thread Neil Zanella
I think you want to do the following (notice the parentheses next to the mysql function named now): SELECT * FROM Table WHERE col1 <= now() AND col2 >= now(); Bye, Neil On Wed, 21 Nov 2001, Auri Net SAC wrote: > > Hi > > > > it is possible > > > > "select * from table where col1 <= now and c

Re: bin files

2001-11-22 Thread Richard Ward
the bin log files are actually files for binary logs fused in replication. To do rollbacks and such, you need to use innodb table types. Innodb has table locking, commits, rollbacks, etc and also special log files to handle the rollbacks. Read more about innodb table types in the Mysql help. Other

MySQL Newbie and Access Database

2001-11-22 Thread Jose Gerardo Amaya Giron
Hello all, I just start up with mysql so I have some stupid questions to ask. right now I have an MS Access database with one table that has 25 fields and like 2000 records in it. I'm trying to move to MySQL in order to have a better DB. I can define the database and the table manually that's not

bin files

2001-11-22 Thread Richard Clarke
So I have found out that mysql creates bin logs of all queries so that it can do rollbacks and such. But is it really necessary for it to maintain these logs forever so that they end up to be 10gigs + for only a few thousand current rows. Ric

RE: argument to --with-mysql option for PHP

2001-11-22 Thread Erik Price
Happy thanksgiving everyone! And I especially thank those involved in MySQL development and other open source projects -- you really make the computer world a better place for all of us! I also have a problem that I hope some can help me with ;-) I wrote earlier in this thread, trying to compil

How do I count using two tables

2001-11-22 Thread Karl Uscroft
Hi Having a bit of bother with this one, wondering if anyone has the answer, I've got two tables one is News items News_IDNewsetc... 1Today in .etc 2Hello world .etc 3Blar di blaretc 4And now time for something

Re: does each database connect cause mysqld to fork?

2001-11-22 Thread Dan Nelson
In the last episode (Nov 21), Bennett Haselton said: > Do you mean processes instead of threads? > > (ps lists each *process* separately, along with its process ID, but > doesn't list separate threads within each process. If mysqld handles > each new connection by calling fork(), then I think fo

Re: How to send multiple SQL statements using C API mysql_query?

2001-11-22 Thread Gordon Burditt
>> I would like to send multiple SQL statements using the C >> API mysql_query. I have a large string with 20 SQL statements. When >> I call mysql_query with that string, only the first one is processed. >> >> Is there a way to do what I'm doing without separating the statements >> into individ

Re: Webdav

2001-11-22 Thread Jeremy Zawodny
On Thu, Nov 22, 2001 at 09:25:47PM +0200, Scott Alexander wrote: > Hi, > > Does anyone have any experience in using webdav with apache to > update a mysql db? > > Any pointers? > > I'd like that when a user uploads a file using webdav to then move > the file to a new location on the server and

Re: Got error 127 from table handler

2001-11-22 Thread Sergei Golubchik
Hi! On Nov 22, Stuart Scamman wrote: > I'm getting "Got error 127 from table handler" on specific tables quite > regularly, what does this indicate and how do I avoid it ? % perror 127 127 = Record-file is crashed So - repair your tables. If the error still persists, report the bug. Regards, S

Webdav

2001-11-22 Thread Scott Alexander
Hi, Does anyone have any experience in using webdav with apache to update a mysql db? Any pointers? I'd like that when a user uploads a file using webdav to then move the file to a new location on the server and enter the filename and file location into a mysql database. my system is using lin

Got error 127 from table handler

2001-11-22 Thread Stuart Scamman
I'm getting "Got error 127 from table handler" on specific tables quite regularly, what does this indicate and how do I avoid it ?

RE: MySQL with MyODBC & Access

2001-11-22 Thread Venu
Hi, > -Original Message- > From: Adam Douglas [mailto:[EMAIL PROTECTED]] > Sent: Thursday, November 22, 2001 6:54 AM > To: '[EMAIL PROTECTED]'; Mysql@Lists. Mysql. Com (E-mail) > Subject: RE: MySQL with MyODBC & Access > > > Hi I recently upgraded MyODBC as you stated on our term

Test

2001-11-22 Thread Brown, Mike
Sorry, new MySql user test. - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsub

Export just part of a table to a CSV file

2001-11-22 Thread Carlos Fernando Scheidecker Antunes
Hello all, Usually I back-up my tables importing them to .csv files. What I do is I issue the following command : mysqldump - h localhost -u user -ppassword --tab="/tmp" --fields-terminated-by=";" database_name table_Name > table.csv This creates a file called table.csv by dumping all the cont

How to update part of a field ?

2001-11-22 Thread Carlos Fernando Scheidecker Antunes
Hello all, I've got some e-mails addresses on an e-mails database where one domain has been changed to another. So I have : email1@domain1 email2@domain1 I need to change @domain1 to @domain2 on this e-mail field and keep the user name. Some e-mails of an specific ISP had their domains change

Re: replication howto

2001-11-22 Thread Attila Beno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Thu, 22 Nov 2001, Sergei Golubchik wrote: > > I have a quick question about replication: how does it process > > transactions? Does it store all the commands, or does it just store the > > ones that were commited? > > Only committed. > > >

Re: replication howto

2001-11-22 Thread Sergei Golubchik
Hi! On Nov 22, Attila Beno wrote: > > I have a quick question about replication: how does it process > transactions? Does it store all the commands, or does it just store the > ones that were commited? Only committed. > And: can I use replication with different table fortams on teh master and

Re: error when running myql on Linux 7.1

2001-11-22 Thread Mike(mickalo)Blezien
Dana, What I did, to set up a second MySQL on our Linux box, compiled the second copy from source, which gives you a lot more control on how MySQL is installed. then created a my.cnf file with all the relavent settings for the second server, port and socket, pid ...etc.. then put this in the dat

error when running myql on Linux 7.1

2001-11-22 Thread Dana Sharvit
Hello, As you probably know mysql comes installed in Linux 7.1 as default. I installed my own mysql server in a different location in the file system, In safe_mysqld I indicated the path in which I want the mysql.sock to be created in but when I start my mysql server I get an error message: Can't

replication howto

2001-11-22 Thread Attila Beno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 hi, I have a quick question about replication: how does it process transactions? Does it store all the commands, or does it just store the ones that were commited? And: can I use replication with different table fortams on teh master and slave? Let

Re: .pid file missing

2001-11-22 Thread Mike(mickalo)Blezien
On Thu, 22 Nov 2001 05:56:21 -0800 (PST), Michael Bevan <[EMAIL PROTECTED]> wrote: >>I think I erased my .pid file in a misguided effort >>to reset my password, does anyone know how to >>re-create it or do I need to do a full SQL re-install? >> >>Thanks - Mike No, simple restart the MySQL server

ANN: EMS MySQL Manager 1.21 released

2001-11-22 Thread Igor Brynskich
Dear Sirs and Madams, EMS HiTech company is announcing the next version (1.21) of MySQL Manager -- A Powerful MySQL Administration and Development Tool for Windows95/98/ME/NT/2000/XP. You can download the latest version from http://www.mysqlmanager.com/download.phtml Since now MySQL Manager wil

RE: MySQL with MyODBC & Access

2001-11-22 Thread Adam Douglas
Hi I recently upgraded MyODBC as you stated on our terminal server and two PCs. Now I tried running the install.bat file but it didn't seem to work so I just looked at the batch file and did it all manually. I believe for some odd reason the variable %windir% wasn't working. Either way the

opinion - voating

2001-11-22 Thread Christopher Book
>> Any one have example Banking software written in PERL or PHP with MySql Database. if you have one mail me or provide me the URL of such software. I don't think there are many banks that don't pay insane amounts for Oracle or IBM to come in and design all their systems. ---

Re: Newbie query

2001-11-22 Thread Ivano Luberti
At 10.08 21/11/01 -0700, Steve Meyers wrote: >Wait for 4.1, it will have multi-table updates in it. Until then, >you'll have to use two separate queries. > >Steve i'm also new to mysql but i think you can use MERGE tables. Couldn't you ? == dott

.pid file missing

2001-11-22 Thread Michael Bevan
I think I erased my .pid file in a misguided effort to reset my password, does anyone know how to re-create it or do I need to do a full SQL re-install? Thanks - Mike __ Do You Yahoo!? Yahoo! GeoCities - quick and easy web site hosting, just $8.95/

OLE DB Problem

2001-11-22 Thread Karthikeyan
Dear members, I am using mySQL in Windows platform. Through OLEDB I am connecting to the ASP page. For simple queries, it is working fine. If I use for outer join means it is giving error "Provider could not support asynchronous execution" I am using myOLEDB. Help me Thanks in advance yours Karthi

Database system architecture

2001-11-22 Thread lcalero
Hi. We're in the process of making a database driven website for a client and I'd like to clear one doubt. There are going to be two frontend machines w/ apache on linux and one shared NAS on the back for the all data (possibly a Netapp box). My question is: is it a good idea to have the dat

Re: mysqlgui

2001-11-22 Thread Sinisa Milivojevic
Glenn English writes: > RH7.2 > > When I run 1.7.5 either static or semi static, I get > >Can't connect to local MySQL server through socket " (111) > > Host name is "localhost" ("120.0.0.1" doesn't work either). > > I do have access rights - running as root. > -- > Glenn English > [EMAI

Re: MySQL-4 compile / configure error

2001-11-22 Thread Sinisa Milivojevic
dan writes: > Towards the end of running the end of the configure script (./configure > --prefix=/usr/local/mysql - and yes I know I can optimise better than > this), I get: > > creating ./config.status > creating Makefile > sed: file conftest.s1 line 6: Unterminated `s' command > creating os/M

SV: Need help with SELECT 2 tables from choice of 3

2001-11-22 Thread Torgil Zechel
You can join all three tables together select d.members_id, m.name, old.name from data as d left join members as m on m.members_id=d.members_id left join oldmembers as old on old.members_id=d.members_id If the members_id belongs to an old member, all fields from the member table

hanging slaves and slave_read_timeout

2001-11-22 Thread Martin Waite
Hi, We're replicating databases across a firewall with a 300 second reflective ACL timeout set. This causes occasional problems with replication, where if the master is idle for more than 300 seconds, the connections are closed by the firewall in such a way that the slaves never notice. Tha

Mysql installation problem on NT

2001-11-22 Thread Joachim Klöfers
Hi, all, I tried to install mySQL on Windows NT (Service Pack 6). That means: Unzipping, installing, then starting mySQL as a service with : mysqld-nt --install. Until now everything worked fine and we saw the service in the NT's Service list. But we could not start the service. Neither with NT

RE: Need help with SELECT 2 tables from choice of 3

2001-11-22 Thread Jerry
>Can't you just make a check before you make a call to the DB? >if( member_id > 1000 ) > // old member query here >else > // new member query here Now I did just that, but that means I have to open recordset 20 times a page (for each record separately)... I am a begginer, I don't kn

how to change the port

2001-11-22 Thread francesco taglino
Hi, I'd like to know how to change the port to use for connection I work under WINNT. I tried with mysqld-nt --port=1234 but it seems it enters in a loop. Thanks in advance Francesco -- FRANCESCO TAGLINO LEKS - Laboratory for Enterprise Knowledge and Systems, at IASI-CNR Viale Manzoni 30, 00185

Size of blobs?!

2001-11-22 Thread Giuseppe Maxia
>Hello! How do I get the size of a blob? >I want to do something like this: >SELECT * FROM blob_table WHERE size(blob_column) > 1024; replace "size" with "LENGTH" and it will work. SELECT * FROM blob_table WHERE LENGTH(blob_column) > 1024; Giuseppe Maxia

mysql-3.23.4[34] fails to pass tests

2001-11-22 Thread serpent
>Description: $ rm -f config.cache $ ./configure --prefix=/home/crystal/local/mysql-3.23.44 \ $ --with-berkeley-db \ $ --with-innodb \ $ --with-charset=big5 \ $ --with-extra-charsets=latin1,gb2312 $ make clean $ make $ make test $ # mysql-3.23.39, 3.23.40, 3.23.42 can pass all tests. $

Mysql & Win200 problem (telnet localhost)

2001-11-22 Thread Sandeep Murthy
hi, I had posted a few days back regarding having problems running MySQL on WIN 2000... I forgot to add before, I can ping my localhost but unable to do a telnet localhost too... I had installed and was running MySQL and PHP with IIS successfully for nearly 2 mths now... All of sudden since a fe

MySQL + WIN 2000

2001-11-22 Thread Sandeep Murthy
hi, I had posted a few days back regarding having problems running MySQL on WIN 2000... I had installed and was running MySQL and PHP with IIS successfully for nearly 2 mths now... All of sudden since a few days back the MySQL service refuses to start and keeps giving various errors such as unab

mysql-3.23.44 fails to pass tests,3.23.43 also fails.

2001-11-22 Thread Crystal
>Description: $ rm -f config.cache $ ./configure --prefix=/home/crystal/local/mysql-3.23.44 $ --with-berkeley-db \ $ --with-innodb \ $ --with-charset=big5 \ $ --with-extra-charsets=latin1,gb2312 $ make clean $ make $ make test $ # mysql-3.23.39, 3.23.40, 3.23.42 can pass all tests. $ $ rm

Re: How can I download and learn this database.

2001-11-22 Thread Ulf Bäckman
Hi. You will get far just by downloading it and read the manual at www.mysql.com ABDULLAH ERDOÐAN wrote: > > Mysql, On Linux and win2000 or Win9x. > Thanks I am beginner. > > _ > Do You Yahoo!? > Get your free @yahoo.com address at http:

SV: Need help with SELECT 2 tables from choice of 3

2001-11-22 Thread Torgil Zechel
Can't you just make a check before you make a call to the DB? if( member_id > 1000 ) // old member query here else // new member query here -Ursprungligt meddelande- Fran: Jerry [mailto:[EMAIL PROTECTED]] Skickat: den 21 november 2001 21:24 Till: [EMAIL PROTECTED] Amne:

How can I download and learn this database.

2001-11-22 Thread ABDULLAH ERDOĞAN
Mysql, On Linux and win2000 or Win9x. Thanks I am beginner. _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com - Before posting, please check

Re: mysqlgui

2001-11-22 Thread sreedhar
hi glenn, try to connect from another system on network. because it is client software. if i am connecting from another system on network it is connecting. urs, sreedhar - Original Message - From: "Glenn English" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 22, 20

Error 127 Table Handle

2001-11-22 Thread Stuart Scamman
What is Error 127 table handle error ? Restarting mysqld takes care of it. ulimit = 1024. Thanks.

Re: Gemini compile error

2001-11-22 Thread Attila Beno
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 22 Nov 2001, Ashley M. Kirchner wrote: > While compiling MySQL+Gemini-3.23.41 i received the following error: > > System is RedHat 7.1, with their GCC 2.96-85 Same here, althogh the binary version starts up fine. > While I'm on

Gemini compile error

2001-11-22 Thread Ashley M. Kirchner
While compiling MySQL+Gemini-3.23.41 i received the following error: gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../incl -I../msgs -O3 -DDBUG_OFF -c dsmindex.c In file included from dsmindex.c:39: /usr/include/string.h:245: parse error before `(' /usr/include/string.h:245: warning: conflicting types