Re: help on mysql tables

2001-03-29 Thread Jeff Levy - [EMAIL PROTECTED]
mysql doesn't support subselects. Jeff Levy Software Design Meta-Craft Creations On Fri, 30 Mar 2001, Ramasamy Palaniappan wrote: > Sir, > > created the following tables as primary and secondary > > primary : partycode(primary key),partyname > > secondary : partycode(references to primary),comp

conflict with msql

2001-03-29 Thread Alan Chu
I am now using msql and wants to change to mysql. Is there any problem in install both in the same server? Regards, Alan - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.

help on mysql tables

2001-03-29 Thread Ramasamy Palaniappan
Sir, created the following tables as primary and secondary primary : partycode(primary key),partyname secondary : partycode(references to primary),companyname select partycode,companyname from secondary where partycode=(select partycode from primary where partyname=""); as per mysql - the

RE: Stored procedures in MySQL ?

2001-03-29 Thread Paolo Michetti
I'm interested in stored procedure as well. I only know that SP are available in the INNOBASE engine, but I'm looking for access SP from mysql SQL interface. ciao - Paolo > -Original Message- > From: Razvan Veina [mailto:[EMAIL PROTECTED]] > Sent: venerdì 30 marzo 2001 8.39 > To: [EMAIL

Stored procedures in MySQL ?

2001-03-29 Thread Razvan Veina
Is there any support for stored procedures in MySQL ? If so, what version of MySQL ?

Data File

2001-03-29 Thread Daren Cotter
I have a query I'm sending to the DB...however, instead of having the server send me the data back, I want to put it into a CSV file for use in an Excel Spreadsheet. This means either tab-delimited, or separated by commas. Can someone help? Thanks, --

Re: Delete Again?

2001-03-29 Thread Rolf Hopkins
Try printing out $inlist and see if this is correct. Each item must be separated by commas and it looks like your code may not be doing that. - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, March 30, 2001 11:5

Re: mysql over nfs on netapp filer

2001-03-29 Thread Antonio Gulli
> > Hi, > > my problem is that now the second time the performance of my f740 > goes down every day. > i solved the prob with increasing maxfiles (no to the max for the > volume). > after that the cpu of the filer, which went up from > 25% peak to 90% peak in 5 days, goes down again. > > any i

Re: How to have faster select?

2001-03-29 Thread Antonio Gulli
Why don't use FULLTEXT index ? This select doesn't use normal index so you have a sort of linear search Chai-Hup Chen wrote: > Hi, > I find in our database, select "% string %" is very slow (>1 > minute). The database size have only 2M rows, any idea how could I get > faster response? Than

Re: mysql over nfs on netapp filer

2001-03-29 Thread Antonio Gulli
Yep, what do you need ? Sven Huster wrote: > Hi there, > > i anybody out there running mysql on a netapp filer as data storage? > > regards > > Sven Huster > Senior Unix System Administrator > *BSD, Linux, Solaris > > > - >

Replace strings

2001-03-29 Thread Rol
Hallo all, A table containing some text needs to have some of the letters changed (eg. letter ä to be replaced with "ä" ). Is there a way to use a replace function to search for such chararcters in a text and then replace it with the html tag? Thanks very much Roland

linux innobase benchmarking and BSD problem

2001-03-29 Thread Seung Yoo
Hi everybody, I have run a few test for innobase tables on linux and BSD 1. It seems that 'innobase' table was slower than 'bdb' table for 'insert' command, which is surprising(or not? o_O) 2. It may be due to that fact that I dont' know much about optimazing the 'innobase' table. Anybody

Re: Betr.: information

2001-03-29 Thread Adrian D'Costa
I know this question is not related here, but while on the Oracle Question, could someone tell me how to install Oracle for Linux of the list :) Adrian On Thu, 29 Mar 2001, Freaked Personality wrote: > Yea oracle has been ported for a while already, been running it for like 6 > months on SuSE

Re: Delete Again?

2001-03-29 Thread KPortsmout
In a message dated 30/03/2001 04:42:44 GMT Daylight Time, [EMAIL PROTECTED] writes: << What doesn't work and where is your delete statement? >> This is my full code $www_domain="select Failed_Signups.EmailAddress.Email from Failed_Signups.EmailAddress left join www_domain_net.Members on Fa

Error message: [Incorrect information in file: './ts1/tbl_status.frm']

2001-03-29 Thread Silvio Picano
Hi, Been running mysql-3.22.32 / Solaris / Sun / dual-processor: Mysql.pm 1.2214 + DBI 1.14 + perl 5.004_04 Database with 40 tables. Biggest table has 2,131,447 rows in it. No problems for 6 months. Recently ported to mysql-3.23.35 / Linux 2.2.12-20smp / dual-processor. Mysql.pm 1.2215 + DBI 1.

RE: Delete Again?

2001-03-29 Thread Quentin Bennett
Hi, No. you can't delete based on a join. Regards Quentin -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, 30 March 2001 3:35 p.m. To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Delete Again? Hmmm Well I didn`t manage to get a

Re: Delete Again?

2001-03-29 Thread Rolf Hopkins
What doesn't work and where is your delete statement? - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, March 30, 2001 11:35 Subject: Delete Again? > Hmmm > > Well I didn`t manage to get any of those examples

Delete Again?

2001-03-29 Thread KPortsmout
Hmmm Well I didn`t manage to get any of those examples to work. This is my select statement.. "select Failed_Signups.EmailAddress.Email from Failed_Signups.EmailAddress left join www_domain_net.Members on Failed_Signups.EmailAddress.Email=www_domain_net.Members.EmailAddress where www_domain_

Re: ODBC Installation

2001-03-29 Thread unplug
reboot your pc in safe mode and install myodbc again. Quentin Bennett wrote: > > Hi, > > When trying to install the latest ODBC I get > > An error occurred while copying C:\WINDOWS\SYSTEM\ctl3d32.dll. Restart > Windows and try installing again. > > The file mentioned exists, and is not read o

ODBC Installation

2001-03-29 Thread Quentin Bennett
Hi, When trying to install the latest ODBC I get An error occurred while copying C:\WINDOWS\SYSTEM\ctl3d32.dll. Restart Windows and try installing again. The file mentioned exists, and is not read only. Restarting windows does not help.There are not other ODBC programs running. Any suggestions?

mysql@lists.mysql.com

2001-03-29 Thread root
>Description: >How-To-Repeat: >Fix: >Submitter-Id: >Originator:root >Organization: >MySQL support: [none | licence | email support | extended email support ] >Synopsis: >Severity: >Priority: >Category: mysql >Class: >Release:

insert delayed

2001-03-29 Thread Florin Andrei
What happens if i use INSERT DELAYED and the client sends a lot of messages, much more that mysql is able to handle? (like when you log to a sql database, and you got lots of messages) -- Florin Andrei - Before posting, pleas

GROUP BY Question (p2)

2001-03-29 Thread varin
Q: I have the following table "grades". ++++ | name | score |id | ++++ | John |10 | 1 | ++++ | John | 20 |2 | ++++ | John | 8 |3

RE: File size problem!

2001-03-29 Thread Guanglin Dong
Thanks so much. I fixed the problem with OPTIMIZE. Linda -Original Message- From: Jeremy D . Zawodny [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 29, 2001 1:54 PM To: Guanglin Dong Cc: '[EMAIL PROTECTED]' Subject: Re: File size problem! On Thu, Mar 29, 2001 at 01:46:28PM -0800, Gua

Please patch mysqld.cc for Darwin/OS X

2001-03-29 Thread Scott Ellsworth
When compiling .36 under OS X release, the following error occurs: c++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr/local/mysql\"" -DDATADIR="\"/usr/local/mysql/var\""-DSHAREDIR="\"/usr/local/mysql/share/mysql\ ""-DHAVE_CONFIG_H -I../bd

Innobase compile error on MacOS X/Darwin 1.3

2001-03-29 Thread Scott Ellsworth
Howdy, all. The following error came up when compiling under OS X release. c++ -DMYSQL_SERVER -DDEFAULT_MYSQL_HOME="\"/usr/local/mysql\"" -DDATADIR="\"/usr/local/mysql/var\"" -DSHAREDIR="\"/usr/local/mysql/share/mysql\"" -DHAVE

Re: Delete?

2001-03-29 Thread Rolf Hopkins
>From the returned results create a comma delimited list containing unique identifiers of the returned results and then in your SQL statement, have DELETE FROM ... WHERE ... NOT IN (comma delimited) - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Frid

Re: Delete?

2001-03-29 Thread Eric Fitzgerald
Here's how I would do it: $inlist .= sprintf("\'%s\'",$Array['Email']); Then after the loop: $query = "DELETE FROM sometable WHERE email NOT IN (".$inlist.")"; mysql_query($query); - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 29, 2001 5:02

Delete?

2001-03-29 Thread KPortsmout
Hi, I`m just trying to figure out the best method to delete my records and wondered if it was possible to do a DELETE statement to remove any records that don`t match. Here is my code so far $Query="select blah its huge:-)"; $RESULT=mysql_query($Query); $my_rows=mysql_num_rows($RESULT); for

Re: DateTime

2001-03-29 Thread Rolf Hopkins
I think you want datestamp (or is it timestamp?) for automatic updates. Chapter 7 of the manual describes all the functions that can be used for date formatting. All this is in the manual. - Original Message - From: "Mike Roberts" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday,

Re: Date fix

2001-03-29 Thread Rolf Hopkins
There are a number of ways depending on how the value is stored. I suspect that they have been stored as strings in which case you can use left_string, right_string and middle_string to separate the 1 from the rest of the date. Note that the names, left_string etc., are fake and you should chec

DateTime

2001-03-29 Thread Mike Roberts
I created a table with a datetime field. I need info on it! I don't know how to work these fields. So far there are about 5 records in the table and I haven't touched the datetime field. What I need to know is if that field gets updated automatically when the record is inserted or updated. And m

Re: mysql over nfs on netapp filer

2001-03-29 Thread Sven Huster
Am 00:20 30.03.2001 schrieb Joshua Chamas: >*This message was transferred with a trial version of CommuniGate(tm) Pro* >Sven Huster wrote: > > > > Hi there, > > > > i anybody out there running mysql on a netapp filer as data storage? > > > >Yes, I've done this for a client from a linux server. Wo

Re: MySQLGUI: where is the code for wString::Initialize() ?

2001-03-29 Thread Hubert Feyrer
On Tue, 27 Mar 2001, Sinisa Milivojevic wrote: > You also need fl_editor package. You will find a link on mysqlgui > page. OK, that indeed got me further. (Is it only me, or does putting a header file into one package, and the source in another one really sound funky?). Anyways, I'm down to one

Re: mysql over nfs on netapp filer

2001-03-29 Thread Joshua Chamas
Sven Huster wrote: > > Hi there, > > i anybody out there running mysql on a netapp filer as data storage? > Yes, I've done this for a client from a linux server. Worked fine as long as there was only one mysql server accessing the data. The network as 100 Mbs, and the SQL volume was prett

win2000

2001-03-29 Thread roger westin
Hey there, Im in need of of a win2000 binary with the option --with-raid, dont have any possibillity to compile it my self... So anyone with win2000 and the possibillity to download and recompile the source? /roger

MySQLGUI

2001-03-29 Thread Hackley, Susan
Help, I am trying to install the Sun Solaris 2.7 Sparc static binary of MySQLGUI 1.6 for the MySQLGUI the result was: ld.so.1:./mysqlgui-solaris-2.7-sparc-static-1.6 :fatal:libstdc++.so.2.10.0:open fatal: no such file or directory 1. Trying to install this GUI on a solaris box, ma

capitalization?

2001-03-29 Thread Cope, Bill
All, desc resource shows asset_tag in all upper case, but: mysql> UPDATE RESOURCE SET ASSET_TAG = '' WHERE ASSET_TAG IS NULL; ERROR 1054: Unknown column 'ASSET_TAG' in 'field list' mysql> update resource set asset_tag = '' where asset_tag is NULL; Query OK, 0 rows affected (0.01 sec) T

mysql over nfs on netapp filer

2001-03-29 Thread Sven Huster
Hi there, i anybody out there running mysql on a netapp filer as data storage? regards Sven Huster Senior Unix System Administrator *BSD, Linux, Solaris - Before posting, please check: http://www.mysql.com/manual.php (th

Re: File size problem!

2001-03-29 Thread Dan Nelson
In the last episode (Mar 29), Guanglin Dong said: > I have problem about the mysql database file. After I deleted a lot > of table records, the database data and index file still have the > same size as that before I deleted a lot of records. Anybody knows > how to shink the database file size aft

Re: File size problem!

2001-03-29 Thread Jeremy D . Zawodny
On Thu, Mar 29, 2001 at 01:46:28PM -0800, Guanglin Dong wrote: > Hi, > > I have problem about the mysql database file. After I deleted a lot > of table records, the database data and index file still have the > same size as that before I deleted a lot of records. Anybody knows > how to shink the

File size problem!

2001-03-29 Thread Guanglin Dong
Hi, I have problem about the mysql database file. After I deleted a lot of table records, the database data and index file still have the same size as that before I deleted a lot of records. Anybody knows how to shink the database file size after I delete a lot of records? Thanks in advance. Lin

Re: Date fix

2001-03-29 Thread Scott Baker
Are you inserting them as strings or as dates? At 02:50 PM 3/29/2001 -0600, gary sanders wrote: > We have an older system that we have to put up with for another > year, their "fix" for y2k was, like several others, to place a number one > before the date "ex 1000329 or 1010329 which is

Re: safe_mysqld options

2001-03-29 Thread Jeremy D . Zawodny
On Thu, Mar 29, 2001 at 02:09:02PM -0500, Thalis A. Kalfigopoulos wrote: > Hello, > > A question about the -O option you can pass on command line to > safe_mysqld. If for example I give -O record_buffer=64M does that > mean that I'll get: exactly 64M, at the most 64M or at least 64M? At most. Y

New MySQL user - Problems connecting

2001-03-29 Thread Greg Miller
I am a newbie to the MySQL world and am having some difficulties with it. I am running a Win2K network (Win2K Pro, Win2K Adv. Server) using TCP/IP. I loaded MySQL on both a server and a workstation. I was able to get the server going (mysqld-nt --install, net start mysql), and was able to log i

Date fix

2001-03-29 Thread gary sanders
We have an older system that we have to put up with for another year, their "fix" for y2k was, like several others, to place a number one before the date "ex 1000329 or 1010329 which is interpreted as Mar. 29, 2000 or Mar.29, 2001. Is there a way to delete the "1" at the beginning when

REPLACE DELAYED bug with MySQL 3.23.36

2001-03-29 Thread FJocelin
Hi ! I notice a bug with MySQL 3.23.36 with REPLACE DELAYED which crash my MyISAM tables. The problem was present in MySQL 3.23.34, but not in 3.23.33 nor 3.23.35. The bug occurs randomly and makes MySQL restart... With REPLACE instead of REPLACE DELAYED, there seems to be no problem. Here is

Re: How to have faster select?

2001-03-29 Thread Aigars Grins
> MySQL doesn't use a table index when doing a string search like %string%, > but it MAY use the index when doing something string%. Is there a way you > can change your search to do a "string starts with" instead of a "string > contains" ? This should help with MySQL using the index that you wa

unable to compile MySQL 3.23.36

2001-03-29 Thread Jeremy Andrews
Hello, I'm attempting to compile MySQL 3.23.36 on a Linux system (heavily modified i386 RedHat 7.0 base with 2.4.2 kernel and gcc 2.95.3) but get the following error message some ways down: Making all in client make[2]: Entering directory `/home/jandrews/mysql-3.23.36/client' c++ -DUNDEF_THR

safe_mysqld options

2001-03-29 Thread Thalis A. Kalfigopoulos
Hello, A question about the -O option you can pass on command line to safe_mysqld. If for example I give -O record_buffer=64M does that mean that I'll get: exactly 64M, at the most 64M or at least 64M? Also I have a batchfile with about 150 queries (all plain selects) which I feed into mysql.

Connection problem to MySQL

2001-03-29 Thread Nicolas Villatte
I have MySQL server on NT 4.0 SP6a I connect to the db through this asp script : strConnection = "driver={MySQL};server=xxx.xxx.xxx.xxx;uid=" + UID + ";database=" + DBName + ";password=" + Passwd + ";port=;"; adoDataConn = Server.CreateObject("ADODB.Connection"); adoDataConn.Open(strConnectio

RE: How to have faster select?

2001-03-29 Thread Sam Masiello
MySQL doesn't use a table index when doing a string search like %string%, but it MAY use the index when doing something string%. Is there a way you can change your search to do a "string starts with" instead of a "string contains" ? This should help with MySQL using the index that you want it t

Re: How do I insert into BLOB Columns

2001-03-29 Thread Lindsay Adams
On 3/29/01 3:37 AM, "Darius Ivanauskas" <[EMAIL PROTECTED]> wrote: > Hello, > > Does anybody know, how to insert large amount of data > (ex.: large binary files) into BLOB columns? > > Thanks, > Darius Ivanauskas > > P.S. Please reply to me. > > The general algorithm is: Open binary file C

MySQL on Win2K Prof.

2001-03-29 Thread Lee Jenkins
Hey all. I asked a question on the list before, but didn't really get any replies so I'd like to take another shot and give some more specifics. I'm using MySQL running Win2K Prof with 128 MB RAM, 7200 DMA100 IDE drive, etc. I'm connecting to the MySQL server through MyODBC from a Visual Basic

Re: Could not start mysql daemon

2001-03-29 Thread Lindsay Adams
Yep, I did this too when I was first starting out. Something you put into mysql.user is syntactically incorrect. The server does a sanity check on it's permissions, and if they are screwy, kills itself to save your data. (very big of it, yes?) The quickest way out of this mess is to delete the my

REPLACE DELAYED bug with MySQL 3.23.36

2001-03-29 Thread FJocelin
Hi ! I notice a bug with MySQL 3.23.36 with REPLACE DELAYED which crash my MyISAM tables. The problem was present in MySQL 3.23.34, but not in 3.23.33 nor 3.23.35. The bug occurs randomly and makes MySQL restart... With REPLACE instead of REPLACE DELAYED, there seems to be no problem. Here is

Re: MySQL on Mac OS X (10.0)

2001-03-29 Thread Lindsay Adams
On 3/29/01 7:29 AM, "Tim Bauer" <[EMAIL PROTECTED]> wrote: > Dear Friends, > > Sorry for the stupid question, but are any of the distributions > available out there for the newly released Mac OS X. > > I see two on MySQL download pages: > > MacOS X Server (PowerPC) [apple-rhapsody5.5-powerpc]

How to have faster select?

2001-03-29 Thread Chai-Hup Chen
Hi, I find in our database, select "% string %" is very slow (>1 minute). The database size have only 2M rows, any idea how could I get faster response? Thanks a lot. CREATE TABLE Books ( isbn char(10) NOT NULL default '', Title char(255) NOT NULL default '', KEY isbn (isbn), KEY Tit

Re: Match Um up

2001-03-29 Thread Thalis A. Kalfigopoulos
On Thu, 29 Mar 2001 [EMAIL PROTECTED] wrote: > Hi, > > I have two database`s with one table in each. (MySQL) > > Is there a way that I can select data from one table and then match it with > the data in another and discard the results so all I am left with is the > original data from the fi

RE: How?

2001-03-29 Thread Cal Evans
in PHP (I wouldn't try to do this in SQL) use this psuedo code: $lcvA = 1; while (you can still fetch rows){ $color = ($lcvA%2)=0 ? "RED" : "GREEN"; echo ""; . . . $lcvA++; } HTH, Cal http://www.calevans.com -Original Message- From: Mike Roberts [mailto:[EMAIL PROTECT

Re: MySQL++ Compile / link problems on freebsd

2001-03-29 Thread Miklos Niedermayer
Hi Sander! On Thu, Mar 29, 2001 at 02:11:02PM +0200, Sander Pilon wrote: > I'm getting a whole lot of mysql++ link problems on freebsd :/ > > Used gcc 2.95.3, latest mysql++ > > The program links fine under linux & win32. > > Any idea's? > > [...] What version of FreeBSD are you currently u

Re: safe-mysqld segfaults every 10 minutes

2001-03-29 Thread Gerald Clark
I would check to see what chron is doing every 10 minutes. Ivan Lamouret wrote: > > >Description: > > safe_myqld keeps restarting the server until it eventually dies (number of running >process 0). > This is true when the server is ran as a daemon and from the shell !! > using --skip-grant-ta

Re: Question about low priority deletes

2001-03-29 Thread René Tegel
try delete ... limit n; where n is a reasonable (small) amount. repeat until 0 rows affected :) - Original Message - From: "Basil Hussain" <[EMAIL PROTECTED]> To: "MySQL List" <[EMAIL PROTECTED]> Sent: Thursday, March 29, 2001 7:10 PM Subject: Question about low priority deletes > Hi, >

Re: new type of data: IP or NETADDRES: help me.

2001-03-29 Thread Gerald Clark
[EMAIL PROTECTED] wrote: > > I have to put in my table a new type of data: > IP and NETADDRES > how can I do? > what is (for you) the best way to do it? > > I think I'll make 4 INTEGER ( an IP is made by 4 number eg. 121.33.122.133) > > But then I have to get the little Net to which belong an I

RE: How?

2001-03-29 Thread Johnny Withers
This should do do it.. <%?php $cellBGN="#FF"; while($row=mysql_fetch_array($p_result)) { list($var1,$var2,$varN,$varN+1,...)=$row; ($cellBG==$cellBGN ? $cellBG="#CC" : $cellBG="#FF"); printf("\n\t%s\n\n",$cellBG,$varN); } ?> - Johnny Withe

-t option in mysqladmin

2001-03-29 Thread Michael Widenius
Hi! > "John" == John Cartwright <[EMAIL PROTECTED]> writes: John> Hello All, John> I see a -t or a --timeout= option listed for mysqladmin, but I can't John> seem to get mysqladmin to recognize it. Is this an oversight in John> documentation or a case of my misunderstanding? John> My obje

Match Um up

2001-03-29 Thread KPortsmout
Hi, I have two database`s with one table in each. (MySQL) Is there a way that I can select data from one table and then match it with the data in another and discard the results so all I am left with is the original data from the first table which never matched up. Database1 EmailAddress

How?

2001-03-29 Thread Mike Roberts
I'm using PHP and Mysql. I was wondering how you can spit out information out of a database onto a table, but have every second row of the table a different backround color. - Before posting, please check: http://www.mysql.c

Question about low priority deletes

2001-03-29 Thread Basil Hussain
Hi, There's something I'm not sure about with DELETE LOW_PRIORITY. It says in the manual that: "If you specify the keyword LOW_PRIORITY, execution of the DELETE is delayed until no other clients are reading from the table." What exactly does it mean by "no other clients are reading"? Does it me

Re: Mysql + Staroffice

2001-03-29 Thread Peter Adamka
I've never try it but maybe you shold try OBDC connection. There (in SO) is an OBDC database creation possibility. Malmo Malmo> If I only got 20$ for evryone who's too lazy to configure his own comp. Bill Gates> "Why not?" On Thu, 29 Mar 200

RE: mysql 3.23.36 problem

2001-03-29 Thread Michael Widenius
Hi! > "Cal" == Cal Evans <[EMAIL PROTECTED]> writes: Cal> Gotta ask. Is this a problem or just a really bad idea? Part of me can see Cal> why this is barfing. ON the same line you rename a table twice. If it's Cal> threading these requests then one thread might not be finished with the Ca

mysql 3.23.36 problem

2001-03-29 Thread Michael Widenius
Hi! > "Peter" == Peter Zaitsev <[EMAIL PROTECTED]> writes: Peter> Hello mysql, Peter> Resently I've found a problem when I was trying to upgrade from Peter> 3.23.32 to 3.23.36, well I had a same problem then tried to upgrade Peter> to 3.23.33 so decided to wait a bit, but now i think

Re: Is mySQL really using 30M unshared per CHILD???

2001-03-29 Thread Benjamin Pflugmann
Hi. You may want to read the appropriate section in the manual about MySQL running on Linux. The short answer is: Linux shows threads as processes and displays incorrect information. The 30MB are used by _all_ MySQL threads (of one daemon) together, although they are displayed for each of them.

Re: mysql not freeing memory

2001-03-29 Thread Benjamin Pflugmann
Hi. On Thu, Mar 29, 2001 at 04:43:53PM +0100, [EMAIL PROTECTED] wrote: > Hello All, > I have to memory problems with mysql. > 1: When a client makes a "SELECT * FROM mytable1" request to the server , > mysqld allocates memory to handle it and on subsequent queries to the same >

Re: MYSQLGui

2001-03-29 Thread Peter Adamka
Thanks a lot, but I've make a mistake (supposing tha t I've done something I didn't ;-) -inserting -lfleditor switch). Sorry for it. Malmo Malmo> If I only got 20$ for evryone who's too lazy to configure his ow

safe-mysqld segfaults every 10 minutes

2001-03-29 Thread Ivan Lamouret
>Description: safe_myqld keeps restarting the server until it eventually dies (number of running process 0). This is true when the server is ran as a daemon and from the shell !! using --skip-grant-table does not help just leaving safe-mysqld running (without any query or even connecti

Is mySQL really using 30M unshared per CHILD???

2001-03-29 Thread Jason Terry
PID USER PRI NI SIZE RSS SHARE LC STAT %CPU %MEM TIME 671 root 90 31292 30M 15960S 0.0 3.0 0:11 Above is a SMALL snip of data from the TOP program in linux. If I am reading this correctly than each child is sharing 1.5M or RAM and u

mySQL through CVS

2001-03-29 Thread Matthias Brunner
Hello! As I tried to get the latest mysql version through CVS I encountered the following error: mb@:~ > cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/mysql login (Logging in to [EMAIL PROTECTED]) CVS password: mb@:~ > cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/mysql co mysql-4.0 cvs serv

Re: where is a "visual" tool to use MySQL?

2001-03-29 Thread John Dean
Hi At 18:53 29/03/2001 +0200, [EMAIL PROTECTED] wrote: >I saw a visual tool for use mysql in simplest way: >under KDE in a window: >it let do a query in simple way and see the result in a window... >I mead there are program that let use Mysql in KDE ? >Thank you in advance, Mario. It is includ

where is a "visual" tool to use MySQL?

2001-03-29 Thread mario . lat
I saw a visual tool for use mysql in simplest way: under KDE in a window: it let do a query in simple way and see the result in a window... I mead there are program that let use Mysql in KDE ? Thank you in advance, Mario. P.S. where cah I find it? --

new type of data: IP or NETADDRES: help me.

2001-03-29 Thread mario . lat
I have to put in my table a new type of data: IP and NETADDRES how can I do? what is (for you) the best way to do it? I think I'll make 4 INTEGER ( an IP is made by 4 number eg. 121.33.122.133) But then I have to get the little Net to which belong an IP I mean: if in my database there is: 121.33

[ANS] mysql on Solaris 8

2001-03-29 Thread davea
Greg, Yes, both mysql user and mysql group were added. Dave > From [EMAIL PROTECTED] Thu Mar 29 10:35:34 2001 > Received: from otto.nawcad.navy.mil (otto-internal.nawcad.navy.mil [192.58.199.212]) > by tecnet1.jcte.jcs.mil (8.9.3/8.9.3) with ESMTP id KAA00879 > for <[EMAIL PROTECTE

mysql not freeing memory

2001-03-29 Thread Shaun Tritton
Hello All, I have to memory problems with mysql. 1: When a client makes a "SELECT * FROM mytable1" request to the server , mysqld allocates memory to handle it and on subsequent queries to the same table no more memory is allocated.However, if a subsequent query such as

MySQL on Mac OS X (10.0)

2001-03-29 Thread Tim Bauer
Dear Friends, Sorry for the stupid question, but are any of the distributions available out there for the newly released Mac OS X. I see two on MySQL download pages: MacOS X Server (PowerPC) [apple-rhapsody5.5-powerpc] 3.23.27 - MacOS X (PowerPC) [beta-apple-darwin1.2-powerpc] Will either of t

FW: conversion

2001-03-29 Thread Val Baker, Paris
-Original Message- From: Jonas Norrman [mailto:[EMAIL PROTECTED]] Sent: 15 March 2001 23:18 To: Val Baker, Paris Cc: '[EMAIL PROTECTED]' Subject: conversion Hi, > "Val" == Val Baker, Paris <[EMAIL PROTECTED]> writes: Val> I have been told you offer a service to convert ASP scripts

mysql on Solaris 8

2001-03-29 Thread davea
Hi, I have been trying to get Mysql up and running on my Solaris 8 box and I'm having a few problems. - I downloaded the binary distribution Sun Solaris (Sparc) [Sun Solaris 2.7] - Using the instructions from the online Documentation I was able to install MYSQL into /usr/local/mysql witho

Re: Complex mysql query

2001-03-29 Thread Robert Vetter
> Yann Larrivée wrote: > > Thanks for the answer but it is a bit more complexe, i actually > creates these sample table for the example. Here is an attachement of > the structure dump. > > Hummm you got me to think more about my database structure withc is > really good. The idea you bourght u

Could not start mysql daemon

2001-03-29 Thread Denis Mettler
Hi, I had a running system (suse Linux 7.1, php 4, mysql 3.22.32 and apache 1.3.12). but the mysql daemon is running in root. 10 minutes before i tried to add a new user in the table user of the db mysql. but i got no results. so, i tried again. -nothing! then i killed the mysql daemon. and no

Could not start mysql daemon

2001-03-29 Thread Denis Mettler
Hi, I had a running system (suse Linux 7.1, php 4, mysql 3.22.32 and apache 1.3.12). but the mysql daemon is running in root. 10 minutes before i tried to add a new user in the table user of the db mysql. but i got no results. so, i tried again. -nothing! then i killed the mysql daemon. and no

Can't recover a bad corrupeted table...

2001-03-29 Thread Antonio gulli
Antonio gulli wrote: > Any help is appreciated > > Welcome to the MySQL monitor. Commands end with ; or \g. > Your MySQL connection id is 158 to server version: 3.23.36-log > > myisamchk -V > myisamchk Ver 1.45 for pc-linux-gnu at i686 > > a) Trying a recovery. > > myisamchk -r -q -Osort_k

Re: ERROR receipt

2001-03-29 Thread Gerald Clark
Ian Moss wrote: > > Hi, > > I'm receiving the following error message when doing a not very complicated > join between 2 tables. > > ERROR 1030: Got error 134 from table handler > > I've had a look through the manual but can't find any mention. > > Any help would be very much appreciated. >

Cannot find libz.a in AIX 4.3.3

2001-03-29 Thread WLee
I installed MySql using the AIX 4.3.3 binary version and ran into the following problem. Please help me to locate the libz.a library. Thank you! > scripts/mysql_install_db Could not load program ./bin/my_print_defaults: Dependent module libz.a(shr.o) could not

MYSQL and Solaris.

2001-03-29 Thread Greg Wejrowski
I started this question yesterday. Since I can not get a compiled version of mysql to run on Sparc Solaris 2.6. I thought I would try and recompile mysql myself. This also failed miserably with the "cross compile" error. My question is this .. Has anyone gotten mysql to run on a sparc system

RE: Betr.: information

2001-03-29 Thread Johnny Withers
Dont forget to check into Progress too.. www.progress.com -j -Original Message- From: M. Verheijen [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 29, 2001 7:37 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Betr.: information Hi, If you need those things, mabye postgres is mo

Re: myisam upgrade problem

2001-03-29 Thread Gerald Clark
I am not sure how the conversion is done, but if it dumps the data, renames the old file, loads the new file, and deletes the dump and old file, it would need freespace twice the size of the current table and index. Hang wrote: > > Thanks! > > So, is there any way to calculate the approximate

Re: Perl - DBD:DBI Errors

2001-03-29 Thread Gerald Clark
If you are running RH Linux, you should find the RPM on the CD. Chris Becker wrote: > > Is the zlib on CPAN? like module Compress::Zlib ? > > Many Thanks Gerald! > > ChrisB > MCSE MCDBA > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On > Behalf Of Gerald

Freeing Pointer outof range

2001-03-29 Thread Michael Widenius
Hi! For the [EMAIL PROTECTED] mailing list we only accept full repeatable bug reports as defined in the MySQL manual. A complete bug report is done in the following manner: 1) First check the reference manual and the mail archive ! We try very hard to keep the manual up to date so most ques

ERROR receipt

2001-03-29 Thread Ian Moss
Hi, I'm receiving the following error message when doing a not very complicated join between 2 tables. ERROR 1030: Got error 134 from table handler I've had a look through the manual but can't find any mention. Any help would be very much appreciated. Cheers Ian Moss -

Re: Slow Update Log

2001-03-29 Thread Benjamin Pflugmann
Hi You can find that information in the Changes History in the MySQL Manual. Bye, Benjamin. On Thu, Mar 29, 2001 at 11:41:39AM +0100, [EMAIL PROTECTED] wrote: > Hi > > When did the option log-slow-queries become available. > > It works on my 3.23.33 setup, but not on a 3.22.32 [...]

Replication questions

2001-03-29 Thread Scott Vanderweyst
I've been reading the list and documentation, but haven't found confirmation/denial of the following issues: (Currently using ver 3.23.33 intel binary RPM from mysql.com) 1) Is it possible to have multiple instances of mysql updating the _same_ binary log(same machine)? If so, this would allow a

  1   2   >