Re: why does it not work

2001-05-21 Thread Colin Faber
3.22.32 has known Join issues, the machine running that version should be upgraded to the 3.23.32 STABLE release. Adrian D'Costa wrote: Hi, I have been trying this on my localhost and this works select special.contid, special.cityid, special.curr1, special.catalogo, special.hf,

Re: why does it not work

2001-05-21 Thread Colin Faber
Err also, RAND() is a 3.23 feature ;-) Adrian D'Costa wrote: Hi, I have been trying this on my localhost and this works select special.contid, special.cityid, special.curr1, special.catalogo, special.hf, special.curr2, special.vitofferta, special.fh, special.club, special.stars,

Re: why does it not work

2001-05-21 Thread Peter Pentchev
On Mon, May 21, 2001 at 11:32:46AM +0530, Adrian D'Costa wrote: Hi, I have been trying this on my localhost and this works select special.contid, special.cityid, special.curr1, special.catalogo, special.hf, special.curr2, special.vitofferta, special.fh, special.club, special.stars,

RE: why does it not work

2001-05-21 Thread indrek siitan
Hi, - DAY) '$tdate' and city.id=special.cityid order by RAND() limit 1; ERROR 1064: You have an error in your SQL syntax near 'RAND() limit 1' at line 3 select version(); +---+ | version() | +---+ | 3.22.32 | +---+ What could be the problem order by

MYSQL and the Macintosh

2001-05-21 Thread Ray Smith
Hi all, I would like to try and create a database that can be used for report/letter generation on both IBM and Macs, and eventually emails. I have success on the IBM simply using ODBC and Office, and was wondering how one would go about the same process on the Mac. The advantage of using

Installing mysql on another directory than c: with windows

2001-05-21 Thread LE GAC
I can't manage to have an acces to my database with mysql installed on E: on a windows Nt server. What can I do ? Thanks

HEAP tables

2001-05-21 Thread Jacob Friis Larsen
Does anyone have comments about using HEAP tables to cache a real table from a database ? My HEAP tables has max 10 rows. - Before posting, please check: http://www.mysql.com/manual.php (the manual)

import

2001-05-21 Thread flylord
Hi, I need to import data from tables writen in MS Word 97 into MySQL under Linux:(( THe problem is that I don'w have windows box with MS Office, and even if I have, I don't know to use Office. And the other problem is that I data r writen using Serbian latinic letters which I have to save

Win32 installation problem...

2001-05-21 Thread Jason Rackley
Hello, I am trying to install mysql on my Windows 98 box as a standalone. I would like to work on my computer only, testing, etc before sending stuff to my server; therefore I would like to have a version of mysql that runs independently on my win98 box, probably along with Apache once I get

RE: mysql start failed.

2001-05-21 Thread DEVOS BASTIEN
thank you for your answer, but I ran mysql the way you explained (safe_mysqld --basedir=/usr -u user -p password), but it doesn't change anything. Here is the log : snip basedir: /usr/ datadir: /var/lib/mysql/ tmpdir: /tmp/ language:/usr/share/mysql/english/ pid file:

which db server

2001-05-21 Thread Jacob Friis Larsen
We are currently running a website witch both takes care of the database and the application. We will buy a HP server, which will only be used as a db server. It will probably be a dual PIII 800mhz with 512mb ram and 3 physical disks. We have the option of changing this a bit. What would give

Re: Help in mySql with Java Applet

2001-05-21 Thread Robert Vetter
Fayed Design wrote: - Original Message - From: Fayed Design To: [EMAIL PROTECTED] Sent: Friday, May 18, 2001 1:14 PM Hello to all of you, does anybody know how to connect an Java Applet with mySql.I am trying already since weeks,no success. It always response no suitable

Re: CPU usage running mysql

2001-05-21 Thread David Allen
Randy, I did not receive any replies so any suggestions would be useful!. We are using mysql with PHP and the problem may stem from PHP hogging the database, but I cannot be sure. Thanks, David Randy Johnson wrote: Dave Did you get any replies?? I am having the same problem as you and it

Mysql crash

2001-05-21 Thread Rui Barreiros
hi there, from one day to another, my mysql in 2 machines with 2 different mysql version crashed after a quite long query, i've run mysql server with the log option, here are the details: in hostname.err: mysqld got signal 11; The manual section 'Debugging a MySQL server' tells you how to

Re: CPU usage running mysql

2001-05-21 Thread David Allen
I wish it was! See my note below, the 7 box runs at about 0.5% but the 2.6 box runs at 99%! David Simon Green wrote: Is that not 98% idle and mysqld using 5% of the total CPU use! i.e. you are looking at vary different things? Simon -Original Message- From: David Allen

Re: CPU usage running mysql

2001-05-21 Thread David Allen
Hello again! Do you know if there is any way I can see what the mysqld is doing? If it is taking up 99% of the processor time, it is very busy doing something! I installed the binary version and consequently only have the tools available which came with that distribution. Thanks, David Simon

new reserved word right ?

2001-05-21 Thread Gygax Hans-Peter
Hi everybody, I wonder if this has been reported before. After upgrading MySQL to the version coming with SuSE 7.1 (3.23.33), I found that all writing operations to the field right in my table Rights would fail. Strangely enough, trying to fix the problem by enclosing the field name in quotes

listen to specific address

2001-05-21 Thread Mark Lo
Hi, I would like to know how to tell mysql to listen to specific foreign address. I know I can use --bind-address to tell mysql to listen to specific local address. But I need mysql to listen to specific foreign address. HOW TO DO IT. Thank you Mark

RE: mysql start failed.

2001-05-21 Thread DEVOS BASTIEN
-Original Message- From: Chris Freeman [SMTP:[EMAIL PROTECTED]] Sent: Monday, May 21, 2001 2:29 PM To: DEVOS BASTIEN Subject: Re: mysql start failed. oops that was not quite right, that was a mixture of starting the daemon and connecting to the server all with one

Re: listen to specific address

2001-05-21 Thread Jeremy Zawodny
On Mon, May 21, 2001 at 09:09:29PM +0800, Mark Lo wrote: I would like to know how to tell mysql to listen to specific foreign address. I know I can use --bind-address to tell mysql to listen to specific local address. But I need mysql to listen to specific foreign address. HOW TO DO

How to retrieve record-id after 'insert into'?

2001-05-21 Thread Viktor van den Berg
Hi! I like to know how to retrieve the record id after an insert into query. I have the table user containing two columns: UID (auto_increment) and USERNAME. After I have added a new user (using insert into user (uid) etc.) I like to know the UID of the new record. I can set the record

(solution) RE: mysql start failed.

2001-05-21 Thread DEVOS BASTIEN
It runs now. I tried many things, so I'm not sure of what I did in order to make it run, but I think these things where important - always be sure that /var/lib/mysql is 'chowned -R mysql:mysql' - run mysql_install_db to install base tables properly - start manually mysql with : 'safe_mysqld

Problem with OBDC

2001-05-21 Thread Maxim Burgerhout
is there anyone who can help me with my problem i posted a earlier? i know i shouldn't post this kind of requests, but i REALLY need help. i am on a deadline and having major problems exporting tables from access 2000 to mysql. please help

C-API and LOAD DATA

2001-05-21 Thread Manuel Barrientos
Hi, everybody: I have received no answer to my question and I suppose it is because no one has faced this problem before. Could anyone of you check this benchmark and tell me wether it also occurs in your environment or not? That could help me when looking for the possible

Out of memroy

2001-05-21 Thread BAUMEISTER Alexandre
Bonjour, Solaris 2.8 on SPARC 4x64bit processor . Mysql-3.23.37 with InnoDB What I was doing : I was altering a lot of table, converting them from InnoDB to MyISAM type (I don't know if this is the cause of my problem ...) Now, on the console here is what happens : [4:52pm]#

Out of memroy (no more, sorry)

2001-05-21 Thread BAUMEISTER Alexandre
Bonjour, Sorry for the previous email. I had to check more. I had a program of mine eating more than a giga of ram on the server :o( so no problem with Mysql this time :o) Regards, Alex. - Before posting, please

My Sql and default installation

2001-05-21 Thread VVM Ravikumar Sarma Chengalvala
Hi, I have installed mysql on WIN NT4.0.By default ,will mysql use ISAM as the default? When to opt for BDB? Regards, Ravi Do You Yahoo!? Get your free @yahoo.co.uk address at http://mail.yahoo.co.uk or your free @yahoo.ie address at

Re: Telnet and ftp problem

2001-05-21 Thread Joseph Bueno
Rodolfo Baselli wrote: Gerald Clark wrote: You don't use telnet or ftp to connect to the MySQL server. You use the client mysql. Yes, I know, I probably mispelled the problem. Now, I can't telnet the telnet service and ftp the ftp service running on the MySQL server when the MySQL

Re: cobalt binary version

2001-05-21 Thread Vivek Khera
a == archive archie writes: a any binary version for cobalt qube2 (mips processor) ?? a have mysql ever tested install at cobalt qube/raq ?? a how is it done? There used to be a version on the cobalt ftp site in the contrib area. Don't know what's there now, since they seem to be ignoring

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: Installing mysql on another directory than c: with windows

2001-05-21 Thread Siomara Pantarotto
Well... I installed mysql in my D: drive (at home) and it works perfectly. I set in the control panel/services to have mysql started automatically when the server is started. When I want to access it direct I just go to D:\Program Files\mysql\bin and type mysql. Yesterday I tested a cgi

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

RE: The Syntax to Get JDBC Connection

2001-05-21 Thread Siomara Pantarotto
I usually create a txt file like the following (I used Oracle but you can change to mysql stuffs): jdbc.driver=oracle.jdbc.driver.OracleDriver jdbc.driverType=jdbc:oracle:thin:@ jdbc.host=prokids jdbc.port=1521 jdbc.sid=orcl jdbc.username=scott jdbc.password=tiger Then I have a manager class

table corruption during large import.

2001-05-21 Thread Larry Hotchkiss
I am having a heck of a time here. Im running RH 7.0 kernel 2.2.16 on a PII 300, 128meg RAM. Mysql 2.23.32, php 4.04. I have a DB set up that has 4 tables. 3 of the four only have a couple thousand records, but one table will have somewhere between 80k to maybe as many as a million

Re: which db server

2001-05-21 Thread Steve Brazill
Can you give more info on what type of system this is ?? Is this really a 'server' type machine, or an HP Vectra PC ?? (of the 'XU' series ?) Does it have the onboard SCSI controller (what size drives, and are they SCSI drives ?) - If they're SCSI, you might want to get 4 drives, and

Re: table corruption during large import.

2001-05-21 Thread Steve Brazill
Do you 'refresh' your tables before each test ? If so, is it possible that you're writing over the same disk space each time (which would point to a drive surface problem). Is it possible that the larger runs of 'inserts' are using more RAM than the smaller tests, and you're hitting a bad

mysql crash continued

2001-05-21 Thread Rui Barreiros
hi, i've upgraded mysql server with 3.23.38 from mysql, and i have the same behaviour sinisa if you have some time i could give you access to one of the machines. :/ -- WEBSOLUT - Soluções Internet Emailto: [EMAIL PROTECTED] Personal Info: http://websolut.net/people/rui.html As

Re: mysql crash continued

2001-05-21 Thread Sinisa Milivojevic
Rui Barreiros writes: hi, i've upgraded mysql server with 3.23.38 from mysql, and i have the same behaviour sinisa if you have some time i could give you access to one of the machines. :/ -- WEBSOLUT - Soluções Internet Emailto: [EMAIL PROTECTED] Personal Info:

Re: Results came from

2001-05-21 Thread Carl Schrader
Is there anyway to determine which part of the an sql query where blahblah produced the result? ie. select Title from inv where Title LIKE '%Green' OR Title Like '%Blue%' I need to distinguish if the Title was like Green or Blue..

Re: users and passwords...users and passwords...

2001-05-21 Thread Mark Rowlands
/mysql/bin/mysql_setpermission can also be handy but if you do stuff manually don't forget to do a /mysql/bin/mysqladmin flush-privileges a bit of manual reading probably wouldn't go amiss either :-) On Monday 07 May 2001 07:54, Daniel Goldin \(E-mail\) wrote: I've had

question about replication under version 3.23.38 for Unix (database)

2001-05-21 Thread Joseph Chow
HI, everyone, I met a problem about setting up replication(master/slave) of mysql sever on unix boxes. Mysql servers are installed under /usr/local/ on master and slave and they can be run under /usr/local/mysql/bin. It seems to me that I have three choices where to put my configuration

key_reads and opened_tables.

2001-05-21 Thread Larry Hotchkiss
In the manual, it states if Key_reads is big, then your key_cahce is probably too small.so what exactly is BIG??? Same thing for opened_tables, it states if opened_tables is big then your then your table_cache variable is probably too small. Can someone please define

Remote access to MySQL with MySQLGUI on Win32

2001-05-21 Thread Nicolas Verhaeghe
I am trying to see if I can communicate with a MySQL on Free BSD from the MySQL GUI client on my Windows NT. The GUI client cannot connect because the MySQL seems to be refusing this connection. This does not seem to be server-related, but related to MySQL itself, since, when I try to telnet in

Re: Results came from

2001-05-21 Thread Eric Fitzgerald
What language are you using to prepare that query? If it's perl, do something like if ($title =~ /Green/) If it's php, do something like if (ereg(Green,$title)) If it's C, cycle the string finding that This is a job for the client truthfully...but if you absolutly MUST do this server side, here

count(*) on different tables

2001-05-21 Thread Ansgar Becker
Hi, is it possible to get *one* quick result with the rowcount of each table in one database, without knowing the column-names? this does *not* work: select count(t1.*), count(t2.*) from table1 t1, table2 t2 Manual doesn't say anything about that. Greetings, Ansgar Becker

Re: Results came from

2001-05-21 Thread Carl Schrader
Eric, I'm using php. The problem is that the where may have 100 or so conditions. I was hoping that mysql had some built in function or variable that would return this for me. I guess I'll have to code it in php.. argh. Eric Fitzgerald wrote: What language are you using to prepare that

C API; queries within functions.

2001-05-21 Thread Seth Northrop
Hi! This is probably more of a C inadequacy than a MySQL problem. I'm playing around with C with MySQL (I have to date only interfaced with it in PHP) and I was curious if anyone had any example code which illustrates how you would write functions which return mysql data. For example, in PHP

Compute SQL Function Not Supported

2001-05-21 Thread Brandon Lewis
I take it the Computer SQL Function is not support by MySQL and if not is there a substitute for it? If you are unfamiliar with the command it works like this: SELECT type, price FROM products ORDER BY type COMPUTE SUM(price) You will get a summary of prices by type in your results.

set options (not at safe_mysqld at startup)

2001-05-21 Thread Brian Warn
Hello All, Is there some way, when mysql server is running, to change an option? I want to change skip_networking to OFF without doing a server restart. Thanks, Brian

Fastest query ?

2001-05-21 Thread Jocelyn Fournier
Hi, I wonder which of the following queries is faster : $result=mysql_query(SELECT lastauteur FROM forum ORDER BY date DESC LIMIT 1); or : $max=mysql_query(SELECT max(date) FROM forum); list($max)=mysql_fetch_row($max); $result=mysql_query(SELECT lastauteur FROM forum WHERE date='max');

Re: count(*) on different tables

2001-05-21 Thread Cal Evans
If you are using PHP (or anothe controlling language, you could take the results of SHOW TABLES and loop through it either doing a single select for each table or building a select statement that UNIONs the results together. i.e. Select 'Table1' as tableName, count(*) as rowCount from table1

RE: CPU usage running mysql

2001-05-21 Thread Nemholt, Jesper Frank
-Original Message- From: David Allen [mailto:[EMAIL PROTECTED]] Sent: lunes, 21 de mayo de 2001 14:36 To: Simon Green; [EMAIL PROTECTED] Subject: Re: CPU usage running mysql Hello again! Do you know if there is any way I can see what the mysqld is doing? If it is taking up

Re: C API; queries within functions.

2001-05-21 Thread Eric Fitzgerald
Any pointers on where to look? That line says it all really. Your initiallizing connection as a pointer (denoted by *), you have to treat it accordingly when passing it to functions. Your function init would look something like this: MYSQL_RES doquery (MYSQL *connection, char query[100]) {

Re: count(*) on different tables

2001-05-21 Thread Siomara Pantarotto
Well ... I don't know enough about mysql but it must allow you somehow to specify the column by number as in Oracle and other DBs SQL select count(*) from product; COUNT(*) -- 10 SQL select count(1) from product; COUNT(1) -- 10 Once you just want to

MYSQL performance question

2001-05-21 Thread Shane Anderson
I would like to know the limitations of Mysql with extremely large tables. I need to store 20+ million records. Each record would contain only 4-6 fields and would not be longer than 128 bytes of information. The records could be divided among several tables, but at what size is the performance

Problems with MySQL and Poweredge 6450..

2001-05-21 Thread Cody Swanson
Hey, We just got a new Dell Poweredge 6450 preloaded with redhat 6.2. Our intention is to move the database off a smaller machine and load it into this one. We currently have MySQL 3.23.38 using the innobase driver on redhat 6.2 with kernel 2.4.4. This is on a dual PIII650 with 1 gig of

Re: count(*) on different tables

2001-05-21 Thread Eric Fitzgerald
Actually, as far as performance goes, it depends on table types. Most of the MySQL table handlers keep an internal count of record numbers. Thus, a select count(*) from table; is as fast as it gets. - Original Message - From: Siomara Pantarotto [EMAIL PROTECTED] To: [EMAIL PROTECTED]

RE: Compute SQL Function Not Supported

2001-05-21 Thread Brandon Lewis
Okay I may have been a bit vague on my description. SELECT location, date, type, price, FROM products ORDER BY location, type, date Group By location, type COMPUTE SUM(price) Is there something similar for compute? -Original Message- From: Chris Bolt [mailto:[EMAIL PROTECTED]] Sent:

Change port #

2001-05-21 Thread Mike Tiffee
my ISP firewall dosen't allow access to port 3306. How can I change this port assignment? I saw this in the doc but I couldn't find the my.ini file. What affect other than remote access will changing the port have? I need to change it to port 21, or something. mysql

Re: MYSQL and the Macintosh

2001-05-21 Thread Zachary Burnham
Hmm. One way might be to use MacPerl to generate tab delimited files that you could then use to create an Excel document, then mail merge into your Word doc. I could have sworn that there was some kind of ODBC setup with Mac Office, though.. Z On Monday, May 21, 2001, at 02:17 AM, Ray Smith

RE: Compute SQL Function Not Supported

2001-05-21 Thread Brandon Lewis
Please strike previous message the query should be: SELECT location, date, type, price, FROM products ORDER BY location, date, type Group By location, date, type COMPUTE SUM(price) -Original Message- From: Brandon Lewis [mailto:[EMAIL PROTECTED]] Sent: Monday, May 21, 2001 2:14 PM To:

Re: Problems with MySQL and Poweredge 6450..

2001-05-21 Thread Sasha Pachev
On Monday 21 May 2001 13:50, Cody Swanson wrote: Hey, We just got a new Dell Poweredge 6450 preloaded with redhat 6.2. Our intention is to move the database off a smaller machine and load it into this one. We currently have MySQL 3.23.38 using the innobase driver on redhat 6.2 with

Telnet into MySQL

2001-05-21 Thread Tim Thorburn
Hello, Can someone here recommend a good Telnet program (with SSH) that I can use to connect to my servers MySQL database? Preferably something shareware/freeware - but if it must be purchased, I'm not against that. Thank you -Tim

Re: count(*) on different tables

2001-05-21 Thread Siomara Pantarotto
Cool but how about if you put a where clause to your select?? SQL select count(1) from product where productid 3; COUNT(1) -- 7 Would count(*) show the same performance as count(1)??? Siomara From: Eric Fitzgerald [EMAIL PROTECTED] To: Siomara Pantarotto [EMAIL

RE: Telnet into MySQL

2001-05-21 Thread Angerer, Chad
go to www.ssh.com .. I beleieve there a few nice clients there. Chad -Original Message- From: Tim Thorburn [mailto:[EMAIL PROTECTED]] Sent: Monday, May 21, 2001 3:21 PM To: [EMAIL PROTECTED] Subject: Telnet into MySQL Hello, Can someone here recommend a good Telnet program (with SSH)

Re: Telnet into MySQL

2001-05-21 Thread Carl Schrader
CRT (www.vandyke.com) Tim Thorburn wrote: Hello, Can someone here recommend a good Telnet program (with SSH) that I can use to connect to my servers MySQL database? Preferably something shareware/freeware - but if it must be purchased, I'm not against that. Thank you -Tim

Re: count(*) on different tables

2001-05-21 Thread Eric Fitzgerald
Well, let's do a test: mysql CREATE TABLE testcount (product INT NOT NULL AUTO_INCREMENT PRIMARY KEY, description VARCHAR(50)); Query OK, 0 rows affected (0.00 sec) **Ran perl script here to populate the table** mysql SELECT * FROM testcount LIMIT 10; +-+---+ | product |

Re: Telnet into MySQL

2001-05-21 Thread Peter L. Berghold
On Mon, May 21, 2001 at 03:21:10PM -0500, Tim Thorburn spake thusly: *] Can someone here recommend a good Telnet program (with SSH) that I can use *] to connect to my servers MySQL database? *] Tim, You don't use telnet to connect to the MySQL database... You use the mysql client --

About MyODBC Some Common Errors

2001-05-21 Thread Avukatpro Limited Sirketi
In ODBC documents some common error section is says - If you are connecting to a server with a character set that isn't compiled into the MySQL client library (the defaults are: latin1 big5 czech euc_kr gb2312 gbk sjis tis620 ujis ) then you need to install the mysql character definitions

Re: Telnet into MySQL

2001-05-21 Thread harm
On Mon, May 21, 2001 at 05:13:44PM -0400, Peter L. Berghold wrote: On Mon, May 21, 2001 at 03:21:10PM -0500, Tim Thorburn spake thusly: *] Can someone here recommend a good Telnet program (with SSH) that I can use *] to connect to my servers MySQL database? *] Seeing your mailclient

Re: Telnet into MySQL

2001-05-21 Thread Paul DuBois
At 3:21 PM -0500 5/21/01, Tim Thorburn wrote: Hello, Can someone here recommend a good Telnet program (with SSH) that I can use to connect to my servers MySQL database? Preferably something shareware/freeware - but if it must be purchased, I'm not against that. Thank you -Tim Unless you're

Re: Telnet into MySQL

2001-05-21 Thread massey
Any good ones for the Windozes version..When I use just regular ol Telnet I get Smiley and clovers and hearts and the version. Cheers -Original Message- FROM: Eric Fitzgerald TO: Angerer, Chad, 'Tim Thorburn', [EMAIL PROTECTED] DATE: Mon 5/21/01 15:58 SUBJECT: Re: Telnet into MySQL I

Re[2]: Telnet into MySQL

2001-05-21 Thread Olexandr Vynnychenko
Hello Eric, Tuesday, May 22, 2001, 12:23:24 AM, you wrote: EF I really prefer SecureCRT from VanDyke software myself. Perfect blend of EF features and simplicity for my needs. It has a shareware version that does EF expire, but the license is cheap for it. Go to www.vandyke.com and download

RE: Compute SQL Function Not Supported

2001-05-21 Thread Chris Bolt
In your original message, you said You will get a summary of prices by type in your results. and that is what my query gives you. It returns the sum of the price columns from any rows that are eliminated by the GROUP BY clause. What do you want it to return? Please strike previous message the

Re: count(*) on different tables

2001-05-21 Thread Siomara Pantarotto
That's really cool Thanks siomara From: Eric Fitzgerald [EMAIL PROTECTED] To: Siomara Pantarotto [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: count(*) on different tables Date: Mon, 21 May 2001 14:08:00 -0700 Well, let's do a test: mysql CREATE TABLE testcount (product INT NOT NULL

Re: Telnet into MySQL

2001-05-21 Thread Colin Faber
hahah Check out SecureCRT it's a wonderful product and well worth the price. [EMAIL PROTECTED] wrote: Any good ones for the Windozes version..When I use just regular ol Telnet I get Smiley and clovers and hearts and the version. Cheers -Original Message- FROM: Eric

Re: Telnet into MySQL

2001-05-21 Thread Brian Warn
I vote for VanDyke's CRT as well -- lots of features and ~ $30 (US) for the license. - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 21, 2001 3:04 PM Subject: Re: Telnet into MySQL Any good ones for the Windozes version..When I use just regular ol

Re: Telnet into MySQL

2001-05-21 Thread Paul DuBois
At 4:04 PM -0600 5/21/01, [EMAIL PROTECTED] wrote: Any good ones for the Windozes version..When I use just regular ol Telnet I get Smiley and clovers and hearts and the version. That's exactly why you don't Telnet to the MySQL server. You're seeing information that's part of the binary

My sql and myISAM

2001-05-21 Thread VVM Ravikumar Sarma Chengalvala
Hi, Do someone have answers to these questions: 1. Maximum table size myISAM type tabes can handle? 2. Default maximum database size for a particular database. Your help will be highly appreciated. Regards, Ravi Do You Yahoo!? Get

Re: Telnet into MySQL

2001-05-21 Thread massey
Ahh come on.. I want to make things difficultG Normaly I never think about Telnet but for Fun on a borring Monday I decided hmmm let's play. If I do any thing it normaly through an ASTA Server and Client. Cool stuff. Cheers -Original Message- FROM: Paul DuBois TO: [EMAIL

Re: count(*) on different tables

2001-05-21 Thread ryc
As far as I know, they should be the same. The only case in which I can see count(colname) would be slower is if it doesnt count rows that contain null values for that column (this is only a guess, I dont know if count does that or not). ryan Would count(*) show the same performance as

sql to select 2 entries/name?

2001-05-21 Thread Tyler Longren
Hello list, I have a table in a database that has a field named 'artist'. There are multiple entries of the same artist/band. Example: deftones iggy pop kiss deftones glassjaw deftones kiss new found glory kiss There's 3 entries for deftones and 4 entries for kiss. What I need to do is

Re: Telnet into MySQL

2001-05-21 Thread Steve Brazill
Before you listen to anyone else (and spend any money on a commercial SSH client) download and try PuttySSH, which is a free 'telnet like' SSH client (it WILL do straight telnet if you want it to) that works fabulously (at least for me at home and work for the past year). You can also download

secure connection (SSL/SSH tunneling) with windows client

2001-05-21 Thread cedric
Hi, I know this has been discussed a lot. I did read the mail archive and found lots of interesting info. Although I have a problem. We're developing a windows software that has to exchange sensitive data with a mySQL server. I read about implementing a SSH tunnel. It works well, although I

unaunthenticated user?

2001-05-21 Thread Heo, Jungsu Mr.
Hi~~~ My SHOW PROCESSLIST's output | 22 | unauthenticated user | 10.169.xxx.xxx || Connect | | login | what 'unauthenticated user' means? who is he? anonymous user? Thank you for your advanced answer! database --MIME Multi-part separator--

Re: Telnet into MySQL

2001-05-21 Thread Tim Thorburn
Okok, my bad!! What I meant to say was that I needed a Telnet program with SSH so that I could log into the shell of my web hosting provider and thereby access MySQL from shell. At 05:46 PM 5/21/2001 -0500, you wrote: At 4:04 PM -0600 5/21/01, [EMAIL PROTECTED] wrote: Any good ones for the

Re: MYSQL performance question

2001-05-21 Thread Joshua Chamas
Shane Anderson wrote: I would like to know the limitations of Mysql with extremely large tables. I need to store 20+ million records. Each record would contain only 4-6 fields and would not be longer than 128 bytes of information. The records could be divided among several tables, but at

Re: Fastest query ?

2001-05-21 Thread Joshua Chamas
Jocelyn Fournier wrote: Hi, I wonder which of the following queries is faster : $result=mysql_query(SELECT lastauteur FROM forum ORDER BY date DESC LIMIT 1); or : $max=mysql_query(SELECT max(date) FROM forum); list($max)=mysql_fetch_row($max); $result=mysql_query(SELECT

Re: copy from one db's table to another

2001-05-21 Thread Joshua Chamas
Jeff Shipman - SysProg wrote: I have two databases that have identical table structures. I would like to copy all data from the 'tickets' and 'notes' in one db to the 'tickets' and 'notes' field in the other. How could I do this? You could try the lock/flush strategies employed by the

Re: my sql and memory--A confusing issue for a newbie

2001-05-21 Thread Joshua Chamas
VVM Ravikumar Sarma Chengalvala wrote: Hi, 1. How much memory does mysql allocate by default to a database?Any default table wise memory limitations as well? Its doesn't allocated very much by default ( 10M ? ), and there is no per table memory allocation. 2. Is mysql's memory

Auto Increment

2001-05-21 Thread Asaf Maruf Ali
Dear All I am inputting data into a MySQL database where i have set the primary key as the ID and it is auto-incrementing. I make sure that my input file contains a null or 0 value where it should be auto- incrementing. While entering data using LOAD command, my input file had an error with

Re: key_reads and opened_tables.

2001-05-21 Thread Joshua Chamas
Larry Hotchkiss wrote: In the manual, it states if Key_reads is big, then your key_cahce is probably too small.so what exactly is BIG??? Its all about ratios, you just want a hit cache hit, so that your read_requests are a lot larger than your actual reads. |

Odd table view

2001-05-21 Thread Mike
Using Windoze version, latest build. My table has three fields two VCHAR and one BLOB. After inserting into the table two names and two bmp files into the blobs, worked nice thanks to the help I got from here, my table looks like this

Re: mysql crash continued

2001-05-21 Thread Sommai Fongnamthip
Hello, I am running MySQL (3.23.xx) on Linux RedHat 6.2 and plan to increase volume of data in the near future. So, I would like to know some db schema , total row and your SQL you used to protect my database. Sommai Fongnamthip At 20:56 21/5/2001 +0300, Sinisa Milivojevic wrote:

Table appearing in multiple databases

2001-05-21 Thread Scott F. Crosby
Is it possible to place the same table in multiple databases, by linking the MYD file from one database to the next? I can see obvious problems with such a technique, so I thought I'd ask here. Thanks, -- Scott F. Crosby E-Mail : [EMAIL PROTECTED] Web : http://www.skroz.net It's some kind

Re: Win32 installation problem...

2001-05-21 Thread Tshering Norbu
Here is a link that I used to install MySQL on my machine running Win98 http://www.net-language.com/workshops/Default.asp?workshop=21 NOBBY - Original Message - From: Jason Rackley [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, May 21, 2001 6:13 PM Subject: Win32 installation

Re: MYSQL performance question

2001-05-21 Thread Sommai Fongnamthip
limitation about space and speed according to DBMS featuring. since MySQL still have not full SQL 92 feature (transaction, sub select... I think) make it eat a fewer space than other DBMS (oracle or informix) and it can speed up because it did not need to handle more condition. I did not

mysqld got signal 11;

2001-05-21 Thread Steve
Hi, I am running mysql 3.23.33 getting this error about once a day causeing mysql to restart mysqld got signal 11; The manual section 'Debugging a MySQL server' tells

Re: AIX segmentation fault with PHP, Apache and MySQL

2001-05-21 Thread Dave Brooks, BCS Systems
Thanks everyone - it now all goes ! The problem I think was due to using a precompiled binary release of Apache that (I guess) had an exports file pointing to a library in the wrong place... Anyway building everything from sources did the job. Dave At 23:36 20/05/01 -0400, you wrote: Hmm.

Re: MYSQL performance question

2001-05-21 Thread Frank Schroeder
I'm currently running MySQL with tables that contain ~10 million rows. Each row has 50 columns and the table has 27 indexes. The data size of what you're describing doesn't seem so big. There are some arithmatics in the MySQL manual on how much disk space is used per row. If the tables you

  1   2   >