Search Discussions
-
Rebuilding index takes 3 1/2 days!!! Growing pains with mysql.. I've got 2 dedicated servers, each with a slave, all run 32gig 15k rpm raid 5 on u320 perc raid cards, dell 2600/4600's with single ...
Matt ryan
Jun 30, 2004 at 6:50 pm
Jul 22, 2004 at 12:19 pm -
Hello, I run a toaster email server which is having trouble authenticating at times. Both methods of authentication, imap AND web for some reason just hang. I'm pretty new to MySql but I figure if ...
Chip Bell
Jun 29, 2004 at 3:38 pm
Jul 6, 2004 at 1:55 pm -
Hi, I need some help please! I have 60GB of proxy logs to parse and load into a mysql database. I've written a parsing script but I'm stuck now on how to load the data in. I have a database called ...
J S
Jun 9, 2004 at 6:36 pm
Jun 25, 2004 at 10:22 pm -
23
INDEX DESC
Does anyone know when INDEX DESC will be implemented? I'm storing time values and want to access the data from the most recent time value without sorting the result set. Thanks!Alejandro Heyworth
Jun 23, 2004 at 3:37 pm
Jun 28, 2004 at 5:24 am -
MySQL Server: 4.1.1 alpha MySQL Control Center: 0.9.4 beta I am not sure whether this is a Control Center or MySQL Server problem, but here it goes: I have a database with MyISAM tables created using ...
Silvio Lopes de Oliveira
Jun 2, 2004 at 3:39 pm
Jun 3, 2004 at 5:27 pm -
Hi - I need some help :) I set up a simple mysql table: mysql describe ip2org; +----------+-------------+------+-----+---------+-------+ +----------+-------------+------+-----+---------+-------+ 3 ...
MerchantSense
Jun 25, 2004 at 2:46 am
Jun 25, 2004 at 6:33 pm -
12
Using REGEXP
Hi, select * from ytbl_development as t1 where (t1.txtDevPostCode REGEXP "^[[:alpha:]]{1,2}[[:digit:]]{1,2}[[:alpha:]]{0,1}" in #QuotedValueList(qryRadius.shortpostcode)#) The above Where clause ...Zzapper
Jun 29, 2004 at 5:53 pm
Jul 1, 2004 at 8:55 am -
We have a table with a primary index which is INT NOT NULL AUTO_INCREMENT. After inserting ~87,000,000 entries, we started seeing error 1062, ER_DUP_ENTRY. We can get going again after doing an ALTER ...
Kevin Brock
Jun 19, 2004 at 12:16 am
Jun 23, 2004 at 8:24 pm -
11
Query Help
Hi Everyone. I have the following a table with a varchar column that contains a comma delimited list of id's from another table that relates the item keywords in the other table. The table keywords ...Andrew Dixon - MSO.net
Jun 11, 2004 at 11:22 am
Jun 28, 2004 at 8:40 pm -
I haven't worked with dates yet and wondered if someone could give me an overview in plain English. At the moment, I'm working on a table with a column of dates in this format: March 2, 2003 July 7, ...
David Blomstrom
Jun 22, 2004 at 6:40 am
Jun 22, 2004 at 9:14 pm -
Hi i'm looking for fast reliable driver to connect to MySQL from Delphi 7 do anyone have an answer for my PLEASE Johan H
Johan Harmse
Jun 15, 2004 at 1:35 pm
Jun 18, 2004 at 5:20 am -
The schema in question needs a redesign (dynamic row format, contains two BLOB columns) but I was wondering if anyone has written up some guidelines for general data warehouse configuration of MySQL ...
Dossy
Jun 3, 2004 at 2:20 pm
Jun 3, 2004 at 8:11 pm -
I have never done anything like this but after looking at the spec's I have a possible direction for you.... In String functions there is LOCATE(substr,str,pos) The first syntax returns the position ...
Paul McNeil
Jun 8, 2004 at 11:59 am
Jun 11, 2004 at 9:22 pm -
I have a large table (64,000,000 rows). Everything was fine when the table was 16,000,000 rows, now connectorJ crashes: java.sql.SQLException: java.lang.ArrayIndexOutOfBoundsException: 6 at ...
Leonardo Francalanci
Jun 22, 2004 at 1:45 pm
Jun 22, 2004 at 7:35 pm -
Hi All I have a puzzle or more like a mental block that needs some sensible thought inputs please. If I odbc inot mysql and pull out records and make chnages how do I put the changes back into mysql ...
Business A2Z
Jun 14, 2004 at 7:46 pm
Jun 15, 2004 at 8:57 pm -
Hi, This seems to be a strange situation. I have a server ( Sun fire v65x ) running SuSE 8.2 and My-Sql 4.1.1alpha-max. I've detected that when our adsl internet connection is down the querys on our ...
Mauricio Pellegrini
Jun 3, 2004 at 7:42 pm
Jun 8, 2004 at 9:42 pm -
Hi, I would appreciate any help on this: I got approximate same timing on following two: case 1: create 1 jdbc connection and issue 4 queries sequentially case 2: create 4 jdbc connections and issue ...
Haitao Jiang
Jun 7, 2004 at 11:13 pm
Jun 8, 2004 at 6:20 pm -
Hi all, I have mysql table that has a field named 'crea_dt' (it records the creation date of data)... I want to delete records that have passed for more than a day description like this : if ...
Starofframe
Jun 8, 2004 at 12:27 am
Jun 8, 2004 at 3:53 am -
Hi, I am on a redhat, i read a lot of doc on the problem I hav but noway to advance, mysql won't start and won't tell anything :(((( root@leya [~]# service mysql start root@leya [~]# mysql ERROR ...
Pourave
Jun 5, 2004 at 4:20 pm
Jun 6, 2004 at 9:45 pm -
I have two mysql servers as shown below: MySQL server A: version 3.23.58, database: mydb, table: mytable MySQL server B: version 5.0.0-alpha-standard-log I want the server B to have the exact same ...
Bing Du
Jun 29, 2004 at 6:35 pm
Jun 29, 2004 at 9:40 pm -
Hi all, I'm running a mysql master - slave configuration. My Slave server is on a dynamic IP address and I restricted the access to master only from specific IP address for security. I am getting ...
Cemal Dalar
Jun 17, 2004 at 7:31 am
Jun 21, 2004 at 4:10 am -
[ Please CC me ] Hi, http://dev.mysql.com/doc/mysql/en/Storage_requirements.html Page says: --- "The maximum size of a row in a MyISAM table is 65,534 bytes. Each BLOB and TEXT column accounts for ...
Luis R. Rodriguez
Jun 17, 2004 at 12:37 am
Jun 17, 2004 at 3:55 pm -
Probably simple but I can't figure it out! THe manual section 3.3.4.8 has the example SELECT owner, COUNT(*) FROM pet GROUP BY owner which is fine. Now what I want to do is count the number of rows ...
Dave Torr
Jun 15, 2004 at 2:00 am
Jun 15, 2004 at 9:25 pm -
I just installed mysql using Xampp, an installer for Apache, Mysql, PHP installation. Everything else works fine, but mysql will not start with the Apache startup. When I try to do a manual startup ...
Curtis Seyfried 2
Jun 14, 2004 at 9:39 am
Jun 15, 2004 at 8:58 pm -
Hello all, I see a similar question was asked before, but it was not answered. I hope someone can assist me. My query uses two tables. The query selects one row on table b for each row on table a, ...
Emmanuel van der Meulen
Jun 7, 2004 at 4:48 am
Jun 12, 2004 at 5:29 pm -
If your table contains a timestamp field, it will update each time the row is altered. Otherwise I don't think it's possible. You Wrote --------- Hello I am using PHP, MySQL. How would I query MySQL ...
Paul McNeil
Jun 10, 2004 at 10:15 am
Jun 11, 2004 at 12:40 pm -
I just got my first MySQL database online, but I have some questions. First, if I want to import a database named, say username_jack, do I have to create a database named username_jack online first? ...
David Blomstrom
Jun 3, 2004 at 2:36 am
Jun 3, 2004 at 6:14 pm -
Hi, I am using MySQL 4.0.17. When I try to create a foreign key on a field of the type text, I get this error: 040609 15:02:31 Error in foreign key constraint of table db_name/tb_name: There is no ...
Sudip Shekhawat
Jun 9, 2004 at 7:33 pm
Aug 13, 2004 at 7:53 pm -
Suppose I have a field with the names of states, linked to their home pages: <a href="http://www.alabama.gov/" Alabama</a <a href="http://access.wa.gov/" Washington</a If I display this on a webpage, ...
David Blomstrom
Jun 22, 2004 at 12:58 am
Jun 23, 2004 at 1:19 pm -
I am getting the above error (the number is wrong - manual says this is 1249) on a statement of the form (SELECT species_table.species_id,count(*) as c FROM species_table INNER JOIN checklist_table ...
Dave Torr
Jun 15, 2004 at 6:39 am
Jun 16, 2004 at 10:23 pm -
I'm not sure if I'm wrestling with a 1) PHP problem, 2) MySQL problem, or 3) operator error. I have a really a page with a really nice script for querying my database. I've previewed a variety of ...
David Blomstrom
Jun 14, 2004 at 10:51 pm
Jun 15, 2004 at 6:40 pm -
Hi, What is the maximum number of simulataneous connections that can exist for MySQL. Can we change this limit? If yes please tell me how to do this. I am using MySQL4.1 in Linux. Thanks, ramana.
Venkata ramana
Jun 11, 2004 at 10:53 am
Jun 12, 2004 at 3:43 pm -
I'm using MySQL version 4.0.18. I have two datetime columns in the same table, one that represents a start time and the other that represents an end time. I would like to write a query that will show ...
Dirk Bremer \(NISC\)
Jun 11, 2004 at 6:57 pm
Jun 11, 2004 at 8:06 pm -
Hi I have a MySQL (mysql-standard-4.0.17-pc-linux-i686) running as master where I have attached a slave to for replication. The problem now is that on the master there is a LOT of mysql-bin.XXX ...
Søren Neigaard
Jun 10, 2004 at 6:05 am
Jun 11, 2004 at 11:26 am -
I am having a update problem, I have a table that has 28 columns they are name 1-28. I am able to insert data into the table. When I try to update info into the table it does not work. Any ideas?
Blake Schroeder
Jun 9, 2004 at 5:37 pm
Jun 9, 2004 at 6:11 pm -
I'm trying to figure out how to get my MySQL databases online. Someone told me to EXPORT my databases as SQL files, then go into my online websites's phpMyAdmin program and import it, and everything ...
David Blomstrom
Jun 2, 2004 at 11:57 pm
Jun 3, 2004 at 6:14 pm -
7
4.1 Beta
Hi Guys, I'm just wondering if anyone could tell me when 4.1 will be moving to Beta? I was told by a MySQL guy at Linux Conf AU 2004 (January) that 4.1 would be in Beta by March!! As such, we have ...Jonathan Soong
Jun 1, 2004 at 12:26 am
Jun 1, 2004 at 2:14 pm -
Hi, I would like to switch off the logging that creates the large files below (in the mysql data directory) Could someone tell me how to do this please? Thanks, js. # ls -l total 5418648 -rw-rw---- 1 ...
J S
Jun 30, 2004 at 5:09 pm
Jul 15, 2004 at 6:32 pm -
O.K. you SQL gurus-- I have a difficult query for you that has me stumped. The table has two columns: rowID (MEDIUMINT-but *NOT* AUTO_INCREMENT) and theDate (DATETIME). I need it to find: 1. The ...
John Mistler
Jun 28, 2004 at 8:31 am
Jun 29, 2004 at 7:05 pm -
We have an internal SNMP monitoring system that is monitoring about 10,000 devices. Each device is pinged then pulled for about an average of 25-30 elements. Each of the ping results and elements are ...
Aram Mirzadeh
Jun 22, 2004 at 5:30 pm
Jun 28, 2004 at 8:31 pm -
I think I recall a thread where someone mentioned merging two fields. If that can be done, I'd like to know how. For example, suppose I have a field filled with place names, next to a field filled ...
David Blomstrom
Jun 27, 2004 at 6:07 am
Jun 28, 2004 at 3:22 am -
6
question
Where do you run the verify programs from? Are they ran from the command prompt? Do I copy the keys? ThanksJerome greene
Jun 5, 2004 at 4:54 am
Jun 27, 2004 at 3:16 pm -
( first.. sorry for my english ) hello people.. i have read multiple websites and posts.. and this mail list archive but i have not found the answer to the question: how is it possible to do a backup ...
D2clon
Jun 24, 2004 at 9:08 am
Jun 25, 2004 at 12:04 pm -
Hi All, We have recently acquired some new machines for our ASP service, and I am investigating different options and setups to optimize everything. We currently have one large DB server, with RAID5, ...
Roy Nasser
Jun 18, 2004 at 1:55 pm
Jun 23, 2004 at 12:49 am -
Dear Friends. when Creating the follow table CREATE TABLE CONHEC_DBF ( CON CHAR (7) , SER CHAR (2) , NUMNF CHAR (8) , SERNF CHAR (2) , LOJA CHAR (2) , PAIDF CHAR (12) , QUANT REAL (6,0) , NOP CHAR ...
Luiz Rafael Culik Guimaraes
Jun 18, 2004 at 12:44 am
Jun 21, 2004 at 1:43 pm -
I have a MySQL table with about 3,500 rows and 30 columns. There are rows for each of the world's nations, each of the 50 states, some 3,000 U.S. counties, Canada's provinces, etc. Obviously, I can't ...
David Blomstrom
Jun 13, 2004 at 6:26 pm
Jun 14, 2004 at 1:06 am -
Hi, Is it possible to DELETE from more than one table in one command? Thanks for your help Want to block unwanted pop-ups? Download the free MSN Toolbar now! http://toolbar.msn.co.uk/
Shaun thornburgh
Jun 7, 2004 at 11:38 am
Jun 9, 2004 at 11:20 am -
We're looking for a client-server instant messaging system (opensource), powered by MySQL if possible. Anyone know of one? I've been taking a look at Gaim, Sim etc, but these all piggyback on Yahoo, ...
Terence
Jun 8, 2004 at 5:57 am
Jun 8, 2004 at 3:08 pm -
CONTACT_X_CUSTOMER.ID_ADDRESS CUSTOMER.ID_ADDRESS_SHIPTO CUSTOMER.ID_ADDRESS_MAIN What I would like is to be able to JOIN conditionally based on the absence/presence of reference SELECT ADDRESS.ID ...
Luc Foisy
Jun 2, 2004 at 1:46 pm
Jun 3, 2004 at 1:37 pm
Group Overview
group | mysql |
categories | mysql |
discussions | 553 |
posts | 1,769 |
users | 552 |
website | mysql.com |
irc | #mysql |
552 users for June 2004
Archives
- November 2014 (14)
- October 2014 (37)
- September 2014 (75)
- August 2014 (47)
- July 2014 (42)
- June 2014 (50)
- May 2014 (66)
- April 2014 (59)
- March 2014 (96)
- February 2014 (72)
- January 2014 (71)
- December 2013 (19)
- November 2013 (44)
- October 2013 (53)
- September 2013 (54)
- August 2013 (44)
- July 2013 (123)
- June 2013 (146)
- May 2013 (142)
- April 2013 (206)
- March 2013 (178)
- February 2013 (217)
- January 2013 (52)
- December 2012 (115)
- November 2012 (180)
- October 2012 (316)
- September 2012 (184)
- August 2012 (184)
- July 2012 (164)
- June 2012 (180)
- May 2012 (297)
- April 2012 (193)
- March 2012 (171)
- February 2012 (202)
- January 2012 (173)
- December 2011 (88)
- October 2011 (314)
- September 2011 (250)
- August 2011 (174)
- July 2011 (124)
- June 2011 (194)
- May 2011 (214)
- April 2011 (176)
- March 2011 (212)
- February 2011 (255)
- January 2011 (338)
- December 2010 (231)
- November 2010 (220)
- October 2010 (285)
- September 2010 (435)
- August 2010 (372)
- July 2010 (344)
- June 2010 (287)
- May 2010 (287)
- April 2010 (364)
- March 2010 (284)
- February 2010 (320)
- January 2010 (500)
- December 2009 (461)
- November 2009 (348)
- October 2009 (303)
- September 2009 (337)
- August 2009 (225)
- July 2009 (320)
- June 2009 (265)
- May 2009 (380)
- April 2009 (411)
- March 2009 (428)
- February 2009 (422)
- January 2009 (323)
- December 2008 (377)
- November 2008 (292)
- October 2008 (398)
- September 2008 (410)
- August 2008 (356)
- July 2008 (418)
- June 2008 (406)
- May 2008 (512)
- April 2008 (620)
- March 2008 (435)
- February 2008 (378)
- January 2008 (563)
- December 2007 (328)
- November 2007 (460)
- October 2007 (503)
- September 2007 (470)
- August 2007 (510)
- July 2007 (534)
- June 2007 (648)
- May 2007 (705)
- April 2007 (535)
- March 2007 (623)
- February 2007 (579)
- January 2007 (578)
- December 2006 (485)
- November 2006 (613)
- October 2006 (806)
- September 2006 (654)
- August 2006 (1,131)
- July 2006 (911)
- June 2006 (1,067)
- May 2006 (1,010)
- April 2006 (1,074)
- March 2006 (1,113)
- February 2006 (851)
- January 2006 (1,040)
- December 2005 (1,022)
- November 2005 (1,283)
- October 2005 (1,267)
- September 2005 (1,277)
- August 2005 (1,392)
- July 2005 (1,000)
- June 2005 (1,314)
- May 2005 (1,373)
- April 2005 (1,464)
- March 2005 (1,285)
- February 2005 (1,481)
- January 2005 (1,292)
- December 2004 (1,326)
- November 2004 (1,551)
- October 2004 (1,562)
- September 2004 (1,617)
- August 2004 (1,791)
- July 2004 (1,856)
- June 2004 (1,769)
- May 2004 (1,778)
- April 2004 (1,797)
- March 2004 (2,158)
- February 2004 (1,933)
- January 2004 (2,195)
- December 2003 (1,842)
- November 2003 (1,873)
- October 2003 (2,044)
- September 2003 (2,042)
- August 2003 (2,122)
- July 2003 (2,519)
- June 2003 (2,817)
- May 2003 (2,470)
- April 2003 (2,734)
- March 2003 (2,371)
- February 2003 (2,319)
- January 2003 (2,614)
- December 2002 (2,573)
- November 2002 (2,473)
- October 2002 (2,695)
- September 2002 (2,524)
- August 2002 (2,438)
- July 2002 (2,619)
- June 2002 (2,742)
- May 2002 (3,026)
- April 2002 (2,985)
- March 2002 (3,254)
- February 2002 (3,189)
- January 2002 (3,125)
- December 2001 (2,308)
- November 2001 (3,108)
- October 2001 (2,933)
- September 2001 (2,519)
- August 2001 (2,985)
- July 2001 (3,136)
- June 2001 (2,902)
- May 2001 (2,466)
- April 2001 (2,579)
- March 2001 (3,195)
- February 2001 (3,227)
- January 2001 (3,427)
- December 2000 (2,545)
- November 2000 (2,852)
- October 2000 (2,824)
- September 2000 (2,620)
- August 2000 (3,275)
- July 2000 (3,936)
- June 2000 (3,325)
- May 2000 (3,101)
- April 2000 (2,955)
- March 2000 (3,342)
- February 2000 (3,507)
- January 2000 (3,409)
- December 1999 (2,597)
- November 1999 (2,607)
- October 1999 (2,569)
- September 1999 (2,906)
- August 1999 (2,930)
- July 1999 (2,656)
- June 1999 (2,093)
- May 1999 (1,523)
- April 1999 (1,457)
- March 1999 (1,253)